@charset "UTF-8";
/* -- mikawa keieikenkyukai site common style CSS -------
Author : Muraji
Copyright(C)2008,ING-KAWAMOTO Inc. All Rights Reserved. 
------------------------------------------------------ */

/* initializing browser style. */
*{
	margin:0px;
	padding:0px;
	background-color:transparent;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
ul,dl{
	list-style: none;
}
img{
	border:none;
}
/* common element style. */
body{
	color:#333333;
	background-color:#ffffff;
}
a{
	color:#808080;
}
a:visited{
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#000000;
}
.clear{
	width:0;
	height:0;
	clear:both;
}
/* --------------------------------- layout -------- */
div#wrapper{
	width:100%;
	text-align:center;
}
div#container{
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 15px;
	width:970px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
}
div#header{
	margin:0 10px;
}
div#sidemenu{
	font-size:1.5em;
	font-weight:600;
	width:180px;
	margin:10px;
	float:left;
}
div.contents-common{
	width:750px;
	padding:10px 0px 10px 0px;
	float:left;
}
div#footer{
	color:#a6a6a6;
	background-color:#f7f7f7;
	border-bottom:5px solid #595757;
	font-size:0.75em;
	padding:10px 15px;
	height:18px;
	clear:both;
}
/* --------------------------------- header -------- */
#header h1{
	display:block;
}
#header h1 a{
	text-indent:-9999px;
	display:block;
	width:950px;
	height:127px;
	background-image:url(../images/mainbanner.jpg);
	background-repeat:no-repeat;
}
/* --------------------------------- sidemenu -------- */
#sidemenu h2{
	width:180px;
	margin:0 0 12px 0;
}
#sidemenu h2 a{
	display:block;
	height:36px;
}
/* --------------------------------- contents common -------- */
.contents-common h3{
	width:728px;
	height:21px;
	padding:5px 0 0 22px;
	margin:0 0 10px 0;
	background-repeat:no-repeat;
	background-image:url(../images/captionbg.gif);
}
.contents-common p{
	width:728px;
	padding:0 10px 10px 10px;
	white-space:normal;
	text-indent:1em;
	line-height:1.2em;
}
/* - contents summary menu - */
.contents-common div#summarymenu{
	height:55px;
}
.contents-common div#summarymenu h2{
	float:left;
	margin:0 0 0 12px;
}
.contents-common h3{
	clear:both;
}
/* --------------------------------- footer -------- */
#footer ul{
	float:left;
}
#footer li{
	margin-right:10px;
	padding:0 10px 0 0;
	border-right:1px solid #666666;
	float:left;
}
#footer p{
	color:#333333;
	float:right;
	clear:right;
}
/* --------------------------------- contents -------- */
/* --- index --- */
