@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/12/05
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:#163fc2;
	text-decoration: none;
	outline:none;
}
a:visited{
	color:#163fc2;
	text-decoration:none;
}
a:hover{
	color:#163fc2;
	text-decoration:none;
}
a:active{
	color:#163fc2;
	text-decoration:none;
}


/*--------------------------------------------------------------------/
	02.body
/--------------------------------------------------------------------*/
body{
	font-size: 12px;
	color: #303030;
	text-align: center;
	background:url(../img/bg.jpg) repeat-x #ffffff;
	}
	
body#l2{
	font-size: 12px;
	color: #303030;
	text-align: center;
	background:url(../img/l2_bg.jpg) repeat-x #ffffff;	
	
}
#container{
	width: 720px;
	text-align: left;
	margin: 0 auto;
}

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


/*--------------------------------------------------------------------/
	03.head
/--------------------------------------------------------------------*/
#head{
	background:url(../img/head.jpg) no-repeat center top;
	height:78px;
	position: relative;
}
h1{
	line-height: 1;
	font-size: 10px;
	text-align: right;
	color: #014099;
	padding:0 30px 0 0;
	height:1em;
	margin-top:25px;
	float:right;
	width:400px;
}

#head .top_link{
	width:120px;
	height:33px;
	margin:20px 0 0;
	float:left;
}
#head .top_link a{
	width:120px;
	height:33px;
	display:block;
	text-indent: -9999px;
	overflow: hidden;
}
/*--------------------------------------------------------------------/
	04.navigation
/--------------------------------------------------------------------*/
#navi{
	width:489px;
	height: 26px;
	text-align:left;
	float:right;
	margin-top:16px;
}
#navi ul li{
	float:left;
}
#navi ul li,
#navi ul li a{
	display: block;
	height:26px;
}
#navi ul li a{
	text-indent: -9999px;
	overflow: hidden;
}
#navi ul li a:hover{
	background-color:white;
	opacity:0.4;
	filter: alpha(opacity=40);
}
#navi ul li#g1,
#navi ul li#g1 a{ width:75px;}
#navi ul li#g2,
#navi ul li#g2 a{ width:92px;}
#navi ul li#g3,
#navi ul li#g3 a{ width:103px;}
#navi ul li#g4,
#navi ul li#g4 a{ width:93px;}
#navi ul li#g5,
#navi ul li#g5 a{ width:126px;}


/*--------------------------------------------------------------------/
	05.navigation
/--------------------------------------------------------------------*/
#s_navi{
	width:180px;
	background:url(../img/s_navi_bg.jpg) repeat-y;
	border-bottom:1px solid #b3b3b3;
}
#s_navi dl dd{
	background: url(../img/s_navi_point.jpg) 1px center no-repeat;
	padding-left:15px;
	margin:0;
}
#s_navi dl dd,
#s_navi dl dd a{
	display: block;
	height:20px;
	line-height:20px;
}
#s_navi dl dd a{
/*
	text-indent: -9999px;
	overflow: hidden;

*/	width:164px;
}
#s_navi dl dd a:link,
#s_navi dl dd a:visited,
#s_navi dl dd a:hover,
#s_navi dl dd a:active{ text-decoration:none;}

#s_navi dl dd a:hover{
/*
	background-color:white;
	opacity:0.4;
	filter: alpha(opacity=40);
*/
	color:#FFFFFF;
	background-color:#993333;
}

/*--------------------------------------------------------------------/
	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: 510px;
}
#rightpane{
	float: right;
	width: 180px;
	padding-bottom:20px;
}



/*--------------------------------------------------------------------/
	07.foot
/--------------------------------------------------------------------*/
#foot_wrapper{
	width:100%;
	clear: both;
	height:50px;
	text-align:center;
	background: url(../img/foot_bg.jpg) repeat-x top center;
}
#foot{
	margin: 0 auto;
}
#foot div{	line-height:50px;}
#foot *{
	font-size: 10px;
	line-height: 1.4;
}
#foot a{color: #ffffff;}
#foot a:link{ text-decoration:none;}
#foot a:visited{	text-decoration:none;}
#foot a:hover{	text-decoration:underline;}
#foot a:active{	text-decoration:none;}
#foot a{
	padding-left:8px;
	background:url(../img/foot_link.jpg) left center no-repeat;
	line-height:1em;
	margin-right:7px;
}
#foot img.left{
	margin:0;
}
#foot div.left{
	width:300px;
}
#foot div.right{
	width:167px;
}
#foot div.right img{
	margin:20px 0 0;
}

#foot .pagetop{
	width:100% !important;
}

/*pagetop
----------------------------------------------------------------*/
.pagetop{
	clear: both;
	width: 512px !important;
	font-size: 10px;
	text-align: right;
	height:20px;
	margin-bottom:20px;
}

.pagetop a{
	float:right;
}
.pagetop:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*--------------------------------------------------------------------/
	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;}
.ml0{margin-left: 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;}
.mt30{margin-top: 30px !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;}
.pl10{padding-left: 10px !important;}

