@charset "utf-8";

/* =========================================================

Menu  :
	1.BROWSER-RESET
	2.BASE-SET
	3.WIRE-FRAME
	4.CUSTOM STYLE
	5.PART STYLE
	6.FORM STYLE
	7.TABLE STYLE
	8.COMMON STYLE

========================================================= */

/* 1.BROWSER-RESET
--------------------------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td { 
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
}

input,
textarea {
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	line-height: 1;

}

abbr,
acronym {
	border: 0;
}

a {
/* \*/
	overflow: hidden;
/* */
}

/* 2.BASE-SET
--------------------------------------------------------- */

/* FONT-LIB */

body,
input,
select,
textarea {
	font-family: Osaka, "ＭＳ Ｐゴシック", Arial, Sans-serif;
	font-size: 13px;
}

* html body {
	font-size: x-small; /* for IE6 */
}

*:first-child+html body {
	font-size: small; /* for IE7 */
}

* html table {
	font-size: 100%; /* for IE6 table */
}

.px10 {
	font-size: 77%;
}

.px11,
.xs {
	font-size: 85%;
}

.px12,
.s {
	font-size: 93%;
}

.px13,
.m {
	font-size: 100%;
}

.px14 {
	font-size: 108%;
}

.px15,
.l {
	font-size: 116%;
}

.px16,
.xl {
	font-size: 123%;
}

.px17 {
	font-size: 131%;
}

.px18 {
	font-size: 138%;
}

.px19 {
	font-size: 146%;
}

.px20 {
	font-size: 153%;
}

.px21 {
	font-size: 161%;
}

.px22 {
	font-size: 167%;
}

.px23 {
	font-size: 174%;
}

.px24 {
	font-size: 182%;
}

.px25 {
	font-size: 189%;
}

.px26 {
	font-size: 197%;
}

/* CLEAR-FIX */

.clfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

*:first-child+html .clfix {
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE6/IE Mac \*/
* html .clfix {
	height: 1%;
}

.clfix {
	display: block;
}
/* End hide from IE6/IE Mac */

/* 3.WIRE-FRAME
--------------------------------------------------------- */
html {
	overflow-y: scroll; /* CSS3 */
}

div#AllLayout {
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	width: 950px;
}


hr {
	display: none;
}

a:link {
	color: #07519A;
	text-decoration: none;
}
a:visited {
	color: #990099;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: underline;
}

/*---------------
 GlobalArea
---------------*/
#GA {
	background: #eee;
	border-bottom: 1px solid #ccc;
	min-width: 910px;
	padding: 5px 22px 3px;
}


#GA form {
	float: left;
}


* html #GA form {
	line-height: 1.1;
}


#GA form input {
	vertical-align: middle;
}


#in_keyword {
	color: #999;
}


#GA ul {
	float: right;
	padding-top: 2px;
}


#GA ul li {
	background: url("../img/line_side_short.gif") no-repeat left center;
	display: inline;
	font-weight: normal;
	padding: 0 3px 0 12px;
}


#GA ul li.first {
	background-image: none;
	padding-left: 0;
}


#GA ul li.end {
	padding-right: 0;
}


/*---------------
 Header
---------------*/
#Header {
	background: #FFF;
	padding: 4px 0;
	position: relative;
	text-align: right;
}


* html #Header {
	padding: 6px 0 3px;
}


*:first-child+html #Header {
	padding: 6px 0 3px;
}


#Header div.logoarea {
	text-align: left;
}


#Header div.logoarea div.tagline {
	color: #333;
	margin: 0;
	padding: 1px 0 0;
}


#Header div.logoarea div.tagline strong.tline {
	color: #666;
	display: block;
	font-weight: normal;
	margin: 0px;
	padding: 3px;
}


#Header div.logoarea a {
	color: #666;
	text-decoration: none;
}


/*---------------
 pankuzu
---------------*/
#pankuzu {
	border-top: 1px solid #ccc;
	padding: 5px 0 20px;
	zoom: 1;
}


#pankuzu li {
	display: inline;
	font-weight: bold;
	text-align: left;
}


#pankuzu li a,
#pankuzu li strong {
	background: url("../img/arrow_breadcrumblist.gif") no-repeat 3px 50%;
	padding-left: 15px;
	white-space: nowrap;
}


#pankuzu li.first a {
	background-image: none;
	padding-left: 2px;
}


/* bottomLink */
ul.bottomLink {
	font-weight: bold;
	padding: 16px 0;
}


ul.bottomLink li.goTop {
	float: right;
	text-align: center;
	width: 250px;
}


ul.bottomLink li.pageTop {
	float: right;
	text-align: right;
	width: 380px;
}

/*---------------
 footer
---------------*/
#footer {
	height: 60px;
	margin: 0;
}


#footer p {
	border-top: solid 1px #000;
	color: #000;
	margin: 0;
	padding-top: 10px;
	text-align: center;
}


/* 4.CUSTOM STYLE
--------------------------------------------------------- */


/* 5.PART STYLE
--------------------------------------------------------- */


/* 6.FORM STYLE
--------------------------------------------------------- */


/* 7.TABLE STYLE
--------------------------------------------------------- */


/* 8.COMMON STYLE
--------------------------------------------------------- */

