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




/* リセット
---------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,{
	margin:0;padding:0;border:0;outline:0;font-size:1em;vertical-align:baseline;background:transparent;
}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}


/* 全体構造
---------------------------------------------------- */

body {
	font-size: 12px;
	_font-size: 76%;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	padding: 0;
}

a:link{ color: #001580; text-decoration: none;}
a:visited{ color: #999999; text-decoration: none;}
a:hover{ color: #990000; text-decoration: none;}
a:active{ color: #001580; text-decoration: none;}

li { margin-bottom: 0.35em;}

img { border: none;}

#page {
	min-width:900px;
	width: auto !important;
	width: 900px;
	_width: 100%;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	background: url(../img/bg.png) repeat-x;
}

.img_l {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

.img_r {
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
}


div { 
	zoom: 100%;
}
div:after {
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}







/* 検索窓
----------------------------------------------------------- */  
#obi #search{
	display: inline;
	display: block;
	float: right;
	width: 175px;
	height: 25px;
	position: relative;
	margin: 0;
	background: url(../img/input.png) left top no-repeat;
}
#keywords {  
	width: 106px;
	font-size: 1em;
	position: absolute;
	top: 1px;
	*top: 3px;
	left: 12px;
	border: 1px solid #FFF;
}
#searchBtn {  
	position: absolute;
	top: 3px;
	left: 126px;
}








/* ヘッダー
---------------------------------------------------- */

#header {
	width: 755px;
	height: 125px;
	margin: 0 auto;
	padding: 0 0 0 25px;
	background: transparent url(../img/header_bg.png) no-repeat;
}

.fire {
	display: inline;
	float: left;
	margin-top: 11px;
}

#header h1{
	display: inline;
	overflow: hidden;
	float: left;
	width: 300px;
	height: 30px;
	font-size: 1em;
	margin: 27px 0 0 0;
	padding: 0;
}
#header h1 a{
	display: block;
	width: 300px;
	height: 30px;
	text-indent: -9999px;
	background: transparent url(../img/logo.png) no-repeat;
}
#header h1 a:hover{
	background: transparent url(../img/logo.png) 0 -30px no-repeat;
}


#header h2{
	display: inline;
	float: left;
	width: 445px;
	height: 25px;
	font-size: 1em;
	text-indent: -9999px;
	margin: 23px 0 0 0;
	padding: 0;
	background: transparent url(../img/header_txt.png) no-repeat;
}








/* フッター
---------------------------------------------------- */

#footer {
	clear: both;
	width: 780px;
	height: 110px;
	font-size: 0.92em;
	text-align: center;
	color: #666;
	margin: 0 auto;
	padding: 0;
	background: url(../img/footer_bg.png) no-repeat;
}

#footer p{
	clear: both;
	margin: 0 auto;
	padding: 65px 0 0;
}
#footer p a:link{ font-weight: bold; color: #FF0000; text-decoration: none;}
#footer p a:visited{ font-weight: bold; color: #FF0000; text-decoration: none;}
#footer p a:hover{ font-weight: bold; color: #990000; text-decoration: none;}
#footer p a:active{ font-weight: bold; color: #FF0000; text-decoration: none;}










/* ナビゲーション
---------------------------------------------------- */

#obi_top {
	width: 750px;
	height: 35px;
	background: url(../img/navi_bg.png) repeat-x;
	margin: 0 auto;
	padding: 0;
}

#obi {
	width: 750px;
	height: 100px;
	background: url(../img/navi_bg.png) repeat-x;
	margin: 0 auto;
	padding: 0;
}

ul#navi {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 10px 3px 0 5px;
}
ul#navi li{
	display: inline;
	margin: 0;
	padding: 0 0.55em 0 0.25em;
	border-right: 1px solid #FFF;
	list-style-type: none;
}
ul#navi li.end{
	border-right: none;
}

ul#navi a:link{ font-weight: bold; color: #FFF; text-decoration: none;}
ul#navi a:visited{ font-weight: bold; color: #FFF; text-decoration: none;}
ul#navi a:hover{ font-weight: bold; color: #003300; text-decoration: none;}
ul#navi a:active{ font-weight: bold; color: #FFF; text-decoration: none;}








/* メイン部分
---------------------------------------------------- */

#main {
	clear: both;
	width: 780px;
	margin: 0 auto;
	padding: 0 0 25px;
	background: url(../img/body_bg.png) repeat-y;
}







/* フラッシュ部分
---------------------------------------------------- */

#flash {
	clear: both;
	width: 750px;
	height: 330px;
	margin: 0 15px;
	padding: 0;
	background: url(../img/flash_bg.png) repeat-x;
}










/* コンテンツ部分
---------------------------------------------------- */
#column {
	display: inline;
	float:left;
	width:450px;
	margin: 0 0 0 35px;
	padding: 0;
}

#column h2{
	font-size: 1.15em;
	margin: 3px 0 2em;
	padding: 7px 5px 6px 8px;
	background-color: #F5F5F5;
	border-left: #FF9900 solid 8px;
}


.point {
	width: 422px;
	height: auto;
	margin: 0 0 0.5em;
	padding: 2px 5px 2px 23px;
	border-bottom: #003399 dotted 1px;
	background: url(../img/point.gif) no-repeat 5px 0;
}

.point h3{
	float:left;
	font-size: 0.92em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.point p{
	float:left;
	font-size: 0.92em;
	font-weight: bold;
	margin: 0;
	padding: 0 1em 0 0;
}
	










/* サイドバー
---------------------------------------------------- */
#sidebar {
	display: inline;
	float: right;
	width: 250px;
	margin: 0 15px 0 0;
	padding: 0;
	z-index: 0;
}

#sidebar h2{
	display: inline;
	overflow: hidden;
	font-size: 1em;
}

#sidebar p{
	font-size: 1em;
	margin: 0 5px 1em 5px;
	padding: 0;
}


/* 広報誌『やながわ』
---------------------------------------------------- */
#sidebar h2.bulletin{
	wi*dth: 360px;
	height: 60px;
	margin: 0;
	padding: 0;
}
#sidebar h2.bulletin a{
	display: block;
	width: 360px;
	height: 60px;
	text-indent: -9999px;
	background: transparent url(../img/bulletin.png) no-repeat;
}
#sidebar h2.bulletin a:hover{
	background: transparent url(../img/bulletin.png) 0 -60px no-repeat;
}

/* 申請書類のダウンロード
---------------------------------------------------- */
#sidebar h2.downloads{
	wi*dth: 360px;
	height: 60px;
}
#sidebar h2.downloads a{
	display: block;
	width: 360px;
	height: 60px;
	text-indent: -9999px;
	margin: 0 0 15px;
	padding: 0;
	background: transparent url(../img/downloads.png) no-repeat;
}
#sidebar h2.downloads a:hover{
	background: transparent url(../img/downloads.png) 0 -60px no-repeat;
}

/* 女性部
---------------------------------------------------- */
#sidebar h2.women{
	wi*dth: 360px;
	height: 45px;
	margin: 0;
	padding: 0;
}
#sidebar h2.women a{
	display: block;
	width: 360px;
	height: 45px;
	text-indent: -9999px;
	background: transparent url(../img/women.png) no-repeat;
}
#sidebar h2.women a:hover{
	background: transparent url(../img/women.png) 0 -45px no-repeat;
}

/* 青年部
---------------------------------------------------- */
#sidebar h2.youngster{
	wi*dth: 360px;
	height: 45px;
	margin: 0;
	padding: 0;
}
#sidebar h2.youngster a{
	display: block;
	width: 360px;
	height: 45px;
	text-indent: -9999px;
	background: transparent url(../img/youngster.png) no-repeat;
}
#sidebar h2.youngster a:hover{
	background: transparent url(../img/youngster.png) 0 -45px no-repeat;
}





#sidebar ul{ list-style-type: none;}