@charset "UTF-8";

body {
	background: url(/images/css/simple18/bg.gif);
	font-size: 12px;
	color: #666666;
	line-height: 130%;
}
ul,ol,li {
	list-style-position: outside;
}

/* リンクの設定
------------------------------------------------------------ */
a:link,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*  レイアウト
-----------------------------------------------------------*/
#container {
	background: url(/images/css/simple18/bg_contents.jpg) repeat-y top right;
	background-color: #ffffff;
}
#contents {
	margin: 0 23px 0 15px;
}
.module_contents {
	margin-bottom: 20px;
}
#main_contents .module_contents,
#top_contents .module_contents,
#bottom_contents .module_contents {
	margin: 0 10px 20px 10px;
}
#main_contents .module_body,
#top_contents .module_body,
#bottom_contents .module_body {
	height:100%; /* IE対策 */
}

/* header
-----------------------------------------------------------*/
#header {
	position: relative;
	border-bottom: 2px solid #333333;
	margin-right: 8px;
}
#header h1 {
	font-size: 25px;
	padding: 10px 0 10px 15px;
}
#header h1 a {
	text-decoration: none;
	color: #ffffff;
}
#header h1.siteName {
	position: absolute;
	top: 20px;
	left: 15px;
}


/* navi
------------------------------------------------------------ */
#navi ul.navi:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#navi {
	margin-bottom: 5px;
	margin: 0 8px 5px 0;
	border-top: 2px solid #ffffff;
}
#navi ul.navi {
	background: url(/images/css/simple18/bg_navi.jpg);
}
#navi li.navi {
	font-size: 14px;
	list-style: none;
	float:left;
	height: 41px;
	width: 114px;
	white-space: nowrap;
}
#navi li.navi a {
	display: block;
	text-align: center;
	padding-top: 10px;
	height: 25px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #ffffff;
}
#navi strong {
	display: block;
	color: #333333;
	text-align: center;
	padding-top: 10px;
	height: 25px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #ffffff;
}
#navi li.navi a:hover {
	color: #333333;
	text-decoration: underline;
}
#navi ul.navi {
	height: 1%;
}

/* footpath
------------------------------------------------------------ */
#footpath{
	font-size: 10px;
	margin: 0px 10px 10px 10px;
}
#footpath li.footpath{
	float: left;
	list-style-type: none;
	padding: 3px;
	margin-right: 2px;
}
#footpath li.footpath a {
	display: block;
}


/* footer
------------------------------------------------------------ */
#footer_contents {
	margin: 50px 8px 0 0;
	padding: 0 0 5px 0;
}
#footer_contents .footer_link{
	padding: 5px 0;
	background-color: #dfdfdf;
}
#footer_contents address {
	letter-spacing: 1px;
	font-style: normal;
	text-align: right;
	font-size: 10px;
	margin-right: 5px;
}
#footer_contents p {
	font-size: 10px;
	letter-spacing: 1px;
	text-align: right;
	margin-right: 5px;
}
.footer_link li {
	float: left;
	margin: 0 0 5px 10px;
}

/* main_contents
------------------------------------------------------------ */
#main_contents h2.module_title,
#top_contents h2.module_title,
#bottom_contents h2.module_title {
	background: url(/images/css/simple18/icon.gif) no-repeat 5px 5px;
	background-color: #333333;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	margin-bottom: 15px;
	font-size: 14px;
	color: #ffffff;
	padding: 4px 10px 2px 25px;
}

#main_contents li,
#top_contents li,
#bottom_contents li {
	padding-left: 15px;
	margin-bottom: 3px;
	background: url(/images/css/simple18/icon2.gif) no-repeat 0 5px;
}
#main_contents .calendar_list li {
	padding-left: 0px;
	margin-bottom: 0px;
	background: none;
}


/* side_contents
------------------------------------------------------------ */
#side_contents_right h2.module_title,
#side_contents_left h2.module_title {
	background: url(/images/css/simple18/bg_side.gif) no-repeat left center;
	background-color: #333333;
	border: 1px solid #333333;
	font-size: 12px;
	color: #333333;
	height: 18px;
	padding: 4px 10px 0px 15px;
	margin-bottom: 10px;
}


/* ブログ
------------------------------------------------------------ */
div.blog_item h4.subject {
	border-top: 1px solid #333333 !important;
	border-right: 1px solid #333333 !important;
	border-bottom: 1px solid #333333 !important;
	border-left: 3px solid #333333 !important;
	padding: 3px 3px 3px 10px !important;
}
.blog_writing_list ul.blog_item {
	margin: 5px 0 0 0;
}

/* カタログ
------------------------------------------------------------ */
.CatalogItem {
	margin-bottom: 20px !important;
}
.CatalogItem h3 {
	background: url(/images/css/simple18/line.gif) repeat-x left bottom;
	padding-bottom: 6px;
}
.CatalogItem h3 img {
	margin: 0 5px;
}
.CatalogItem .item {
	margin-bottom: 10px;
}

/* 会社案内メニュー
------------------------------------------------------------ */
ul.side_menu {
	border: 1px solid #333333;
	padding: 0 10px;
}
ul.side_menu li {
	background: url(/images/css/simple18/bg_side.gif) no-repeat left center;
	background-color: #333333;
	padding: 7px 10px 7px 18px; 
	border-bottom: 1px solid #333333;
}
ul.side_menu li.access {
	border-bottom: none;
}


/*  共通
-----------------------------------------------------------*/
ul,li {
	list-style-type: none !important;
}
.relation_link {
	text-align: right;
	margin-top: 5px;
}
table.list th {
	color: #666666;
	background-color: #efefef;
	text-align: center;
	padding: 7px 8px;
	border: 1px solid #cccccc;
}
table.list td {
	border: 1px solid #cccccc;
	padding: 7px 8px;
}


body {
	padding: 0 20px;
}