﻿@charset "utf-8";

/**
 * Setup
 */
body {
	background: url("../img/bg_all.png") left top repeat-x #FDE6AC;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic',sans-serif;
	font-size: 16px;
}

h1,h2,h3,h4,h5,h6{ font-weight: normal;}

a { color: #0066ff; text-decoration: underline;}
a:hover { text-decoration: none;}
a:visited {} 


input[text],input[password],textarea{ border: 1px solid #ccc;}

li{ list-style: none;}

hr{ border: 1px solid #ddd;}

div,p{ word-break: break-all;}

strong{}
em{ font-style: normal;}

table{ border-collapse: collapse;}
th{ vertical-align: top; font-weight: normal; text-align: left;}
td{ vertical-align: top;}

/* TEXT = #fff or 000, BACKGROUND = #fefefe or 010101 */




/**
 * clearfix
 */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}





/**
 * Font color, Text align
 */
.red{ color: #E60012;}
.blue{ color: #33B3FF;}
.green{ color: #89BD00;}
.orange{ color: #fc0;}
.pink{ color: #F85291;}
.glay{ color: #996;}
.bold{ font-weight: bold;}
.small{ font-size: 10px;}
.right{ text-align: right;}
.left{ text-align: left;}
.center{ text-align: center;}





/**
 * List Style
 */
.decimal,.circle,.disc,.upper_roman,.lower_roman,.lower-latin{ margin-left: 20px;}
.decimal>li{ list-style-type: decimal;}
.circle>li{ list-style-type: circle;}
.disc>li{ list-style-type: disc;}
.upper_roman>li{ list-style-type: upper-roman;}
.lower_roman>li{ list-style-type: lower-roman;}
.lower-latin>li{ list-style-type: lower-latin;}





/**
 * Font size
 */
.f10 { font-size:77%; }
.f11 { font-size:85%; }
.f12 { font-size:93%; }
.f14 { font-size:108%; }
.f15 { font-size:116%; }
.f16 { font-size:123.1%; }
.f17 { font-size:131%; }
.f18 { font-size:138.5%; }
.f19 { font-size:146.5%; }
.f20 { font-size:153.9%; }
.f21 { font-size:161.6%; }
.f22 { font-size:167%; }
.f23 { font-size:174%; }
.f24 { font-size:182%; }
.f25 { font-size:189%; }
.f26 { font-size:197%; }





/**
 * Margin
 */
.mb5{ margin-bottom: 5px;}
.mb10{ margin-bottom: 10px;}
.mb15{ margin-bottom: 15px;}
.mb20{ margin-bottom: 20px;}
.mb25{ margin-bottom: 25px;}
.mb30{ margin-bottom: 30px;}
.mb35{ margin-bottom: 35px;}
.mb40{ margin-bottom: 40px;}





/**
 * Layout
 */
#contents{
	width: 980px;
	margin: 0 auto;
	background: #fff;
}

#header{
	margin-bottom: 15px;
}

#gnavi{
	width: 950px;
	margin: 0 auto 15px;
}

#gnavi ul{
	overflow: hidden;
}

#gnavi li{
	float: left;
}

#gnavi li+li{
	margin-left: 8px;
}

#gnavi img:hover{
	-webkit-opacity: 0.75;
	-moz-opacity: 0.75;
	-ms-opacity: 0.75;
	-o-opacity: 0.75;
	opacity: 0.75;
}

#inner{
	padding: 0 20px 20px;
	overflow: hidden;
}

#footer{
	padding: 20px 0;
	text-align: center;
}

#footer #logo{
	margin-bottom: 5px;
}

#footer #copy{
	font-size: 11px;
	color: #666;
}




 /**
 * Common Style
 */




/**
 * Development
 */
.corner{
	float: left;
	width: 620px;
	height: 580px;
	padding: 15px 15px 0;
	overflow: auto;
	background: url("../img/bg_corner.png");
}

.corner h2{
	margin-bottom: 15px;
}

.corner li{
	padding-bottom: 20px;
	line-height: 150%;
}

.corner li+li{
	padding-top: 20px;
	border-top: 1px dotted #bdad9c;
}

.corner p{
	color: #7E6046;
}

.corner .ttl_c{
	margin-bottom: 10px;
	font-weight: bold;
	color: #F3A52C;
}

.info{
	float: right;
	width: 260px;
}

.info h3{
	margin-bottom: 10px;
}

.info .list{
	height: 330px;
	padding: 8px;
	overflow: auto;
	border: 1px solid #ddd;
}

.info .list strong{
	margin-bottom: 8px;
	display: block;
	color: #F3A52C;
}

.info .list p{
	color: #7E6046;
}

.info .list li+li{
	margin-top: 1.5em;
}



.prof{
	width: 840px;
	margin: 20px auto 40px;
}

.prof h1{
	margin-bottom: 15px;
}

.prof .job{
	width: 840px;
	margin: 0 auto 10px;
	font-size: 20px;
}

.prof ul{
}

.prof li+li{
	margin-top: 40px;
}

.prof .pht{
	float: left;
	width: 182px;
}

.prof .pht img{
	border: 1px solid #ccc;
}

.prof .info{
	float: right;
	width: 620px;
}

.prof .info .post{
	margin-bottom: 8px;
	font-size: 12px;
}

.prof .info .name{
	margin-bottom: 10px;
	font-size: 26px;
}

.prof .personality .name{
	color: #E95283;
}

.prof .assistant .name{
	color: #0074C0;
}

	.prof .info th{
	width: 100px;
}

.prof .info th,
.prof .info td{
	padding: 10px 0;
	line-height: 150%;
}





