@charset "shift_jis";
/*全ページ適用CSS -------------------------------------------------------------- */

* {

font-style	: normal;
font-size	: 100%;
}
body {
font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, /*"メイリオ", Meiryo, */"MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
margin: 0;
padding: 0;
text-align: center;
font-size: 75%;
line-height:1.5;
background: #021422 url(../img/img-common/bg.jpg) repeat-x left top;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote{  
margin:0; padding:0;  
}  
 
fieldset, img{  
border:0;  
} 
img {
vertical-align: bottom;
}
address, caption, cite, code, dfn, em, strong, th, var{  
font-style:normal; font-weight:normal;  
}
ol, ul{  
list-style:none;  
} 

h1, h2, h3, h4, h5, h6{  
font-size:100%; font-weight:normal;  
}
hr {
display: none;
}
q:before, q:after{  
content:”;  
}
abbr, acronym{  
border:0;  
}
/* フロート解除用 */
.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix{
zoom:1;
}
.clear{
clear:both;
} 


a {
	color: #0B4C76;
}

a:hover {
	color: #1172B3;
	text-decoration: none;
}



.none{
	font-size:0px;
}

/*------------------------------------
枠組み 
------------------------------------*/ 
#wrapper {
	width: 820px;
	margin:0 auto;
	text-align:left;
	background: url(../img/img-common/wrapper_bg.png) repeat-y left top;
	behavior: expression(IEPNGFIX.fix(this));
}

#wrapper .wrapper {

	margin:0 0 0 10px;
}

#container {
	margin: 12px 0px 0px;
}


/*------------------------------------
ヘッダ 
------------------------------------*/ 
h1 {
	font-size: 83%;
	text-align: right;
	color: #FFFFFF;
	line-height: 1;
	padding: 20px 0px 0px;
	margin: 0px 12px 5px 0px;
}


#header {
	background: url(../img/img-common/hed_bg.jpg) no-repeat;
	width: 800px;
	margin: 0px 0px 3px 10px;
	padding: 0px;
}

#header a{
	text-decoration: none;
}

/*------------------------------------
グローバルナビ 
------------------------------------*/ 

#gnav {
	background: url(../img/img-common/gnav_bg.gif) no-repeat;
	margin: 0px 0px 0px 2px;
}

/*------------------------------------
グローバルナビ2
------------------------------------*/ 
#gnav2 {
	/*margin: 9px 0px 11px 11px;*/
}


/*------------------------------------
パンくず 
------------------------------------*/ 

#bread {
	background: url(../img/img-common/bread_bg01.jpg) repeat-y 5px top;
	line-height: 1.3;
}

#bread .none{
	font-size:0px;
}

#bread p {
	color:#FFFFFF;
}

#bread p a{
	color:#FFFFFF;
}

#bread p a:hover{
	text-decoration: none;
}


/*------------------------------------
左ナビ 
------------------------------------*/ 

#container td.left {
	background: url(../img/img-common/left_bg01.gif) repeat-y;
}


#left_nav {
	margin: 0px 0px 0px 10px;
	border-top: 1px solid #CCCCCC;
}

#left_nav td{
	text-align:center;
}


/*------------------------------------
フッタ 
------------------------------------*/ 

#footer .block1 {
	background: #F5F5F5;
	border: 1px solid #CCCCCC;
	margin: 0px 0px 0px 15px;
}

#footer .block1 img{
	vertical-align: middle;
}

#footer .block1 a{
	font-size: 83%;
}

#footer .block2{
	font-size: 83%;
	background: url(../img/img-common/fot_bg01.gif) no-repeat;
}

#footer .block2 p{
	color:#FFFFFF;
}

#footer .block3{
	font-size: 83%;
	border: 1px solid #CDCDCD;
}
#footer .block3 th{
	color: #666666;
	background: url(../img/img-common/fot_bg02.gif) repeat-y;
}

#footer .block3 a{
	padding: 0px 5px 0px 0px;
}

#footer .block3 p{
	padding: 3px 10px 3px 0px;
	line-height:1.2;
}