/**
 * トップページ全体スタイル
 */


/*
 * サイト全体の基本となるスタイルシート
 *	福田悠斗
 */

*{
	margin: 0px;
	padding: 0px;
	zoom:1; /* fix haslayout for IE7 */
	
	/* CSS3のbox-sizingでpadding・borderをwidth、heightに含めてみる */
	-moz-box-sizing: border-box;        /* Firefox */  
	-webkit-box-sizing: border-box;     /* Safari 3 */  
	-ms-box-sizing: border-box;         /* Internet Explorer 8 */  
	box-sizing: border-box;             /* Opera */  

}
html{
	overflow-x:hidden;
	overflow-y:auto;
}
body{
	/* 中央寄せ */
	text-align: center;
	/* 文字関するデフォルト設定 */
	color: #222222;
	font-size:100%;
	font-size-adjust: none;
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.4;
	/* カーソル設定 */
	cursor:auto;
	/* 背景 */
	background-color:#FFFFFF;
	overflow:auto;
	
	margin:5px;
}

h1, h2, h3, h4, h5, h6{
	font-weight:bold;
}

/* 回り込み解除用 */
hr.clear{
	display:none;
	clear:both;
}

/* 回り込みチェック */
.check{
	clear:both;
}

/* リンク関連 */
a{
	text-decoration: none;
}
a:link{/* 未訪問のリンク */
	color: #6F5430;
}
a:visited{/* 訪問済みのリンク */
	color: #6F5430;
}
a:hover{/* ポイント選択時 */
	color: #F36E00;
}
a:active{/* 選択中のリンク */
	color: #F36E00;
}
a.blockLink{
	display:block;
	width:100%;
	height:100%;
}
.blockLink a{
	display:block;
	width:100%;
	height:100%;
}
/* リスト関連 */
ul.horizon{
	float:left;
}
ul.horizon li{
	margin-right:10px;
	float:left;
}
li{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
/* イメージ関連 */
img{
	border:none;
}

/*** 位置設定用 ***/
.left{
	text-align:left;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
/*** 回り込み位置 ***/
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}



/**
 * ヘッダー
 */
div#header{
	text-align:left;
}
div#header > div{
	width:99%;
	overflow:hidden;
}
table#navi{
	width:700px;
	border-collapse: collapse;
	empty-cells: show;
	float:left;
	text-align:center;
}
table#navi td{
	height:201px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #0428C6;
}
table#navi td#navi_logo{
	width:200px;
}
table#navi td#navi_logo > img{
	vertical-align:bottom;
}
table#navi td#navi_img{
	width:300px;
}
table#navi td#navi_img > img{
	vertical-align:bottom;
}
table#navi td#navi_menu{
	width:200px;
}
td#navi_menu div{
	width:99%;
	float:left;
}
td#navi_menu ul{
	width:60%;
	float:left;
	margin-left:25px;
	text-align:left;
	line-height:1;
}
td#navi_menu ul li{
	margin:1px 0px;
}



/**
 * コンテナ：サイドバーとコンテンツを格納する
 */
div#container {
	font-size:16px;
	width:99%;
	overflow:hidden;
	margin:8px 0px;
}


/**
 * サイドバーのスタイル
 */
div#sidebar{
	margin:0px;
	padding:0px;
	background-color:#0428C6;
	width:200px;
	float:left;
	text-align:center;
}
div#sidebar > img{
	margin-top:10px;
}
div#sidebar  p.title{
	margin:20px auto 0px;
	text-align:left;
	font-weight:bolder;
	font-size: 16px;
	padding-left:10px;
	color:#FF8C00;
}
div#sidebar ul{
	text-align:left;
}
div#sidebar ul.style_image{
	margin-left:10px;
	padding-left:0px;
}
div#sidebar ul.style_image li{
	list-style-position:inside;
	list-style-image:url('../img/top/list-style.gif');
}
div#sidebar  a{
	color:#FFFFFF;
	text-decoration:none;
}
div#sidebar  a:hover{
	color:#ff8c00;
	text-decoration:none;
}
div#sidebar_menu{
	padding-bottom:260px;
}
/*** プライバシーに関するリンク ***/
ul#privacy{
	margin:0px auto 10px auto;
	padding:0px;
	text-align:center;
	width:90%;
}
ul#privacy li{
	padding:5px;
	border:5px #add8e6 groove;
	text-align:center;
	margin-bottom:10px;
}
span.organization_name{
	color:#FFCC66;
}


/*** コンテンツ ***/
div#content{
	color: #222222;
	width:75%;
	float:left;
	overflow:hidden;
}
div#panel{
	margin:0px 0px 10px 0px;
	padding:0px;
	width:100%;
	text-align:center;
	overflow:hidden;
}
div#panel > *{
	float:left;
}

div#logo_panel{
	display:table-cell;
	vertical-align:middle;
}
img#logo{
	margin-top:100px;
	width:300px;
}
/*** 更新情報表示フレーム ***/
div#update_frame{
	width:400px;
	margin:0px auto;
	padding-bottom:59px;
	background:transparent url('../img/top/update_frame/foot.png') no-repeat bottom;
}
div#update_frame p.head{
	padding:10px 20px 0px 20px;
	font-weight:bolder;
	font-size:28px;
	text-align:left;
	height:60px;
	background:transparent url('../img/top/update_frame/head.png') no-repeat;
}
div#update_frame div.body{
	margin:0px;
	padding-top:10px;
	height:200px;
	background:transparent url('../img/top/update_frame/body.png') repeat-y;
	text-align:left;
}
div#update_frame div.body2{
	margin:0px;
	padding-top:10px;
	background:transparent url('../img/top/update_frame/body.png') repeat-y;
	text-align:left;
}
div#update_frame ul{
	margin-left:30px;
	width:82%;
	height:98%;
	overflow:auto;
}


/*** コンテンツ内下のパネル ***/
div#bottom_panel{
	width:70%;
	margin:0px 0px 0px 100px;
	overflow:hidden;
}
div#bottom_panel > *{
	float:left;
}
/*** 職員募集用フレーム ***/
div#recruitment_frame{
	width:250px;
	margin:0px auto;
	padding-bottom:30px;
	background:transparent url('../img/top/recruitment_frame/foot.png') no-repeat bottom;
}
div#recruitment_frame p.head{
	margin:0px;
	height:40px;
	padding:5px 10px 0px 20px;
	margin:0px 0px 0px 0px;
	text-align:left;
	font-size:18px;
	font-weight:bold;
	background:transparent url('../img/top/recruitment_frame/head.png') no-repeat bottom;
}
div#recruitment_frame div.body{
	padding:5px 0px;
	margin:0px;
	height:140px;
	background:transparent url('../img/top/recruitment_frame/body.png') repeat-y;
}
div#recruitment_frame div.body ul{
	width:86%;
	height:98%;
	margin-left:10px;
	text-align:left;
	overflow:auto;
}
div#recruitment_frame div.body ul li{
	font-size:95%;
	list-style-position:inside;
	list-style-image:url('../img/top/list-type_link.gif');
}


/*** ニュース表示フレーム ***/
div#news_frame{
	width:250px;
	margin:0px auto;
	padding-bottom:30px;
	background:transparent url('../img/top/news_frame/foot.png') no-repeat bottom;
}
div#news_frame p.head{
	margin:0px;
	height:40px;
	padding:5px 20px 0px 20px;
	margin:0px 0px 0px 0px;
	text-align:left;
	font-size:18px;
	font-weight:bold;
	background:transparent url('../img/top/news_frame/head.png') no-repeat bottom;
}
div#news_frame div.body{
	padding:1px 0px 0px;
	margin:0;
	background:transparent url('../img/top/news_frame/body.png') repeat-y;
}
div#news_frame div.body p{
	margin:0px;
	padding:10px 30px 0px 0px;
	text-align:right;
}
div#news_frame div.body ul{
	margin-left:15px;
	text-align:left;
}


/*** ***/
div#address{
	clear:both;
	text-align:center;
}
div#address div{
	margin:0px auto;
}


/**
 * フッター
 */
div#footer{
	text-align:left;
}
