@charset "Shift_JIS";

/***************************
	sitename : ik
	author : aki@sps
***************************/


/*初期化*/

* {
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	font-style:normal;
	list-style:none;
	font-weight:normal;
	font-size:100%;
}

/*基本設定*/

body {
	color:#333333;
	font-size:80%;
	line-height:100%;
}

a {

}

a:link {

}

a:visited {

}

a:hover {

}

a:active {

}

/*特殊設定*/

br {
	font-size:1px;
	line-height:1%;
}

/*枠組み*/

#outer{
	width:808px;
	margin:0 auto 0 auto;
}

#left-frame{
	width:192px;
	float:left;
}

#right-frame{
	width:600px;
	float:right;
}

#contents{
	margin:5px auto 0 auto;
	width:804px;
}


/*メインメニュー*/

#main-menu {
	width:179px;
}

#main-menu li {
	float: left;
	margin:5px 0 5px 0;
}

#main-menu li a {
	display: block;
}

#main-menu1 a:hover,
#main-menu2 a:hover,
#main-menu3 a:hover,
#main-menu4 a:hover,
#main-menu5 a:hover,
#main-menu6 a:hover {
	background-color:white;
}

#main-menu1 a:hover img,
#main-menu2 a:hover img,
#main-menu3 a:hover img,
#main-menu4 a:hover img,
#main-menu5 a:hover img,
#main-menu6 a:hover img {
	visibility:hidden;
}

#main-menu1 a{
	background:url(../img/common/menu/menu1-over.gif) no-repeat;
}

#main-menu2 a{
	background:url(../img/common/menu/menu2-over.gif) no-repeat;
}

#main-menu3 a{
	background:url(../img/common/menu/menu3-over.gif) no-repeat;
}

#main-menu4 a{
	background:url(../img/common/menu/menu4-over.gif) no-repeat;
}

#main-menu5 a{
	background:url(../img/common/menu/menu5-over.gif) no-repeat;
}

#main-menu6 a{
	background:url(../img/common/menu/menu6-over.gif) no-repeat;
}

.submenu{
	padding-left:15px;
}

/*共通部設定*/

/*header*/

#header{
	width:808px;
	background:url(../img/common/top-bk.gif) no-repeat;
}

#header-inner{
	float:left;
	width:808px;
	margin:15px 0 0 0;
}

#header #logo{
	width:171px;
	float:left;
	margin:15px 0 0 5px;
}

#header #inq-outer{
	width:300px;
	text-align:right;
	margin:0 5px 0 0;
}

#header .right p{
	font-size:80%;

}

#header #inq-box{
	margin-top:5px;
	width:280px;
	float:right;
}

#header #inq-box img{
	float:left;
}

#header #inq1{
	width:169px;
	float:left;
}

#header #inq2{
	width:103px;
	float:right;
}

/*right-frame*/

#menu-box-back{
	width:192px;
	background:url(../img/common/menu-box-mdl.gif) repeat-y;
	float:left;
	margin:10px 0 10px 1px;
}

#menu-box-top{
	width:192px;
	float:left;
	background:url(../img/common/menu-box-top.gif) left top no-repeat;
}

#menu-box-btm{
	width:192px;
	float:left;
	background:url(../img/common/menu-box-btm.gif) left bottom no-repeat;
}

#menu-box-inner{
	padding:10px 0 10px 0;
}

#left-frame h2{
	margin:40px 0 0 10px;
}
#left-frame address{
	margin:5px 0 0 10px;
}

#btn-menu-inq{
	margin:5px 0 0 12px;
}

#btn-home{
	margin-left:4px;
}



/*pan*/

#bread{
	background:url(../img/common/pan.gif) no-repeat;
	width:596;
	height:32px;
	line-height:250%;
	text-indent:15px;
	margin-bottom:10px;
	color:#1f6383;
}

#bread a {
	color:#1f6383;
}


#bread a:link {
	color:#1f6383;
}


#bread a:visited {
	color:#1f6383;
}


#bread a:hover {
	color:#1f6383;
	text-decoration:underline;
}


#bread a:active {
	color:#1f6383;
}

#contents{
	line-height:150%;
}


/*グローバル要素*/

.ba{
	border:1px solid red;
}

.green{
	color:#94aa2f;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */