@charset "utf-8";

/* basic
---------------------------------------------------------------------------- */
body {
	line-height:1.5;
	font-size:0.8em;
	color:#333333;
	font-family:Helvetica, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", sans-serif;
	background-color: #FFFFFF;
}
h1 {
	text-indent:-9999px;
	background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
	height:51px;
	margin: 20px 25px 5px 0px;
	width: 173px;
	float: left;
}
h2 {
	height:130px;
	width:760px;
	clear:both;
	margin: 0px auto;
	font-size:0px;
}
h3 {
	text-transform:uppercase;
	font-size:1.2em;
	color: #666666;
	margin-bottom: 20px;
	font-weight: bold;
}
h4 {
	font-size:1.2em;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: right;
	border-bottom: 3px double;
	margin-left: 30px;
}
a:link, a:visited {
	color:#333333;
	text-decoration:none;
	border-bottom:1px dashed;
}
a:hover, a:active {
	color:#339966;
	text-decoration:none;
	border-bottom:1px dashed;
}
/* layout
---------------------------------------------------------------------------- */
div#page {
	width: 810px;
	background-image:url(../img/back.gif);
	background-repeat:repeat-y;
	margin: 30px auto 5px;
}
div#topArea {
	background-image:url(../img/back_T.gif);
	background-repeat:no-repeat;
	height: 215px;
	position: relative;
}
div#header {
	width:760px;
	margin:10px auto;
	height:80px;
	border-bottom:1px solid #333333;
}
div#content {
	background-image:url(../img/back_B.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	padding: 40px 30px;
}
div#side {
	float: left;
	width: 170px;
}
div#main {
	float: right;
	width: 580px;
	min-height:580px;
	position: relative;
}
/* IE6以下 */
* html div#main {
	height: 580px;
}
div#footer {
	text-transform:capitalize;
	width: 800px;
	margin: 0px auto;
}




/* navigation
---------------------------------------------------------------------------- */
ul#nav {
	float:right;
	font-size: 1em;
	text-transform: capitalize;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
	margin-top: 60px;
}
#nav ul, #nav li, #nav a {
	display: block;
}
#nav a {
	color:#333333;
	background-color:#ffffff;
	border-bottom:none;
}
#nav a:hover {
	background-color:#A4DCB1;
	color:#FFFFFF;
	text-decoration:none;
}
ul#nav li {
	white-space:nowrap;
	float: left;
	width: 100px;
	text-align: center;
	border-right: 1px solid #333333;
}
#home li#navHome a, #web li#navWeb a, #mp li#navMP a, #dtp li#navDTP a, #photo li#navPhoto a {
	background-color:#666666;
	color:#FFFFFF;
}
p#contact {
	position:absolute;
	top: 25px;
	right: 25px;
}






/* footer
---------------------------------------------------------------------------- */
#footer address {
	float:left;
}
#footer p {
	float:right;
}
/* sidemenu
---------------------------------------------------------------------------- */
#side li {
	border-bottom: 1px dashed #666666;
	line-height: 3;
}
#side li.self {
	background-image: url(../img/selflink.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#side a {
	border-bottom:none;
}
/* main content
---------------------------------------------------------------------------- */
.underH {
	margin-bottom: 1em;
	border-bottom: 1px dotted #666666;
}
dl {
	clear: left;
	text-transform: capitalize;
}
dt {
	float: left;
	width: 8em;
	text-align: right;
}
dd {
	float: left;
	padding-bottom: 1em;
	width: 470px;
	margin-left:0.5em;
}
/* css hack -------------------------------------- */
div#nav ul:after, div#header:after, div#content:after, dl:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
div#nav ul, div#header, div#content, dl {
	display:inline-block;
}
/* hides from IE-mac \*/
* html div#nav ul, * html div#header, * html div#content, * html dl {
	height:1%;
}
div#nav ul, div#header, div#content, dl {
	display:block;
}
/* end hide from IE-mac */
/* END css hack -------------------------------------- */




.imageR {
	position: absolute;
	right: 0px;
}
.imageR img {
	border: 1px solid #999999;
}
.imageR a {
	border-style: none;
}
#web dd, #dtp dd, #photo dd {
	padding-bottom: 1em;
	width:250px;
}
#web dd.long, #dtp dd.long, #photo dd.long {
	width: 450px;
}
#mp #main p {
	text-transform:capitalize
}
#mp div.video {
	float: left;
	margin: 0px 0px 25px 40px;
 *margin: 0px 0px 25px 20px;
}
#contact p#submit {
	margin-top:30px;
}
#contact #mailplus {
	margin-top: 50px;
}
#contact #main dt {
	font-weight: bold;
}
#contact #main li {
	font-weight: bold;
	margin-top: 30px;
}
#dtp #main p.image {
	margin-top: 100px;
	text-align: right;
}
#dtp #main p img {
	margin-left: 20px;
}
#dtp p.exp {
	clear: both;
	margin: 20px 0 10px 40px;
}
#web  p.rinji {
	margin-left: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}



div.webtop h5, div.webtop dl {
	padding-left:30px;
	}
div.webtop ul {
	padding-left:40px;
	margin-bottom: 20px;
	}
#web div.webtop dt, #web div.webtop dl dd {
	width:100%;
	float:none;
	text-align: left;
	}
#web div.webtop li {
	background-image:url(../web/img/zannen.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding-left: 17px;
	}
div.webtop h5 {
	background-image:url(../web/img/title01.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	height: 40px;
	background-position: 30px 0;
	margin-bottom: 10px;
	}
#web div.webtop dt {
	background-image:url(../web/img/good.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
	height: 20px;
	padding-left: 25px;
	font-size: 1.2em;
	vertical-align: bottom;
	font-weight: bold;
	margin: 15px 0;
	}
#web div.webtop em {
	border-bottom:3px double #AC9A5F;
	}
#web #page #content #main ul#meganet {
	width: 525px;
	margin:auto;
	height: auto;
}

#web #page #content #main ul#meganet li {
	float: left;
	margin:0 5px 5px 0;
}

