@charset "utf-8";

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

common.css

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

	01.format
	02.wrapper
	03.header
	04.container
	05.contents
	06.sidebar
	07.footer
	08.other

last update 09/04/06

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

/*--------------------------------------------------------------------
	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{
	vertical-align: top;
	font:normal normal normal 100%/1.5 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ ゴシック',sans-serif;
	margin:0;
	padding:0;
	border:none;
	border-collapse:collapse;
}
hr{display:none;}
/*img{display:block;}*/
li{list-style-type: none;}

/*a
----------------------------------------------------------------*/
a:link,
a:visited,
a:hover,
a:active{color: #d1525b;}

a:link   {text-decoration: underline;}
a:visited{text-decoration: underline;}
a:hover  {text-decoration: none;}
a:active {text-decoration: underline;}


/*--------------------------------------------------------------------
	02.wrapper
--------------------------------------------------------------------*/

#wrapper{background: url(../img/bg_wrapper.gif) repeat-x;}
#wrapper:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}



/*--------------------------------------------------------------------
	03.header
--------------------------------------------------------------------*/
#header{
	margin-left: 20px;
	width: 750px;
	height: 80px;
	background: url(../img/bg_header.gif) no-repeat;
}
#header h1{
	float: right;
	padding-top: 18px;
	text-align: right;
	color: #3f4549;
	font-size: 10px;
}
#header #logo{
}
#header #logo a{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 250px;
	height: 75px;
}



/*--------------------------------------------------------------------
	04.container
--------------------------------------------------------------------*/
#container{
	margin-left: 20px;
	width: 750px;
	padding-bottom: 40px;
}
#container:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#container a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
}


#contents{
	float: right;
	width: 550px;
}
#sidebar{
	float: left;
	width: 170px;
}


/*--------------------------------------------------------------------
	06.sidebar
--------------------------------------------------------------------*/

/*	6-1.navigation
----------------------------------------------------------------*/
#navi{
	display: block;
	width: 170px;
	height: 383px;
	outline: none;
	background: url(../img/bg_navi.gif) no-repeat;
}

#navi ul,
#navi ul li,
#navi ul li a{
	display: block;
	width: 170px;
	outline: none;
	text-indent: -9999px;
}
#gn01 a{
	background-position: 0 0;
	height: 36px;
}
#gn02 a{
	background-position: 0 -36px;
	height: 29px;
}
#gn03 a{
	background-position: 0 -65px;
	height: 29px;
}
#gn04 a{
	background-position: 0 -94px;
	height: 29px;
}
#gn05 a{
	background-position: 0 -123px;
	height: 29px;
}
#gn06 a{
	background-position: 0 -152px;
	height: 29px;
}
#gn07 a{
	background-position: 0 -181px;
	height: 29px;
}
#gn08 a{
	background-position: 0 -210px;
	height: 29px;
}
#gn09 a{
	background-position: 0 -239px;
	height: 29px;
}
#gn10 a{
	background-position: 0 -268px;
	height: 29px;
}
#gn11 a{
	background-position: 0 -297px;
	height: 29px;
}
#gn12 a{
	background-position: 0 -326px;
	height: 29px;
}

#navi ul li a:hover,
#navi ul li.this a{background-image: url(../img/bg_navi_over.gif);}


/*	6-2.bnr
----------------------------------------------------------------*/
#blog{margin-top: 25px;}


/*	6-3.center info
----------------------------------------------------------------*/
#center-info{
	margin-top: 25px;
	padding-bottom: 10px;
	background: url(../img/bg_center.gif) repeat-y;
	width: 170px;
}
#center-info p{
	padding: 5px 20px 0 20px;
	color: #ffffff;
	font-size: 10px;
}



/*--------------------------------------------------------------------
	07.footer
--------------------------------------------------------------------*/
#footer{
	background: url(../img/bg_footer.gif) repeat-x;
	height: 80px;
}

#footer ul{
	display: block;
	margin-left: 20px;
	padding-top: 20px;
	height: 10px;
	line-height: 12px;
	text-align: left;
	font-size: 10px;
}
#footer ul li{
	display: block;
	height: 12px;
	float: left;
	padding-right: 10px;
	border-right: solid 1px #c5d7df;
	margin: 3px 8px 3px 0;
	line-height: 12px;
}
#footer ul li.nb{
	display: block;
	height: 12px;
	float: left;
	padding-right: 10px;
	border-right: none;
	margin: 3px 8px 3px 0;
	line-height: 12px;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active{color: #403c3c;}

#footer a:link{text-decoration: none;}
#footer a:visited{text-decoration: none;}
#footer a:hover{text-decoration: underline;}
#footer a:active{text-decoration: none;}

#footer p{
	padding-top: 15px;
	padding-left: 20px;
	text-align: left;
	color: #5fa7da;
	font-family: tahoma, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
}



/*--------------------------------------------------------------------
	08.other
--------------------------------------------------------------------*/
.block{display: block;}
.right{float: right;}
.left{float: left;}
.clear{clear: both;}
.hover a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
.tr{text-align: right;}
.big{
	font-size: 15px;
	font-weight: bold;
}
strong{color: #cf2828;}

