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

html {  
    overflow-y:scroll;  
} 

body {
	text-align: center;
	margin:0;
	background-color:#000;
	font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size:medium;
	line-height: 135%;
	
}
#wrapper {
	width: 800px;
	height:auto;
	margin: 0 auto;
	text-align: left;
	background-color:#e6f1d7;
	border:1px solid #999;
}


#header {
	background-color: #DDDDDD;
	background-image:url(img/head.jpg);
	height: 139px;
}
#container {
	position: relative;
	margin: 15px 0px; /* 上下方向に15pxのマージンを指定 */
	width: 100%; /* ボックスの幅を指定 */
	padding:20px 0px 5px;
}

#primarytop {
	/* positionの指定を削除 */
	margin-left: 180px; /* 左方向に210pxのマージンを指定 */
	padding:10px 3px;
}

#primarytop p{
	margin:10px 20px;
	}
	
#primary {
	/* positionの指定を削除 */
	margin-left: 180px; /* 左方向に210pxのマージンを指定 */
	padding:10px 30px;
}

#primary p{
	margin:10px 30px;
	}
	
	
#primary ol li{
	margin:18px 40px;
	line-height:200%;
	}
	
#primary table.yakuin{
	margin:20px auto 10px 60px;
	line-height:200%;
	}
	
#primary table.yakuin td{
	border-bottom:1px solid #696;
	}
	
#primary table.nittei{
	margin:20px auto;
	line-height:250%;
	}
	
#primary table.nittei td{
	border-bottom:1px solid #369;
		}
	
#primary img.photo{
	margin:10px auto 10px 25px;
	}
	
#primary table.shinchaku{
	margin:20px 30px;
	line-height:225%;
		}
	
#primary table.shinchaku td{
	border-bottom:1px solid #f6d32d;
	}
	
#primary table.linklist{
	margin:20px 30px;
	line-height:180%;
		}
	
#primary table.linklist td{
	border-bottom:1px solid #458bf4;
	}
	
#primary img.info{
	margin:10px auto 0px 30px;
	}
	
#primary img.name_txt{
	margin-bottom:-1px;
	}
	
	
h1{
	margin:10px 20px 10px;
	font-size:larger;
	font-weight:700;
	border-left:10px solid #060;
	padding-left:13px;
	}
	
h2{
	margin:15px auto 10px 20px;
	font-size:large;
	font-weight:600;
	border-bottom:3px dotted #033;
	padding-bottom:3px;
	}

.text_large{
	font-size:large;
	font-weight:600;
	}




#secondary {
	position: absolute;
	left: 0px;
	top: 0px; /* 上方向からの配置位置を変更 */
	width: 175px;
}


#secondary ul#menu{
    list-style:none;
    width:100%;
	margin-left:-20px;
	_margin-left:10px; /* Win IE6版のみ生じるズレを修正 */
}

/* Win IE７版のみ生じるズレを修正 */
*:first-child+html #secondary ul#menu{
	margin-left:15px;
}

#secondary ul#menu li{
    list-style:none;
    width:141px;
	margin-bottom:8px;
}
ul#menu a{
    display:block;
    width:141px;
    height:30px;
    text-indent:-100px;
    overflow:hidden;
}

a.home{
    background-image:url(img/bt_000.gif);
}

a.idea{
    background-image:url(img/bt_002.gif);
}

a.staff{
    background-image:url(img/bt_003.gif);
}


a.schedule{
    background-image:url(img/bt_004.gif);
}


a.news{
    background-image:url(img/bt_005.gif);
}


a.links{
    background-image:url(img/bt_006.gif);
}


a.mail{
    background-image:url(img/bt_007.gif);
}

a:hover.home, 
a:hover.idea, 
a:hover.staff, 
a:hover.schedule, 
a:hover.news, 
a:hover.links,
a:hover.mail
{
    background-position:0px -30px;
	}
	
	

	

#footer {
	width:800px;
	margn-bottom:0px;
	background:#DDD url(img/foot.gif) right bottom no-repeat;
	height: 50px;
}
