@charset "UTF-8";

*
{
	margin: 0px;
	padding: 0px;
}

html
{
	overflow: scroll;
}

body
{
	text-align: center;
	background: #EFEBDE;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #ece9d8 url(../images/bg.png) repeat-x;
}

ul
{
	list-style: none;
}

img 
{
	border-style: none;
}

a
{
	color: #669933;
	text-decoration: none;
}

a:hover
{
	color: #ff9933;
	text-decoration: underline;
}

#container
{
	color: #333333;
	text-align: left;
	width: 740px;
	margin: 0px auto;
	font-size: small;
}

#header
{
	width: 740px;
}

#logo
{
	background: #0C6DCE;
	height: 85px;
	width: 740px;
}

#navi
{
	width: 740px;
	overflow: hidden;
}

#navi ul
{
	list-style: none;
	height: 50px;
}

#navi li
{
	float: left;
	text-align: center;
	line-height: 50px;
}

#navi li a
{
	display: block;
	width: 123px;
	height: 50px;
}

#navi li a span
{
	display: none;
}

#navi #news a
{
	width: 124px;
	background: url(../images/navi/news.png) no-repeat center;
}

#navi #news a:hover
{
	width: 124px;
	background: url(../images/navi/news_hover.png) no-repeat center;
}

#navi #products a
{
	background: url(../images/navi/products.png) no-repeat center;
}

#navi #products a:hover
{
	background: url(../images/navi/products_hover.png) no-repeat center;
}

#navi #service a
{
	background: url(../images/navi/service.png) no-repeat center;
}

#navi #service a:hover
{
	background: url(../images/navi/service_hover.png) no-repeat center;
}

#navi #corporate a
{
	background: url(../images/navi/corporate.png) no-repeat center;
}

#navi #corporate a:hover
{
	background: url(../images/navi/corporate_hover.png) no-repeat center;
}

#navi #recruit a
{
	background: url(../images/navi/recruit.png) no-repeat center;
}

#navi #recruit a:hover
{
	background: url(../images/navi/recruit_hover.png) no-repeat center;
}

#navi #contact a
{
	width: 124px;
	background: url(../images/navi/contact.png) no-repeat center;
}

#navi #contact a:hover
{
	width: 124px;
	background: url(../images/navi/contact_hover.png) no-repeat center;
}

#message
{
	width: 740px;
	height: 200px;
/*	height: 381px;*/
}

#message .frame
{
	background: #ffffff;
	width: 738px;
/*	height: 189px;*/
	height: 370px;
	margin: 5px 0;
	border: 1px solid #CCCCCC;
}

#message .frame img
{
	display: block;
	width: 730px;
/*	height: 181px;*/
	height: 362px;
	margin: 4px 4px;
}

#imgslider {
    position: relative;
	top: 10px;
	left: 10px;
    height: 200px;
    display: block;
    /* background:rgba(0,0,0,0.7); */
    text-align: center;
    z-index: 10000;
}

#imgslider img {
    position: absolute;
    top: 0;
    left: 0;
}

#content
{
	height: 100%;
	margin: 10px 0;
	overflow: auto;
}

#detail
{
	float: left;
	width: 520px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
}

#menu
{
	float: right;
	width: 206px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}

#tips
{
	float: left;
	width: 160px;
	overflow: hidden;
}

#entry
{
	float: right;
	width: 380px;
}

#footer
{
	background: #000000 url(../images/footer.png);
	height: 45px;
}

#copyright
{
	color: #FFFFFF;
	line-height: 45px;
	text-align: center;
}

.clear
{
	clear: both;
	display: block;
}

.detail
{
	margin: 15px;
}

.detail h2
{
	margin: 10px 0;
}

.detail h2 img
{
	display: block;
}

/*
.detail h2
{
	padding-left: 15px;
	font-size: medium;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: 0.5ex;
	color: #FFFFFF;
	background: #0066CC url(../images/title.png);
}
*/

.detail h3
{
	margin: 10px 0;
}

.detail h3 img
{
	display: block;
}

.detail h4
{
	margin: 5px 0;
}

.detail h4 img
{
	display: block;
}

/*
.detail h3
{
	font-weight: bold;
	line-height: 35px;
	letter-spacing: 0.5ex;
	font-size: small;
	margin: 15px 0 0 5px;
	color: #FF6600;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
}

.detail h3 span
{
	display: block;
	padding-left: 10px;
	margin: 1px;
	background: #000000 url(../images/title2.png);
	color: #FF9900;
}
*/

.detail .body
{
	line-height: 175%;
	letter-spacing: 0.2ex;
}

.detail .body p
{
	padding: 1.5ex 0.5ex 0 0.5ex;
}

.detail .body table
{
	width: 100%;
}

.detail .body table th
{
	width: 100px;
	font-weight: normal;
	border-bottom: 1px dashed #CCCCCC;
	padding: 0px 5px;
}

.detail .body table td
{
	padding: 0.5ex 5px;
	border-bottom: 1px dashed #CCCCCC;
}

.menu
{
	margin: 0 10px;
}

.menu .title
{
	margin: 5px 0;
}

.menu .title img
{
	width: 186px;
	height: 50px;
}

.menu ul
{
	list-style: none;
}

.menu ul li
{
	margin: 10px 5px;
}

.menu ul.banner li
{
	margin: 10px 0;
}

.menu ul li span
{
	letter-spacing: 0.2ex;
}

.menu dl
{
	list-style: none;
	margin-top: 0.5em;
}

.menu dl dt span
{
	display: block;
	border-top: 1px dotted #CCCCCC;
	margin-left: 5px;
	padding-top: 0.5ex;
	line-height: 1.5em;
	letter-spacing: 0.2ex;
}

.menu dl dd span
{
	display: block;
	margin-left: 5px;
	padding-bottom: 0.5ex;
	line-height: 1.5em;
	letter-spacing: 0.2ex;
}

.list a
{
	padding-left: 17px;
	background: url(../images/dot.png) no-repeat left center;
}

.list a:hover
{
	background: url(../images/dot_hover.png) no-repeat left center;
}

.banner li
{
	margin-bottom: 10px;
}

.tips
{
	margin: 15px 0 0 15px;
	border: 1px solid #CCCCCC;
}

.tips .title
{
	font-size     : medium;
	line-height: 33px;
	letter-spacing: 0.3ex;
	background: url(../images/menu.png);
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
}

.tips ul
{
	margin: 0 10px;
	list-style: none;
	letter-spacing: 0.2ex;
}

.tips ul li
{
	padding: 1ex 0ex;
}

.tips ul a
{
	color: #0066CC;
	text-decoration: none;
}

.tips ul a:hover
{
	color: #FF6600;
	text-decoration: underline;
}

.detail h3 a
{
	text-decoration: none;
	color: #66CCFF;
	width: 100%;
	display: block;
}

.detail h3 a:hover
{
	text-decoration: underline;
	color: #66CCFF;
}

.detail .sub
{
	margin-top: 15px;
}

#detail .poster
{
	margin: 15px 15px 0px;
}