@charset "utf-8";

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

common.css

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

	01.format
	02.body
	03.header
	04.navigation
	05.container
	06.txt
	07.footer
	08.other

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

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

/*a
----------------------------------------------------------------*/
a,
a:link,
a:visited {
	color: #1e80d2;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #1e80d2;
	text-decoration:none;
}

/* h2,h3,h4
----------------------------------------------------------------*/
h3 img { margin: 0 auto;}


/*--------------------------------------------------------------------/
	02.body
/--------------------------------------------------------------------*/
body {
	background: #eef8fd url(../img/bg.gif) repeat-x 0 0;
	text-align: center;
	color: #4a4a4a;
	font-size: 12px;
}

#wrapper,
#header,
#container,
#pagetop,
#footer {
	margin: 0 auto;
	width: 900px;
}

#wrapper {
	background: url(../img/wrapper.gif) repeat-y 0 0;
}

/*--------------------------------------------------------------------/
	03.head
/--------------------------------------------------------------------*/
#header {
	background: url(../img/header.jpg) no-repeat 0 0;
	height: 65px;
}
#header h1 {
	float: right;
	padding-top: 11px;
	padding-right: 8px;
	text-align: right;
	line-height: 1;
	color: #1f66d9;
	font-size: 10px;
	font-family: 'ＭＳ Ｐゴシック',sans-serif;
}

#header a {
	overflow: hidden;
	text-indent: -9999px;
}

#header div {
	float: left;
	margin-left: 13px;
	padding-top: 10px;
	width: 330px;
	height: 50px;
}
#header div a {
	display: block;
	width: 330px;
	height: 50px;
}


/*--------------------------------------------------------------------/
	04.navigation
/--------------------------------------------------------------------*/
#navi {
	margin-left: 16px;
	padding-bottom: 30px;
	background: url(../img/navi_bg.gif) repeat-y 0 0;
	width: 222px;
}

#navi ul li,
#navi ul li a {
	display: block;
	width: 222px;
	height: 58px;
	cursor: pointer;
}

#navi ul li a {
	background: url(../img/navi.gif) no-repeat 0 100%;
	text-decoration: none;
	color: #555555;
	font-size: 20px;
}
#navi ul li a span {
	display: block;
	padding-top: 13px;
	width: 190px;
	text-align: right;
	line-height: 1;
}

/* 英語の部分 */
#navi ul li a span em {
	padding-right: 2px;
	line-height: 1.2;
	color: #777777;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navi ul li a:hover {
	background: url(../img/navi_hover.gif) no-repeat 0 100%;
	text-decoration: none;
}


/*--------------------------------------------------------------------/
	05.container
/--------------------------------------------------------------------*/
#container {
	background: url(../img/container.gif) repeat-x 0 0;
	text-align: left;
}
#container:after,
#header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#sidebar {
	float: left;
	width: 238px;
}
#contents {
	float: right;
	padding-top: 25px;
	width: 662px;
}

/* bnr
------------------------------------*/
#bnr {
	margin-top: 5px;
	margin-left: 32px;
	padding-bottom: 40px;
}
#bnr img { margin-bottom: 12px;}

#bnr img.ms_b { margin-bottom: 5px;}

/*--------------------------------------------------------------------/
	07.foot
/--------------------------------------------------------------------*/

#footerbg {
	clear: both;
	background: url(../img/footerbg.gif) repeat 0 0;
	width: 100%;
	text-align: center;
}
#footer {
	background: url(../img/footer.gif) no-repeat 0 0;
	height: auto;
}

#footer address {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#footer div {
	display: block;
	margin-left: 440px;
	padding: 0 0 20px;
	width: 455px;
	text-align: left;
}
#footer div p { margin-bottom: 7px;} 

#footer * {	color: #ffffff;}



/*--------------------------------------------------------------------/
	08.other
/--------------------------------------------------------------------*/


.right{float: right;}
.left{float: left;}
.center { margin: 0 auto;}
.clear{clear: both;}
a:hover img {
	background-color: #ffffff;
	opacity:0.8;
	filter: alpha(opacity=80);
}

/*margin, padding
----------------------------------------------------------------*/



/*pagetop
----------------------------------------------------------------*/
#pagetop {
	clear: both;
	background: url(../img/pagetop.gif) no-repeat 0 0;
	height: 87px;
}

#pagetop div {
	float: right;
	margin-top: 10px;
	padding-right: 17px;
	width: 80px;
	height: 17px;
}
#pagetop div a {
	display: block;
	width: 80px;
	height: 15px;
	text-indent: -9999px;
	overflow: hidden;
}	
