@charset "UTF-8";

/*
	Reset
*******************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
li {list-style:none;}
img {border:0;}

/* Yahoo UI Font CSS
-----------------------------------------------
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0pr2

Font-size Adjustment.
	77% = 10px	|	123.1% = 16px	|	167% = 22px
	85% = 11px	|	131% =  17px	|	174% = 23px 
	93% = 12px	|	138.5% = 18px	|	182% = 24px 
	100% = 13px	|	146.5% = 19px	|	189% = 25px 
	108% = 14px	|	153.9% = 20px	|	197% = 26px 
	116% = 15px	|	161.6% = 21px	| 
----------------------------------------------- */ 
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 * 
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;

*font-size:small; /* for IE */*font:x-small; /* for IE in quirks mode */		background-color: #FFF;
	background:url(../img/common/bg.jpg) repeat-x 0 30px;
}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select,input,button,textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}



/*
	clearfix
*******************************/
.clearfix:after { content: " ";  display: block; visibility: hidden; clear: both; height: 0.1px; font-size: 0.1em; line-height: 0;  }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*
	replaceImg
*******************************/
.replaceImg { text-indent: -9999px; overflow: hidden; background-repeat: no-repeat;}


/*
	BASE
*******************************/
/*body { font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,'Hiragino Kaku Gothic Pro',Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;}*/

* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,'Hiragino Kaku Gothic Pro',Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	margin: 0;
	padding: 0;
}

body > #container {
	height: auto;
	/*background-color: #FFF;*/
}
/*dt,dd,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,a { font-size:93%;}
*/
body * {line-height:1.22em;}

img {
	vertical-align:bottom;
	line-height:0;
}


p,th,td,dt,dd,li,h1,h2,h3,h4,h5,h6 { color:#222;}

a,
a:link,
a:visited {
	color:#006;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a img {
	outline:none;
	border:none;
}

.clear { clear:both;}

/*//////////////////////////////////////////////////////////////////////////*/



/*
	BASE LAYOUT
******************/

#container { margin:0 auto; padding:0 0 0 0;}

#main {
	width:950px;
	margin:0 auto 30px;
	;
}

div#main p{
	color:#333;
	font-size:100%;
	line-height:180%;
}


/*//////////////////////////////////////////////////////////////////////////*/




/*
	Header LAYOUT
******************/


#head {
	margin: 0 auto;
	height: 110px;
	width: 950px;
	padding: 0;
	position: relative;
}

#head h1 {
	width: 120px;
	text-align: left;
	height: 27px;
	margin: 0;
	padding:0 0 0 8px;
}
#head #cpy {
	text-align:left;
	color: #666;
	height: 30px;
	line-height: 30px;
	margin: 0 0 3px;
	font-size: 85%;
	letter-spacing: -1px;
}


ul#navi {
	width: 934px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 80px;
	right: 8px;
}
ul#navi li {
	float:left;
}

ul#snavi {
	margin:0;
	padding:0;
	position:absolute;
	top:10px;
	right:0;
	width: 285px;
}
ul#snavi li {
	float:left;
	margin:0 0 5px 10px;
	padding:0;
}
ul#snavi li.lng {
	margin:0 0 5px 5px;
}
ul#snavi li:first-child {
	margin-left: 60px;
}

/*//////////////////////////////////////////////////////////////////////////*/

/*
	Contents LAYOUT
******************/

div#pnavi {
	width:930px;
	margin:10px auto;
	text-align:left;
}
div#pnavi p {
	font-size:93%;
}
div#pnavi p span {
	color:#006;
}
div#pnavi p a,
div#pnavi p a:link,
div#pnavi p a:visited { color:#666; text-decoration:none;}
div#pnavi p a:hover {
	color:#006;
	text-decoration:underline;
}


div#side {
	float:left;
	width:240px;
	text-align: center;
	padding-top: 3px;
}
div#side ul#smenu { padding-bottom:10px;}
div#side ul#smenu li {
	line-height:0;
}
div#side ul#smenu li span {
	text-align: center;
	margin: 0;
	height: 40px;
	background: url(../img/common/sbtn.jpg) no-repeat top left;
	color: #FFF;
	display: block;
	padding: 0;
	line-height: 40px;
	text-align:left;
	padding: 0 0 0 30px;
}


div#side ul#smenu li a,
div#side ul#smenu li a:link,
div#side ul#smenu li a:visited {
	display: block;
	text-align:center;
	color:#006;
	text-decoration:none;
	background:url(../img/common/sbtn_o.jpg) no-repeat top left;
	line-height: 40px;
	font-weight: bold;
	
	text-align:left;
	padding: 0 0 0 30px;
}

div#side ul#smenu li a:hover {
	color:#FFF;
	background:url(../img/common/sbtn.jpg) no-repeat top left;
}

/**/
div#side ul#smenu li ul{
	padding-bottom:10px;
	width:240px;
	margin:0 auto;
}

div#side ul#smenu li ul li {
	display: block;
	width:240px;
	/*border-bottom:1px dashed #CCC;*/
	background:url(../img/common/dot.gif) repeat-x bottom;
}

div#side ul#smenu li ul li span {
	text-align:center;
	margin:0;
	height:auto;
	color:#006;
	/*display: block;*/
	line-height: 15px;
	font-weight: bold;
	background:#D9D9FF url(../img/common/dot.gif) repeat-x bottom;
	padding:8px 0 8px 0;
	
	text-align:left;
	padding: 8px 0 8px 40px;
}

div#side ul#smenu li ul li a,
div#side ul#smenu li ul li a:link,
div#side ul#smenu li ul li a:visited {
	display: block;
	text-align:center;
	color:#666;
	text-decoration:none;
	line-height: 15px;
	background:none;
	padding:8px 0 8px 0;
	
	text-align:left;
	padding: 8px 0 8px 40px;
}

div#side ul#smenu li ul li a:hover {
	color:#006;
	/*background:#D9D9FF;*/
	background:#D9D9FF url(../img/common/dot.gif) repeat-x bottom;
}

/**/


div#side div#sbnr {
	padding-top:15px;
}
div#side div#sbnr p {
	text-align:center;
	font-weight:bold;
	margin-bottom:0px;
}

div#side div#sbnr img {
	margin-bottom:0px;
}

div#content { float:right; width:690px; padding-bottom:50px;}
div#main #content {}

div#content h2 {
	text-align: left;
	height:124px;
	margin:0 0 15px;
	padding:0;
}

div#content h3 {
	font-size:116%;
	font-weight:bold;
	text-align: left;
	color: #006;
	background:url(../img/common/tit2.jpg) no-repeat left;
	padding-left:20px;
	line-height:35px;
	height:35px;
	margin:0 0 30px;
}

div#content h4 {
	font-size:108%;
	font-weight:bold;
	text-align: left;
	color: #333;
	padding-left:10px;
	line-height:20px;
	height:20px;
	margin:0 0 15px 5px;
	border-left: 5px solid #006;
}
div#content h5 {
	color:#006;
	font-weight:bold;
	margin-left:15px;
	margin-bottom: 10px;
}
div#content p {
	margin:0 15px 15px;
}

/*
	Footer LAYOUT
******************/

div#foot {
	background: url(../img/common/fbg.jpg) repeat-x;
	height: 80px;
	width: 100%;
}

div#footmenu {
	font-size:93%;
	color:#666;
	width: 950px;
	margin:0 auto;
	position: relative;
}

div#fmenu {
	float:left;
	margin:0;
	padding:15px 0 0 0;
}
div#flogo {
	width:100px;
	text-align:right;
	margin:0;
	padding:0;
	position: absolute;
	top: 15px;
	right: 0px;
}
div#footmenu span {
	color:#006;
	font-weight:bold;
}
div#foot a,
div#foot a:link,
div#foot a:visited { color:#666; text-decoration:none;}
div#foot a:hover {
	color:#006;
	text-decoration:none;
}


p#copyright {
	font-size:85%;
	text-align:center;
	color: #666;
	padding: 15px 0 15px 0;
}
p#copyright span {
	color: #666;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
}
	




/**/
.mb5 { margin-bottom:5px;}
.mb15 { margin-bottom:15px;}
.mb30,
div#content p.mb30 { margin-bottom:30px;}
.mt15 { margin-top:15px;}
.mt30 { margin-top:30px;}
.mr15 { margin-right:15px;}
.mr30 { margin-right:30px;}
.ml15 { margin-left:15px;}
.ml50 { margin-left:50px;}
.ml100 { margin-left:100px;}
.pt5 { padding-top:5px;}
.pt15 { padding-top:15px;}
.pt30 { padding-top:30px;}
span.grn { color:#45B035;}
.fleft { float:left;}
.fright { float:right;}
.alleft { text-align:left;}
.alright { text-align:right;}
.alcenter { text-align:center;}
div#main dt,dd { color:#666;}
div#main p.flarge { font-size:123.1%; font-weight:bold;}
div#main p.fsmall,
div#main p span.fsmall{ font-size:85%; line-height:120%; margin:0 0 5px;}
.cblue {
	color:#006;
	font-weight:bold;
}
.cred { color:#F00;}
.pr { position:relative;}
.w120 { width:120px;}
.w135 { width:135px;}
.w160 { width:160px;}
.w180 { width:180px;}
.w245 { width:245px;}
.w250 { width:250px;}
.w260 { width:260px;}
.w285 { width:285px;}
.w380 { width:380px;}
.w400 { width:400px;}
.w540 { width:540px;}
.w560 { width:560px;}
.w600 { width:600px;}

div#flashArea {
	width:580px;
	margin-left:50px;
	margin-bottom:15px;
}

ul#fnavi {
	margin:0;
	padding:30px 0 0 0;
}
ul#fnavi li {
	float: left;
	font-size: 85%;
	line-height: 120%;
	padding: 0;
	margin: 0 10px 0 0;
	display: block;
	white-space: nowrap; 
}
