@charset "utf-8";
/* CSS Document */

/* インポートCSSファイル */
@import url("menu.css");
@import url("common.css");

/* ================ デフォルト ================ */

* {
	padding: 0px;
	margin: 0px;
}
body, h1, h2, h3, h4, h5, h6, form, dl, dt, dd, em, address {
	margin: 0;
	padding: 0;
	font-style:normal;
}

body {
	font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Osaka', sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.7em;
	background: url(../img/bg.jpg) repeat-x;
}

/* --- リンク ---*/
a {/*\*/ overflow: hidden;/**/}
a:link {color: #663399;}
a:visited {	color: #666666;}
a:hover {color: #993366;}

/* --- 画像 --- */
img{border:none;}

li img{/* ↓リストイメージの隙間をなくす */
border:none;
vertical-align:bottom;}


/* --- 回り込み解除用 --- */
.clearfix:after { clear: both; height: 0; visibility: hidden; display: block; content: "."; }
.clearfix { display: inline-block; }
/*Hides from IE-mac\*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/*End hide from IE-mac\*/



/* □■□■□■□■□■□■□■□■□■□■□■□■□■□■□■ */

/* ↓以下、レイアウトにかかわる部分↓ */

/* □■□■□■□■□■□■□■□■□■□■□■□■□■□■□■ */

/* ================ wrapper ================ */

#wrapper1 { /* ぼかし（白＋ぼかし） */
	background: url(../img/bg_wrapper.jpg) repeat-y;
	width:820px;
	margin:0 auto;
	position:relative;
}

#wrapper2 { /* ぼかし（ぼかし＋ぼかし） */
	background: url(../img/header.jpg) no-repeat;
}

/* ================ header ================ */

#header { /* header全体 */
	width:790px;
	height:102px;
	margin:0 auto;
}

#header h1 a { /* 大和学園ロゴ */
	display: block;
	text-indent:-9999px;
	width:330px;
	height:55px;
	float:left;
	margin-top:15px;
}

#header h2, #header p{ /* SEO用に入れているコメント。見えません */
	display:none;
	visibility:hidden;
}

#header #headerinfo{ /* header左上のナビ＋プライバシーポリシーの外枠 */
	float:right;
	width:447px;
	margin: 0 3px 0 0;
}

#header #headernavi { /* header左上のナビ全体 */
	width:292px;
	height:37px;
	float: right;
}

#header #headernavi ul { /* header左上のナビのリスト */
	list-style: none;
}

#header #headernavi li {
	display: block;
	float:left;
}

#header #headernavi li a{
	display: block;
	height: 37px;
	text-indent:-9999px;
}

#header #headernavi .headernavi01 a{
	width: 62px;

}
#header #headernavi .headernavi02 a{
	width:85px;
}
#header #headernavi .headernavi03 a{
	width:60px;
}
#header #headernavi .headernavi04 a{
	width:85px;
}

#header #headerabout { /* プライバシーポリシーとか */
	width:279px;
	height:16px;
	margin:10px 0 0 auto;
}

#header #headerabout ul { /* プライバシーポリシーとかのリスト */
	list-style: none;
}

#header #headerabout li {
	display: block;
	float:left;
}

#header #headerabout li a{ /* ココ以下でロールオーバーの指定 */
	display: block;
	height: 16px;
	text-indent:-9999px;
}

#header #headerabout .headerabout01 a{width:146px;background:url(../img/header_about.gif) 0 0 no-repeat;}
#header #headerabout .headerabout02 a{width:133px;background:url(../img/header_about.gif) -146px 0 no-repeat;}

#header #headerabout .headerabout01 a:hover{width:146px;background:url(../img/header_about.gif) 0 -16px no-repeat;}
#header #headerabout .headerabout02 a:hover{width:133px;background:url(../img/header_about.gif) -146px -16px no-repeat;}

#header #headerlanguage { /* 他言語リンク */
	width:150px;
	height:17px;
	margin: 15px 0;
}

#header #headerlanguage ul{ /* 他言語リンク */
	list-style: none;
}

#header #headerlanguage li{ 
	float:left;
	display: block;
	height: 17px;
}

#header #headerlanguage li a{ 
	display: block;
	height: 17px;
	text-indent:-9999px;
}

#header #headerlanguage .headerlanguage01 a{width:57px;background:url(../img/header_language.gif) -4px 0 no-repeat;}
#header #headerlanguage .headerlanguage02 a{width:41px;background:url(../img/header_language.gif) -61px 0 no-repeat;}
#header #headerlanguage .headerlanguage03 a{width:52px;background:url(../img/header_language.gif) -104px 0 no-repeat;}

#header #headerlanguage .headerlanguage01 a:hover{width:57px;background:url(../img/header_language.gif) -4px -18px no-repeat;
}
#header #headerlanguage .headerlanguage02 a:hover{width:41px;background:url(../img/header_language.gif) -61px -18px no-repeat;
}
#header #headerlanguage .headerlanguage03 a:hover{width:52px;background:url(../img/header_language.gif) -104px -18px no-repeat;}

#header #stakeholder{ /* ステークホルダー全体 */
	clear:both;
	width:790px;
	height: 25px;
	margin-top:3px;
}
#header #stakeholder ul{ /* ステークホルダーのリスト */
	list-style:none;
}
#header #stakeholder li{
	display: block;
	float:left;
}
#header #stakeholder li a{
	display: block;
	height: 25px;
	text-indent:-9999px;
}

#header #stakeholder .stakeholder01 a{width:152px;}
#header #stakeholder .stakeholder02 a{width:131px;}
#header #stakeholder .stakeholder03 a{width:125px;}
#header #stakeholder .stakeholder04 a{width:124px;}
#header #stakeholder .stakeholder05 a{width:140px;}
#header #stakeholder .stakeholder06 a{width:118px;}

/* ================ main ================ */

#contents{ /* menu＋mainの外枠 */
	width:790px;
	margin:0 auto;
	clear:both;
}

#main_index{ /* index.phpのmain部分 */
	float: right;
	width: 605px;
	margin: 3px 0 0 0;
}

#main{ /* main部分 */
	float: right;
	width: 595px;
	margin: 3px 0 0 0;
}

/* ================ footer ================ */
#footer { /* footer全体 */
	background:url(../img/footer.jpg) no-repeat;
	width:820px;
	height:100px;
	margin-top:10px;
	clear:both;
}

#footer ul{ /* グループ校の案内のリスト */
	text-align:center;
	list-style: none;
}

#footer li{
	display:inline;
	margin-right:2px;
}

#footer li a{
	color:#563685;
	font-size:10px;
}
#footer em{ /* copyright */
	font-size:11px;
	font-weight:normal;
	color:#a9a2a2;
	display:block;
	text-align:center;
	padding:20px 0;
}
#footer hr{ /* 見えないようにしてあります */
	display:none;
	visibility:hidden;
}

/* ================ パンくずリスト ================ */

#main ul#breadcrumbs { /* パンくず全体 */
	padding: 0;
	margin: 0 0 5px 0;
	font-size:10px;
}  
#main #breadcrumbs li { /* パンくずリスト横並び */
    list-style:none;
    display:inline;
}  
#main #breadcrumbs li a { /* パンくずリストリンク */
	background:url(../img/common/bread_arrow.gif) right no-repeat;
	padding-right:10px;
}   
#main #breadcrumbs .noarrow{ /* パンくずリスト＞マークがいらないときは、これをかけてください */
	background:none;
	padding:0px;
}

