@charset "UTF-8";

*
{
	margin: 0px;
	padding: 0px;
}

html
{
	overflow: scroll;
}

body
{
	text-align: center;
	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: 118px;
	height: 50px;
}

#navi li a span
{
	display: none;
}

#navi #products a
{
	background: url(../images/navi/products.png) no-repeat left;
}

#navi #products a:hover
{
	background: url(../images/navi/products_hover.png) no-repeat left;
}

#navi #golf a
{
	width: 136px;
	background: url(../images/navi/golf.png) no-repeat left;
}

#navi #golf a:hover
{
	width: 136px;
	background: url(../images/navi/golf_hover.png) no-repeat left;
}

#navi #service a
{
	width: 93px;
	background: url(../images/navi/service.png) no-repeat left;
}

#navi #service a:hover
{
	width: 93px;
	background: url(../images/navi/service_hover.png) no-repeat left;
}

#navi #corporate a
{
	width: 81px;
	background: url(../images/navi/corporate.png) no-repeat left;
}

#navi #corporate a:hover
{
	width: 81px;
	background: url(../images/navi/corporate_hover.png) no-repeat left;
}

#navi #recruit a
{
	width: 81px;
	background: url(../images/navi/recruit.png) no-repeat left;
}

#navi #recruit a:hover
{
	width: 81px;
	background: url(../images/navi/recruit_hover.png) no-repeat left;
}

#navi #contact a
{
	width: 106px;
	background: url(../images/navi/contact.png) no-repeat left;
}

#navi #contact a:hover
{
	width: 106px;
	background: url(../images/navi/contact_hover.png) no-repeat left;
}

#navi #cad a
{
	width: 122px;
	background: url(../images/navi/cad.png) no-repeat left;
}

#navi #cad a:hover
{
	width: 122px;
	background: url(../images/navi/cad_hover.png) no-repeat left;
}

#message
{
	width: 740px;
	height: 200px;
}

#message .frame
{
	background: #ffffff;
	width: 738px;
	height: 189px;
	margin: 4px 0;
	border: 1px solid #CCCCCC;
}

#message .frame img
{
	display: block;
	width: 730px;
	height: 181px;
	margin: 4px 4px;
}

#content
{
	height: 100%;
	margin: 10px 0;
	overflow: auto;
}

#canvas
{
	float: left;
	width: 100%;
	background: #ffffff;
	border: 1px solid #CCCCCC;
}

#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;
	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 h3
{
	clear: both;
	margin: 10px 0;
}

.detail h3 img
{
	display: block;
}

.detail h4
{
	clear: both;
	margin: 5px 0;
}

.detail h4 img
{
	display: block;
}

.detail .body
{
	line-height: 175%;
	letter-spacing: 0.2ex;
}

.detail .body p
{
	padding: 1ex 0.5ex;
}

.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/menu/dot.png) no-repeat left center;
}

.list a:hover
{
	background: url(../images/menu/dot_hover.png) no-repeat left center;
}

.banner li
{
	margin-bottom: 10px;
}

.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;
}
