@charset "utf-8";
/* CSS Document */

@import "reset.css";



body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #EAE9BB;
}


a:link {
}

a:visited {
	color: #00F;
}

a:hover {
	color: #C60;
}

a:active {
}


h1 {
	font-size: 80%;
	padding: 15px 20px;
}

#wrapper {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0 0 20px 0;
	border-left: 3px solid #B8A374;
	border-right: 3px solid #B8A374;
	background-color: #FFFFFF;
	position: relative;
}

#header,#contents {
	margin: 0 20px 40px 20px;
}



/*---------------------------------------------------------------

ヘッダー

---------------------------------------------------------------*/

#makinoyaphoto {
	position: absolute;
	right: 79px;
	top: 582px;
	z-index: 0;
}



/*---------------------------------------------------------------

メインスペース

---------------------------------------------------------------*/

#contents h2 {
	margin-bottom: 1.3em;
	margin-top: 2em;
	clear: both;
	font-size: 120%;
	font-weight: bold;
	background-color: #B6DBF2;
	padding-left: 20px;
	line-height: 170%;
	border: 1px solid #B8A374;
	padding-top: 1px;
}

#contents p {
	font-size: 80%;
	line-height: 1.7;
	margin: 1.2em 40px;
}

#contents ul {
}

#contents ul li {
	font-size: 80%;
	line-height: 1.8;
}

#contents ul.taisho,#contents ul.koka {
	margin: 20px 40px 1.5em;
}

#contents ul.taisho li {
	font-size: 90%;
	line-height: 1.8;
	background-image: url(img/bullet-p.gif);
	background-repeat: no-repeat;
	background-position:left center;
	padding-left: 25px;
	font-weight: bold;
}

#contents ul.koka li {
	font-size: 90%;
	line-height: 1.8;
	background-image: url(img/bullet-b.gif);
	background-repeat: no-repeat;
	background-position:left center;
	padding-left: 25px;
	font-weight: bold;
}

#contents ul li ul {
}

#contents ul li ul li {
}

#contents ol {
}

#contents ol li {
}

#contents ol li ol {
}

#contents ol li ol li {
}

#contents dl {
	margin-left: 40px;
	margin-bottom: 1.2em;
}

#contents dt {
	font-size: 80%;
	margin-bottom: 0.4em;
}

#contents dd {
	font-size: 80%;
	margin-bottom: 1em;
	margin-left: 20px;
}

#contents div.section {
	font-size: 90%;
	background-color: #000;
	color: #FFF;
	padding: 0.2em 20px;
	border-bottom: 1px solid #FFF;
	margin: 0px 40px;
	width: 640px;
	clear: both;
}

#contents h3.title {
	background-color: #D9EEFF;
	margin: 0 40px 1em;
	text-align: center;
	border-style: none;
	padding: 10px 0px;
}

#contents div.naiyo {
	margin: 0 40px 1.5em;
	overflow: hidden;
	position: relative;/* バシャログ参照 http://c-brains.jp/blog/wsg/08/03/25-210042.php */
}

#contents div.naiyo div.left {
	float: left;
	width: 450px;
}

#contents div.naiyo div.right {
	float: right;
	width: 220px;
}

#contents div.naiyo h4 {
	font-weight: bold;
	margin: 0 0 0.7em 20px;
}

#contents div.naiyo li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 40px;
}

#contents table.yoko {
	margin-bottom: 1.5em;
	margin-right: 40px;
	margin-left: 40px;
}

#contents table.yoko td {
	padding: 0.4em 1em;
	border: 1px solid #666;
	line-height: 1.5;
	font-size: 80%;
}

#contents table.yoko td.s-seat {
	vertical-align: top;
	padding-top: 1em;
}

#contents table.yoko th {
	font-size: 80%;
	text-align: center;
	border: 1px solid #666;
	padding: 0.4em 1em;
	background-color: #EAE9BB;
}

#contents table.yoko li {
	font-size: 100%;
	list-style-position: outside;
	list-style-type: disc;
	margin-left:15px;
	line-height: 1.3;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

#contents table.yoko h4 {
	margin:1.5em 0 0 6px;
	font-weight: bold;
	color: #900;
}

#contents table.yoko p {
	font-size: 100%;
	margin: 0.2em 0 0 15px;
}

#contents table.yoko img {
	margin:0 15px 0 15px;
}

#contents .dresscode {
	margin-left: 60px;
}

#contents h3.profile {
	color: #000;
	border-bottom: 1px solid #518C27;
	font-size: 110%;
	font-weight: bold;
	margin-right: 40px;
	margin-left: 20px;
	margin-bottom: 1.2em;
}

#contents ul.profile li {
	margin-left: 55px;
	list-style-position: outside;
	list-style-type: disc;
}

#contents p.profile {
	margin-left: 60px;
	margin-right: 60px;
}

#contents .application {
	text-align: center;
}
#contents ul.form {
	margin-left: 40px;
}
#contents ul.form li {
	font-size: 110%;
	font-weight: bold;
	background-image: url(img/arrow-red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#contents img.book {
	margin-left: 30px;
}





/*---------------------------------------------------------------

フッター

---------------------------------------------------------------*/

#footer {
	clear: both;
	color: #FFF;
	background-color: #78663D;
	margin: -20px 20px 0 20px;
}


address  {
	text-align: right;
	font-size: 80%;
	clear: both;
	line-height: 1.3;
	padding: 1em;
}

.law {
	font-size: 80%;
	text-align: right;
	padding: 1em;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}




/*---------------------------------------------------------------

その他

---------------------------------------------------------------*/

.clr {
	clear: both;
}

.red {
	color: #C00;
}

.marker {
	background-color: #FF9;
	font-weight: bold;
}

.nwrp {
	white-space: nowrap;
}

img.alignleft {
	float: left;
	margin: 0 1.2em 1.2em 0;
}

img.alignright {
	float: right;
	margin: 0 0 1.2em 1.2em;
	border: solid #EEE 1px;
}



/*---------------------------------------------------------------

clearfix

---------------------------------------------------------------*/

.clearfix {
	display: inline-block;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/

