@charset "Shift_JIS";
	
*{
	margin:0px;
	padding:0px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:14px;
	line-height:1.5em;
	font-family:sans-serif;
	text-decoration:none;
}

body{
	background-color:#FFFF99;
}

p{
	margin-bottom:0.8em;
}

img{
	border:none;
}

br{
	letter-spacing:normal;
}

h2{
	padding:0px 0px 0px 60px;
	height:45px;
	color:#991733;
	font-size:130%;
	font-weight:bold;
	line-height:45px;
}

/*以下二つのh2は、上記h2のバックグラウンドイメージの幅60pxを考慮する必要がある事に注意*/
h2.title1{
	margin:0px 0px 15px 0px;
	width:225px;
	border:#991733 1px solid;
	background:url(img/g_01.jpg) no-repeat;
}

h2.title2{
	width:750px;
	border-bottom:#991733 1px solid;
	margin: 15px 15px 15px 15px;
	background:url(img/g_01.jpg) no-repeat;
}

/*トップページ用*/
h2.title1_yacd{
	margin:0px 0px 15px 0px;
	width:225px;
	border:#991733 1px solid;
	background:url(img/yacd_icon.gif) no-repeat;
}

h2.title2_yamagatashi{
	width:750px;
	border-bottom:#991733 1px solid;
	margin: 15px 15px 15px 15px;
	background:url(img/yamagatashi_icon.gif) no-repeat;
}

/*東エリア用*/
h2.title2_east{
	width:750px;
	border-bottom:#991733 1px solid;
	margin: 15px 15px 15px 15px;
	background:url(img/east_icon.gif) no-repeat;
}

/*西エリア用*/
h2.title2_west{
	width:750px;
	border-bottom:#991733 1px solid;
	margin: 15px 15px 15px 15px;
	background:url(img/west_icon.gif) no-repeat;
}

/*南エリア用*/
h2.title2_south{
	width:750px;
	border-bottom:#991733 1px solid;
	margin: 15px 15px 15px 15px;
	background:url(img/south_icon.gif) no-repeat;
}

/*北エリア用*/
h2.title2_north{
	width:750px;
	border-bottom:#991733 1px solid;
	margin: 15px 15px 15px 15px;
	background:url(img/north_icon.gif) no-repeat;
}

/*スタッフページの環境デザイン科用*/
h2.title2_ed{
	width:750px;
	border-bottom:#991733 1px solid;
	margin: 15px 15px 15px 15px;
	background:url(img/ed_icon.gif) no-repeat;
}

/*スタッフページのビジュアルデザイン科用*/
h2.title2_vd{
	width:750px;
	border-bottom:#991733 1px solid;
	margin: 15px 15px 15px 15px;
	background:url(img/vd_icon.gif) no-repeat;
}

/*お問い合わせページ用*/
h2.title2_mail{
	width:750px;
	border-bottom:#991733 1px solid;
	margin: 15px 15px 15px 15px;
	background:url(img/mail_icon.gif) no-repeat;
}


#wrapper{
	width:840px;
	background-color:#fff;
	border-color:#991733 #ccc #ccc #ccc;
	border-style:solid;
	border-width:5px 1px 0px 1px;
	margin: 0px auto;
}

#header{
	width:795px;
	height:110px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#header h1{
	float:left;
}

#nav{
	list-style-type:none;
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
		/*幅と高さを記述*/
	width:449px;
	height:110px;
}

#nav img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: auto;
	float: right;
}

#nav ul{
	margin:0px;
	padding:0px;
	clear: right;
}

#nav li{
	list-style-type:none;
	/*2008.2.2 修正点　leftをrightに*/
	float:right;
	margin:0px 0px 0px 13px;
	width:120px;
	height:30px;
	text-align:center;
	border:1px solid #CC6666;
}

#nav li a{
	display:block;
	width:120px;
	height:30px;
	line-height:30px;
}

#nav li a:link, #nav li a:visited{
	color:#fff;
	background-color:#CC6666;
}

#nav li a:hover{
	color:#fff;
	background-color: #900;
}


#content{
	width:840px;
}

#content #flash{
	height:250px;
}

#content .box{
	border-bottom:1px #333 solid;
}

#content .box2{
	margin:15px 0px 30px 30px;
}

#content .col_l{
	float:left;
	width:375px;
	border-right:#333333 solid 1px;
	margin: 30px 0px 30px 15px;
	padding: 0px 15px 0px 0px;
}

#content .col_r{
	float:left;
	width:375px;
	margin:30px 15px 30px 29px;
	display:inline;/*The IE Doubled Float-Margin Bug 対策*/
}

#content #map{
	background-color:#788890;
	width:810px;
	/*height:448px;*/
margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}


/*　サブナビゲーション　*/
#content ul.subnav{
	clear:both;
	margin:0px;
	margin-left:210px;
}

#content ul.subnav li{
	background-color: #CC6666;
	list-style-type:none;
	float:left;
	margin:30px 10px 30px 0px;
	width:200px;
	height:30px;
	text-align:center;
	display:inline;/*The IE Doubled Float-Margin Bug 対策*/
}

#content ul.subnav li a, 
#content ul.subnav li a:link, 
#content ul.subnav li a:visited{
	width:200px;
	height:30px;
	display:block;
	line-height:30px;
	color:#fff;
}

#content ul.subnav li a:hover{
	background-color: #991733;
}


/*　サムネイルページ　*/
#content ul.thm {
	list-style:none;
	margin:15px 0px 15px 15px;
}

#content ul.thm li{
	list-style:none;
	float:left;
	margin:0px 15px 15px 0px;
	text-align:right;
	font-size:10px;
	display:inline;/*The IE Doubled Float-Margin Bug 対策*/
}

#footer{
	background-color:#991733;
	color:#fff;
	text-align:center;
	font-size: 10px;
	height: 2.5em;
	line-height: 2.5em;
}

#image {
	width: 780px;
	height: auto;
	padding: 30px;
	font-size: 12px;
	text-align: center;
}

#image p{
	text-align: right;
	font-size: 14px;
}


/* photo.html更新 11-06 */
#subnav2{
	list-style-type:none;
	width:200px;
	height: 30px;
	color: #FFFFFF;
	text-align: center;
	line-height:30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	background-color: #CC6666;
	margin-top: 15px;
}

#subnav2 a:link,
#subnav2 a:visited{
	height:30px;
	display:block;
	line-height:30px;
	color:#fff;
}

#subnav2 a:active, 
#subnav2 a:hover{
	background-color: #900;
	color: #FFFFFF;
}


/* テンプレート「thum.dwt」用に追加*/
#backtoareamap {
	text-align: center;
	background-color: #CC6666;
	height: 30px;
	width: 150px;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 30px;
	display:inline;/*The IE Doubled Float-Margin Bug 対策*/
}

#backtoareamap a {
	height:30px;
	display:block;
	line-height:30px;
	color:#fff;
}

#backtoareamap a:active, 
#backtoareamap a:hover{
	background-color: #900;
	color: #FFFFFF;
}

