@charset "utf-8";
/*formatting style
------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
body {
}
hr {
	display: none;
}

/*link style
------------------------------------*/

img{border: 0; vertical-align: bottom;}
ol, ul {
	list-style: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #00CCCC;
}
a:active {
	text-decoration: none;
}

/*basic layout
------------------------------------*/

#wrap {
	margin:0 auto;
	min-height:100%;
	padding-top: 30px;
}
#container{
	width: 940px;
	min-height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 


/* --------------------------------
	ヘッダー	
-------------------------------- */

#header {
	width:900px;
	height: 50px;
	float: left;
	margin-bottom: 20px;
}
#header h1{
	width:200px;
	height: 50px;
	float: left;
}
#header_rightbox{
	float: right;
	height: 50px;
	width: 450px;
}
#header_tel{
	float: left;
	height: 30px;
	width: 450px;
	background-color: #99FF33;
}
#header_menu {
	width:380px;
	height: 20px;
	float: right;
}
#header_menu ul {
	width: 100%;

	
}
#header_menu ul li{
	float: left;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	font-size: 85%;
	color: #333333;
	
}

/* --------------------------------
	メインコンテンツ	
-------------------------------- */
#main_contents{
	width: 940px;
}

#main{
	width: 860px;
	float: left;
	padding: 19px;
	border-top: 1px solid #D4DFD7;
	border-right: 1px solid #D4DFD7;
	border-left: 1px solid #D4DFD7;
}




#main_info{
	float: left;
	height: 220px;
	width: 860px;
	border-right: 1px solid #D4DFD7;
	border-bottom: 1px solid #D4DFD7;
	border-left: 1px solid #D4DFD7;
	margin-bottom: 15px;
	padding-right: 19px;
	padding-bottom: 9px;
	padding-left: 19px;
}
.top_news{
	float: left;
	width: 630px;
}
.top_news h3{
	float: left;
	width: 630px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	font-size: 90%;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4DFD7;
	padding-bottom: 3px;
	line-height: 100%;
}
.main_news{
	float: left;
	width: 630px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 78%;
	margin-top: 5px;
}

.news_link{
	float: right;
	width: 120px;
	height: 20px;
	background-image: url(../../images/more_on.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.news_link a{
	display:block;
}
.news_link a:hover {
	background-color:transparent;
	height: 20px;
	width: 120px;
}
.news_link a:hover img{
	visibility:hidden;
	height: 20px;
	width: 120px;
}
.main_bnr{
	float: left;
	height: 100px;
	width: 820px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 78%;
	padding-left: 10px;
}
#main_navi{
	width: 900px;
	height: 50px;
	float: left;
	margin-bottom: 20px;
}


#main_navi ul{
	width: 900px;
	height: 45px;
	float: left;
}
#main_navi ul li{
	width: 225px;
	height: 45px;
	float: left;
}
li.t_kentikubu{
	width: 300px;
	height: 45px;
	float: left;
	background-image: url(../../images/top_mainmenu/kentikubu_bt_on.jpg);
	background-repeat: no-repeat;
}
li.t_hudosanbu{
	width: 300px;
	height: 45px;
	float: left;
	background-image: url(../../images/top_mainmenu/hudosanbu_bt_on.jpg);
	background-repeat: no-repeat;
}
li.t_shizaibu{
	width: 300px;
	height: 45px;
	float: left;
	background-image: url(../../images/top_mainmenu/shizaibu_bt_on.jpg);
	background-repeat: no-repeat;
}
li.t_sotobabu{
	width: 300px;
	height: 45px;
	float: left;
	background-image: url(../../images/top_mainmenu/sotobabu_bt_on.jpg);
	background-repeat: no-repeat;
}
#main_navi ul li a {
	display:block;
}
#main_navi ul li a:hover {
	background-color:transparent;
}
#main_navi ul li a:hover img{
	visibility:hidden;
}
/* バナー ---------------- */
.bnr {
	width:200px;
	float: right;
}
.bnr ul {
	width:100%;
	float: left;
}
.bnr ul li {
	width:100%;
	list-style: none;
	float: left;
	margin-bottom: 10px;
}
li.b_shiryo{
	background-image: url(../../zyutaku/images/left_ban/catalog_on.jpg);
	background-repeat: no-repeat;
}
li.b_blog{
	background-image: url(../../images/blog.jpg);
	background-repeat: no-repeat;
}
li.b_fudo{
	background-image: url(../../images/fbnr_off.jpg);
	background-repeat: no-repeat;
}
li.b_gallery{
	background-image: url(../../images/gallery_bt.jpg);
	background-repeat: no-repeat;
}
li.b_iedukuri{
	background-image: url(../../zyutaku/images/left_ban/iedukuri_on.jpg);
	background-repeat: no-repeat;
}
li.b_staff{
	background-image: url(../../zyutaku/images/left_ban/staff_on.jpg);
	background-repeat: no-repeat;
}
li.b_access{
	background-image: url(../../zyutaku/images/left_ban/access_on.jpg);
	background-repeat: no-repeat;
}

div.bnr ul li a {
	display:block;
}
div.bnr ul li a:hover {
	background-color:transparent;
}
div.bnr ul li a:hover img{
	visibility:hidden;
}

/* --------------------------------
	フッター	
-------------------------------- */
#footer {
	width:900px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 25px;
}

.navi{
	width: 900px;
	clear: both;
	padding-bottom: 15px;
	text-align: center;
	vertical-align: middle;
	color: #333333;
}
.navi ul {
	margin-top: 0;
	margin-bottom: 0;
	width: 380px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.navi ul li {
	float:left;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	font-size: 78%;
	padding: 0;
	color: #666666;
}
div.bnr ul li a {
	color: #333333;
}
div.bnr ul li a:hover {
	color: #333333;
}
.copyright {
	position:relative;
	width:900px;
	font-size: 80%;
	color: #333333;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	text-align: center;
	padding-top: 10px;
}

.pm_sample{
	height: 350px;
	width: 860px;
}

