﻿@charset "utf-8";

/* base font 12px | 2010.03.12 Takei

8px  0.667em;
9px  0.75em
10px 0.834em;
11px 0.917em;
12px 1em;
13px 1.084em;
14px 1.167em;
15px 1.25em;
16px 1.334em;
18px 1.5em;
20px 1.667em;
22px 1.834em;
24px 2em;
28px 2.334em;
32px 2.667em;
36px 3em;
---------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;/* base font */
	text-align: center;
	color: #666;
	text-align: center;
	background-image: url(../images/bgpt1.gif);
	background-repeat: repeat;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	font-variant: normal;
}

a img {
	border: none;
}

/* clearfix
---------------------------------------------------------------------------------------------------------- */
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clr {
	clear: both;
}
/* clearfix end
---------------------------------------------------------------------------------------------------------- */

a:hover {
	color: #FF6600;
}

a {
	text-decoration: none;
	color: #3333FF;
}

span.exlink a {
	padding-right: 15px;
	background: url(../img/external.gif) right 0 no-repeat;
}

p {
	line-height: 1.4;
	margin: 0;
	padding: 3px;
}

h1 {
	margin: 0;
	padding: 2px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
	height: 340px;
	color: #FFFFFF;
	/*border-bottom: #FF0000 1px dotted;*/
	text-shadow: 1px 1px 3px #222;
	text-align: right;

}

#header2 h1 {
	height: 186px;
}

#prof h2 {
	font-size: 1.167em;
	font-weight: bold;
	padding: 0 0 3px 2px;
	border-bottom: #FFFFFF 1px dotted;
}

#contactbox h2 {
	margin: 40px 0 20px 0;
	padding: 2px 0 2px 25px;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: #CC6600 1px dotted;
	background: url(../images/midashi1.png) 0 2px no-repeat;
}

h3 {
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 25px 0 2px 0;
	border-bottom: #CC6600 1px dotted;
}

#tab_box h3 {
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 2px 0 2px 25px;
	border-bottom: #CC6600 1px dotted;
	font-size: 1.5em;
	background: url(../images/midashi1.png) 0 2px no-repeat;
}

#contactbox h3 {
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 20px 0 2px 0;
	border-bottom: none;
}

#infoBox h3 {
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 5px 0 2px 5px;
	border-bottom: #CC6600 1px dotted;
}
#infoBox h3:hover {
	cursor: pointer;
	background: url(../images/black.png) repeat;
	color: #FFFFFF;
}

.hideBox {
	padding: 0 0 30px 0;
}

#expInfo {
	margin-top: 20px;
	padding: 3px 8px;
	border: #aaa 1px solid;
}

h4 {
	font-weight: bold;
	margin: 0;
	padding: 8px 0 2px 0;
	/*border-bottom: #CC6600 1px dotted;*/
	color: #993300;
}


/*
---------------------------------------------------------------------- 文字装飾クラス ------------------------------*/




/*
---------------------------------------------------------------------- 各ブロック設定 ------------------------------*/
#wrapper {
	margin: 0 auto;
	width: 980px;
	/*border: #996600 1px solid;*/
	text-align: left;
}

#header {
	height: 630px;
	background: url(../images/nao1.png) no-repeat;
}

#header2 {
	height: 250px;
	background: url(../images/works.png) no-repeat;
}

#prof {
	width: 280px;
	padding: 0 60px 0 635px;
	height: 225px;
}

#prof dl {
	/*border:1px solid #999;*/
	width:280px;
	margin: 15px 0 0 5px;
}  
#prof dt {
	float:left;
	width:7em;
	padding:3px 0 12px 0;
	line-height: 1.4;
	background: url(../images/mark1.gif) right 5px no-repeat;
	color: #444;
	/*border: #996600 1px solid;*/
}  
#prof dd {
	margin-left:8em;
	padding:3px 5px 12px 10px;
	line-height: 1.4;
	/*border: #006600 1px solid;*/
}

/* ------------------------------------------------------------------------------------------------------ navi */
#navi {
	margin: 0;
	width: 600px;
	height: 60px;
	background: url(../img/btn_BG.jpg) repeat-x;
}

#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}


#navi li {
	display: block;
	float:left;
	margin: 0;
	padding: 0;
	height: 60px;
	text-indent: -9999px;
	white-space: nowrap;
}
#navi li a {
	display: block;
	height: 60px;
	text-decoration: none;
	overflow: hidden;
}


#navi li#nav1 a {
	width: 150px;
	background: url(../images/menu.png) 0px 0px no-repeat;
}
#navi li#nav2 a {
	width: 150px;
	background: url(../images/menu.png) -150px 0px no-repeat;
}
#navi li#nav3 a {
	width: 150px;
	background: url(../images/menu.png) -300px 0px no-repeat;
}

#navi li#nav1 a:hover {
	width: 150px;
	background: url(../images/menu.png) 0px -60px no-repeat;
}
#navi li#nav2 a:hover {
	width: 150px;
	background: url(../images/menu.png) -150px -60px no-repeat;
}
#navi li#nav3 a:hover {
	width: 150px;
	background: url(../images/menu.png) -300px -60px no-repeat;
}

#navi li#nav1 span.actives a {
	width: 150px;
	background: url(../images/menu.png) 0px -60px no-repeat;
}
#navi li#nav2 span.actives a {
	width: 150px;
	background: url(../images/menu.png) -150px -60px no-repeat;
}
#navi li#nav3 span.actives a {
	width: 150px;
	background: url(../images/menu.png) -300px -60px no-repeat;
}




#main {
	width: 980px;
	margin: 20px 0 20px 0;
}


#infoBox {
	float: left;
	width: 480px;
}

#eventBox {
	float: right;
	width: 480px;
}

.boxInTextL {
	padding: 0 30px;
	background: url(../images/box1-mid.png) repeat-y;
}

.boxInTextR {
	padding: 0 20px;
	background: url(../images/box1-mid.png) repeat-y;
}

.boxBtmL {
	height: 50px;
	background: url(../images/box1-btm.png) no-repeat;
}

.boxBtmR {
	height: 50px;
	background: url(../images/box1-btm.png) no-repeat;
}

#infoBox dl {
	margin: 0;
	padding: 0;
}  
#infoBox dt {
	font-weight: bold;
	margin: 20px 0 5px 0;
	padding: 0 0 2px 0;
	border-bottom: #CC6600 1px dotted;
}  
#infoBox dd {
	margin: 0;
	padding: 0;
	line-height: 1.3;
}

#infoBox ul {
	margin: 10px 0 0 20px;
	padding: 0;
}  
#infoBox li {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.4;
}  




#worksbox {
	width: 830px;
	padding: 10px 20px 0 130px;
	background: url(../images/box-works-mid.png) repeat;
}

#worksmenu {
	float: left;
	width: 160px;
	margin-top: 10px;
}

/*
#contenedor { width:600px; }
*/

#tab_box {
	float: right;
	padding:10px 20px 10px 20px;
	/*
	background: url(../images/white.png) repeat;
	*/
	width: 620px;
}


#worksmenu ul {
	margin: 0;
	padding: 0;
}

#worksmenu li {
	margin: 0 0 1px 0;
	font-size: 1em;
	font-weight: bold;
	list-style: none;
	text-align: right;
	line-height:0;
}


#worksmenu li a {
	display: block;
	line-height: 1.4;
	padding: 5px 5px;
	color: #FF9900;
	border-bottom: #FF9900 dotted 1px;
}

#worksmenu li a:hover {
	display: block;
	line-height: 1.4;
	padding: 5px 5px;
	color: #666666;
	border-bottom: #666 solid 1px;
}

#worksmenu li a.activo {
	color: #fff;
	border-bottom: #666 solid 1px;
	background: url(../images/black.png) repeat;
}


#worksboxend {
	background: url(../images/box-works-btm.png) no-repeat;
	height: 50px;
}


#tab_contenido {
	padding:0px;
	min-height: 300px;
}

#tab_contenido dl {
	margin: 5px 10px 0 0px;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #CCCCCC;
	/*border:dotted;*/
	line-height: 1.3;
}

#tab_contenido dl dt {
	width: 10em;
	float: left;
	padding: 2px;
	color: #660000;
	clear: left;
}

#tab_contenido dl dd {
	margin-left: 10em;
	_height: 1%;/* IE6のみに適用される(undesr score hack) */
	padding: 2px;
}


#contactbox {
	width: 730px;
	padding: 10px 50px 0 200px;
	background: url(../images/box-contact-mid.png) repeat;
}

#contactboxend {
	background: url(../images/box-contact-btm.png) no-repeat;
	height: 50px;
}

#contactbox ul {
	margin: 0 0 0 20px;
	padding: 0;
}

#contactbox ul li {
	margin: 0;
	padding: 0 0 0 0;
	line-height: 1.5;
}

#contactbox ol {
	margin: 0 0 0 20px;
	padding: 0;
}

#contactbox ol li {
	margin: 0;
	padding: 0 0 0 0;
	line-height: 1.5;
}

#caution {
	padding: 20px;
}

#caution h3 {
	color: #990000;
	border-bottom: #999999 solid 1px;
}

#caution li {
	color: #990000;
}



/*
---------------------------------------------------------------------- ボトムエリア ------------------------------*/

#bottom {
	width: 100%;
	padding: 0;
	background: url(../images/black.png) repeat;
	color: #fff;
	border-top: #333333 1px solid;
}

#btmmenu {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#bnavi {
	float: left;
	width: 400px;
}

#bnavi ul {
	margin: 5px 0 0 0;
	padding: 0 0 10px 0;
}

#bnavi li {
	display:inline;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #333;
}

#bnavi li a {
	text-decoration: none;
	overflow: hidden;
	padding: 2px 15px;
	color: #FFFFFF;
	border-left: #aaa 1px solid;
}

#bnavi li.last a {
	border-right: #aaa 1px solid;
}

#bnavi li a:hover {
	color: #0000FF;
}




#banner {
	float: right;
	width: 560px;
	text-align: right;
}

#banner div {
	float: right;
	border-left: #aaa 1px solid;
	height: 36px;
	margin-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100px;
	text-align: center;
}

#banner div a {
	text-decoration: none;
	/*overflow: hidden;*/
	padding: 2px 0;
	color: #FFFFFF;
	display: block;
}

#banner div a:hover {
	color: #0000FF;
}

#banner div.divlast {
	font-size: 2em;
	border-right: #aaa 1px solid;
}



#copy {
	padding: 20px 0 5px 0;
}

#copy a {
	padding: 5px;
	color: #FFFFFF;
}

#copy a:hover {
	color: #0000FF;
}



span.except_link a {
	padding-right: 15px;
	margin-right: 5px;
	background: url(../images/external.gif) right 0 no-repeat;
}
