@charset "shift_jis";

body{
	font-family:Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	color:#333;
	text-align:center;
	font-size:14px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{font-size:100%;}
h1 img, h2 img, h3 img, h4 img, h5 img, p img, dt img, dd img, li img{vertical-align:bottom;}
table{
  font-size:inherit;
	font:100%;
}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,em,th,var {
	font-weight: normal;
	font-style: normal;
}
ol, ul{list-style: none;}
caption,th {text-align:left;}
q:before,q:after {content:'';}
abbr,acronym {border: 0;}

/**txt size**********************************/
.txt10 { font-size:10px; }
.txt11 { font-size:11px; }
.txt12 { font-size:12px; }
.txt13 { font-size:13px; }
.txt14 { font-size:14px; }

.txt-red{color:#cc0000;}

a{color:#0081c2;}
a:hover{text-decoration:none;}

/**********************************************
*common
***********************************************/
/**clearfix**/
.clearfix:after{  
	content: ".";  
	display:block;  
	visibility:hidden;  
	height:0.1px;  
	font-size:0.1em;  
	line-height:0;  
	clear:both;
}
.clearfix{display:inline-block;}  

.left{float:left !important;}
.right{float:right;}

.align-r{text-align:right;}
.align-c{text-align:center;}

/**margin**/
.ma0{margin:0 !important;}
.ma5b{margin-bottom:5px !important;}
.ma10b{margin-bottom:10px !important;}
.ma15b{margin-bottom:15px !important;}
.ma20b{margin-bottom:20px !important;}
.ma25b{margin-bottom:25px !important;}
.ma30b{margin-bottom:30px !important;}
.ma40b{margin-bottom:40px !important;}

.pa0{padding:0 !important;}

ul#gnv{
	width:960px;
	margin:0 auto 25px auto;
	overflow:hidden;
}
ul#gnv li{
	float:left;
	padding-right:7px;
}
#footer{
	padding-bottom:30px;
	color:#333;
	margin-top:20px;
	font-size:10px;
}
#footer a{
	text-decoration:none;
	color:#333;
}