@charset "utf-8";

/* ---------------------------------------------------------------------------------------- 

	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment
	
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

---------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------- 

	font	

---------------------------------------------------------------------------------------- */

body {
	background: #f3f4f4 url(../images/common/body_bg.jpg) no-repeat center top;
	font-size: 13px; /* モダンブラウザ向け */
	*font-size: small; /* IE 7向け */
	*font: x-small; /* IE 6以下 */
	color: #616161;
	font-family: Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
}

p {	margin-bottom: 1em; line-height: 1.8;}

strong { color: #d10202;}

a { color: #0187a4; text-decoration: none;}
a:hover { color: #a6c5cb;}

.textC { text-align: center;}
.textR { text-align: right;}

.left { float: left;}
.right { float: right;}

address { padding-bottom: 30px; font-size: 77%;}


/* ---------------------------------------------------------------------------------------- 

	h[x}	

---------------------------------------------------------------------------------------- */

h1 {
	margin-bottom: 10px;
	padding: 14px 10px;
	background: url(../images/main/h1_bg.jpg) no-repeat 0 0;
	color: #fff;
	font-size: 114%;
}

#header h1,
#footer h1 { background: url(../images/header/h1_header.jpg) no-repeat 0 0;}
#side h1,
#right h1 { background: url(../images/side/h1_side.jpg) no-repeat 0 0; margin-bottom: 5px;}
#opt1 h1 { background: url(../images/opt1/h1_opt1.jpg) no-repeat 0 0;}
#opt2 h1 { background: url(../images/opt2/h1_opt2.jpg) no-repeat 0 0;}

h2 {
	margin-bottom: 10px;
	padding: 14px 10px;
	background: url(../images/main/h2_bg.jpg) no-repeat 0 0;
	color: #fff;
}

#header h2,
#footer h2 { background: url(../images/header/h2_header.jpg) no-repeat 0 0;}
#side h2,
#right h2 { background: url(../images/side/h2_side.jpg) no-repeat 0 0; margin-bottom: 5px;}
#opt1 h2 { background: url(../images/opt1/h2_opt1.jpg) no-repeat 0 0;}
#opt2 h2 { background: url(../images/opt2/h2_opt2.jpg) no-repeat 0 0;}

h2 a { color: #fff;}

h2 a:hover { color: #a6c5cb;}

h3 {
	margin-bottom: 10px;
	padding: 14px 10px;
	background: url(../images/main/h3_bg.jpg) no-repeat 0 0;
	color: #fff;
}

#header h3,
#footer h3 { background: url(../images/header/h3_header.jpg) no-repeat 0 0;}
#side h3,
#right h3 { background: url(../images/side/h3_side.jpg) no-repeat 0 0; margin-bottom: 5px;}
#opt1 h3 { background: url(../images/opt1/h3_opt1.jpg) no-repeat 0 0;}
#opt2 h3 { background: url(../images/opt2/h3_opt2.jpg) no-repeat 0 0;}

h3 a { color: #fff;}

h3 a:hover { color: #a6c5cb;}

h4 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	background: url(../images/main/h4_bg.gif) repeat-x left bottom;
	line-height: 1.5;
}

#side h4,
#right h4 {
	margin-bottom: 10px;
}

h5 {
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid #e1e1e1;
	background: #ececec;
	line-height: 1.5;
}

#side h5,
#right h5 {
	margin-bottom: 10px;
}

h6 {
	margin-bottom: 15px;
	padding-left: 8px;
	border-left: 2px solid #e1e1e1;
	line-height: 1.5;
}

#side h6,
#right h6 {
	margin-bottom: 10px;
}


/* ---------------------------------------------------------------------------------------- 

	list	

---------------------------------------------------------------------------------------- */

ul,ol {
	margin-bottom: 1em;
}

li {
	line-height: 1.8;
}

ul li {
	padding: 0 0 0 12px;
	background: url(../images/common/arrow01.gif) no-repeat 0 8px;
}


/* ---------------------------------------------------------------------------------------- 

	table	

---------------------------------------------------------------------------------------- */

table {
	width: 100%;
	margin-bottom: 1em;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
}

table th,
table td {
	padding: 7px;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	line-height: 1.8;
	vertical-align: top;
}

table th {
	background: #ececec url(../images/common/th_bg.gif) no-repeat 0 0;
	font-weight: normal;
}


/* ---------------------------------------------------------------------------------------- 

	common	

---------------------------------------------------------------------------------------- */

#wrapper {
	width: 900px;
	margin: 0 auto;
}

.box {
	margin: 0 0 30px;
}

#side .box,
#opt .box {
	margin: 0 0 15px;
}


/* ---------------------------------------------------------------------------------------- 

	header	

---------------------------------------------------------------------------------------- */

#logo { font-size: 136%;}

#logo p { margin-bottom: 5px;}

#siteDesc { font-size: 77%;}


/* ---------------------------------------------------------------------------------------- 

	topicpath	

---------------------------------------------------------------------------------------- */

#topicpath {
	overflow: hidden;
	height: 27px;
	width: 900px;
	margin: 0 0 15px;
	background: url(../images/common/topicpath_bg.gif) no-repeat 0 0;
	text-align: right;
	font-size: 77%;
	color: #fff;
}

#topicpath ul {
	margin: 0;
	padding: 5px 5px 0 0;
}

#topicpath ul li {
	display: inline;
	padding: 0 5px 0 10px;
	background: url(../images/common/topicpath_a.gif) no-repeat 0 5px;
}

#topicpath ul li#topicpathFirst {
	background: none;
}

#topicpath ul li div {
	display: inline;
}

#topicpath ul li a {
	color: #fff;
}

#topicpath ul li a:hover {
	color: #a6c5cb;
}


/* ---------------------------------------------------------------------------------------- 

	pageTop	

---------------------------------------------------------------------------------------- */

.pageTop {
	margin-bottom: 20px;
	background: url(../images/common/pagetop_bg.gif) no-repeat 0 0;
	text-align: center;
}

.pageTop a {
	display: block;
	overflow: hidden;
	height: 0 !important;
	height /**/: 27px;
	width: 97px;
	margin: 0 0 0 auto;
	padding: 27px 0 0 0;
	background: url(../images/common/bu_pagetop.gif) no-repeat 0 0;
}


/* ---------------------------------------------------------------------------------------- 

	clearfix	

---------------------------------------------------------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
	font-size: 0.1em;
}

.clearfix {
	display: inline-block;
}

/*\*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/**/