@charset "shift-jis";
@import "template.css";

/*====================================================================

common.css

======================================================================

	01.format
	02.body
	03.head
	04.navigation
	05.contents
	06.foot
	07.other

last update 08/09/26
produced by 0510office (http://www.0510office.co.jp/)

=====================================================================*/

/*--------------------------------------------------------------------/
	01.format
/--------------------------------------------------------------------*/
body,div,span,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,address,
table,tr,th,td,img{
	margin:0;
	padding:0;
	font:normal normal normal 100%/1.6 "‚l‚r ‚oƒSƒVƒbƒN","Osaka",sans-serif;
	border:none;
}
hr{display:none;}
img{display:block;}
li{list-style-type: none;}
table{ border-collapse:collapse;}
strong{ font-weight:bold;}

/*a
----------------------------------------------------------------*/
a{
	color:#3d0722;
	text-decoration: underline;
}
a:visited{
	color:#3d0722;
	text-decoration:underline;
}
a:hover{
	color:#3d0722;
	text-decoration:none;
}
a:active{
	color:#3d0722;
	text-decoration:none;
}


/*--------------------------------------------------------------------/
	02.body
/--------------------------------------------------------------------*/
body{
	font-size: 12px;
	color: #303030;
	text-align: center;
	background: #fff url(../img/bg.jpg);
}
#wrapper{
	background: url(../img/body_bg.jpg) top center repeat-y;
}	
#container{
	width: 720px;
	text-align: left;
	margin: 0 auto;
	background:url(../img/contents_bg.jpg) repeat-y white;
}

#head,
#contents,
#foot{
	width: 720px;
}


/*--------------------------------------------------------------------/
	03.head
/--------------------------------------------------------------------*/
#head{
}
h1{
	line-height: 1;
	font-size: 10px;
	text-align: right;
	color: #ababed;
	padding:3px 0;
	background:white;
	height:auto;
}
/*--------------------------------------------------------------------/
	04.navigation
/--------------------------------------------------------------------*/
#navi{
	width:720px;
	height: 52px;
	background: url(../img/g_navi.jpg) no-repeat center top ;
	text-align:left;
}
#navi ul {
	width:652px;
	margin-left:68px;
}
#navi ul li,
#navi ul li a{
	display: block;
	width:163px;
	height: 52px;
}
#navi ul li{ float:right;}
#navi ul li a{
	text-indent: -9999px;
	overflow: hidden;
}

#navi ul li a:hover{
	background: url(../img/g_navi_hover.jpg) no-repeat;
}
#navi ul li#g1 a:hover{ background-position:-68px 0; background-color:#000033;}
#navi ul li#g2 a:hover{ background-position:-231px 0; background-color:#000033;}
#navi ul li#g3 a:hover{ background-position:-394px 0; background-color:#000033;}
#navi ul li#g4 a:hover{ background-position:-557px 0; background-color:#000033;}
h2{
	text-indent: -9999px;
	overflow: hidden;
	font-size:1px;
	display: block;
	height: 1px;
	line-height:1px;
}

/*--------------------------------------------------------------------/
	05.navigation
/--------------------------------------------------------------------*/
#s_navi{
	background: url(../img/s_navi.jpg) no-repeat;
	padding-top:46px;
	margin-right:1px;
}
#s_navi ul li,
#s_navi ul li a{
	display: block;
	width: 179px;
	height: 26px;
}
#s_navi ul li a{
	text-indent: -9999px;
	overflow: hidden;
}
#s_navi ul li a:hover{
	background: url(../img/s_navi_hover.jpg) no-repeat;
}
#s_navi ul li#s1 a:hover{ background-position:0 0; background-color:#000033;}
#s_navi ul li#s2 a:hover{ background-position:0 -26px; background-color:#000033;}
#s_navi ul li#s3 a:hover{ background-position:0 -52px; background-color:#000033;}
#s_navi ul li#s4 a:hover{ background-position:0 -78px; background-color:#000033;}

/*--------------------------------------------------------------------/
	06.contents
/--------------------------------------------------------------------*/
#contents{
	background: url(../img/contents.jpg) repeat-y left top;
}
#contents:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#leftpane{
	float: left;
	width: 180px;
}
#rightpane{
	float: right;
	width: 540px;
	padding-bottom:20px;
}


/*--------------------------------------------------------------------/
	07.foot
/--------------------------------------------------------------------*/
#foot_wrapper{
	background:url(../img/foot_bg.jpg) top left repeat-x;
	width:100%;
	clear: both;
	height:117px;
	text-align:center;
}
#foot{
	text-align:center;
	margin:0 auto;
}
#foot *{
	font-size: 12px;
	line-height: 1.4;
}
#foot a{color: #6598e5;}
#foot p{
	margin-top:20px;
	margin-bottom:10px;
	display:inline-block;
}
#foot img{
	margin:0 auto;
}



/*--------------------------------------------------------------------/
	08.other
/--------------------------------------------------------------------*/
.right{float: right;}
.left{float: left;}
.clear{clear: both;}
.hover a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
.t_l{ text-align:left !important;}
.t_r{ text-align:right !important;}
.t_c{ text-align:center !important;}

img.left{margin: 0 8px 8px 0;}
img.right{margin: 0 0 8px 8px;}

.b0{ border:0 !important;}
.inline{ display:inline;}
.red{ color:red;}

/*margin, padding
----------------------------------------------------------------*/
.mt0{margin-top: 0 !important;}
.mb0{margin-bottom: 0 !important;}
.mr0{margin-right: 0 !important;}
.mt2{margin-top: 2px !important;}
.mt5{margin-top: 5px !important;}
.mr5{margin-right: 5px !important;}
.mb5{margin-bottom: 5px !important;}
.ml5{margin-left: 5px !important;}
.mt10{margin-top: 10px !important;}
.mr10{margin-right: 10px !important;}
.mb10{margin-bottom: 10px !important;}
.ml10{margin-left: 10px !important;}
.mt15{margin-top: 15px !important;}
.ml20{margin-left: 20px !important;}
.mt20{margin-top: 20px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.ml12{margin-left: 12px !important;}
.ml7{margin-left: 7px !important;}
.ma{ margin:0 auto !important;}


.pt10{padding-top: 10px !important;}
.pt20{padding-top: 20px !important;}
.pt30{padding-top: 30px !important;}
.pb0{padding-bottom: 0px !important;}
.pb10{padding-bottom: 10px !important;}
.pb20{padding-bottom: 20px !important;}
.pl20{padding-left: 20px !important;}

/*pagetop
----------------------------------------------------------------*/
.pagetop{
	clear: both;
	width: 100%;
	font-size: 10px;
	text-align: right;
}

