@charset "euc-jp";

body,
h1,h2,h3,h4,h5,h6,p,hr,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,
em,
address,
noscript {
	margin: 0px;
	padding: 0px;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	font-weight:normal;
	line-height:150%;

}
img{
margin:0px;
padding:0px;
border:0px;
}
ul{
	list-style:none;
}
body{
	background:url(../common_img/base_back.gif);
}


/**************link******************/
a:link {/*未訪問リンク*/
	text-decoration: none;
	color:#3366cc;
}
a:visited {/*訪問済みリンク*/	
	text-decoration: none;
	color:#663366;
}
a:active {/*クリックしたとき*/
	text-decoration: underline;
	color:#3366ff;
	
}
a:hover {/*マウスを乗せたとき*/
	text-decoration: underline;	
	color:#3366ff;
}

/***************header***************/
#header{
	background-color:#bb171a;
}
#headerInner{
	background:url(../common_img/header_back.jpg) center top repeat-x;
	height:120px;
}
h1{
	width:900px;
	margin:0px auto;
	font-size:10px;
	color:#ffffff;
	line-height:100%;
}
#headerLogo{
	width:900px;
	margin:0px auto;
	background:url(../common_img/header_pazu.jpg) no-repeat;
	height:107px;
}
#headerLogo img{
		padding:27px 0 0 30px;
		float:left;
		width:328px;
}
h2{
	float:right;
	font-size:14px;
	color:#ffffff;
	width:370px;
	margin:34px 0 0 0;
}
.clear{
 clear:both;
}
/*====================================================================================
■02.CLEAR FLOAT
====================================================================================*/
.clearfix:before, .clearfix:after{content:"\0020"; display:block; height:0; overflow:hidden}
.clearfix:after{clear:both}
.clearfix{zoom:1}
/**************wrapper内******************/

#wrapper{
	width:900px;
	margin:0px auto;
}
#container{
	width:700px;
	float:left;
}
#left{
	width:182px;
	float:left;
}
#leftBox{
	width:182px;
	background:url(../images/left_foot.jpg) no-repeat;
	background-position:left bottom;
	padding-bottom:12px;
}
#leftBox2{
	width:182px;
	padding-bottom:3px;
}
#centerTop{
	width:502px;
	float:right;
	margin-right:8px;
	display:inline;
}
#center{
	width:692px;
		float:right;
	margin-right:8px;
	display:inline;
}
#right{
	width:200px;
	float:right;
}
#footerBase{
	background-color:#d8d8d8;
	margin-top:10px;
}
#footer{
	background:url(../common_img/footer_back.gif) center top repeat-x;
}

#return{
	width:900px;
	padding:10px 0 10px 0;
}

#admin_2 #return{
	width:892px;
	padding:10px 0 10px 0;
}


#return li{
	float:left;
	display:inline;
	font-size:10px;
	width: 33%;
}
#return .right{
	float:right;
	text-align: right;
}
#return .center{
	text-align:center;
}
#return .left{
	margin-left:330px;
}
/*admin*/
#admin #wrapper{
	width:900px;
	margin:0px auto;
}
#admin #container{
	width:700px;
	float: right;
}
#admin #left{
	width:182px;
	float:left;
}
#admin #leftBox{
	width:182px;
	background:url(../images/left_foot.jpg) no-repeat;
	background-position:left bottom;
	padding-bottom:12px;
}
#admin #centerTop{
	width:502px;
	float:right;
	margin-right:8px;
	display:inline;
}
#admin #center{
	width:692px;
	float:right;
	display:inline;
}
#admin #right{
	width:200px;
	float:right;
}
#admin #footerBase{
	background-color:#d8d8d8;
	margin-top:10px;
}
#admin #footer{
	background:url(../common_img/footer_back.gif) center top repeat-x;
}

/**************footer***********************/
#footer ul{
	width:900px;
	margin:0px auto;
	padding:20px 0 10px 0;
	display:block;
	text-align:center;
}

#footer ul li{
	border-left:1px solid #adadad;
	line-height:100%;
	display:inline;
}
#footer ul li.left{
	border-left:0px none;
}

#footer li a{
	padding:0px 10px 0 10px;
}
#footer p{
	text-align:center;
}
.attention {
color:#FF0000;
}
.mb00 {
    margin-bottom: 0px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}