/* CSS Document */
@import url("top.css");
@import url("gaiyou.css");
@import url("rinen.css");
@import url("koudoukijun.css");
@import url("rinri.css");
@import url("toiawase.css");
@import url("link.css");
@import url("sitemap.css");

html {
	height:100%;
}

/*初期設定*/
body {
	background-color:#e7e7e7;
	height:100%;
	line-height:150%;
	font-size:12px;
	color:#333;
	font-family:Verdana, Arial, sans-serif;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th { 
	margin:0;
	padding:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

img {
	border:0;
}

div.clear {
        clear:both;
}
/*初期設定ここまで*/

/*リンク設定*/
a {
	text-decoration:none;
	color:#0066cc;
}

a:hover {
	text-decoration:underline;
}
/*リンク設定ここまで*/

/*コンテナ*/
div#container {
	width:850px;
	margin:0 auto;
	background-color:#e7e7e7;
	position:relative;
	min-height:100%;
	background-image:url(../image/common/main_bg.gif);
	background-repeat:repeat-y;
}

* html div#container {
	height:100%;
}
/*コンテナここまで*/

/*ヘッダー*/
div#header {
	width:850px;
	height:291px;
	background-image:url(../image/common/header.jpg);
	position:relative;
}

div#header h1 a {
	text-indent:-9999px;
	position:absolute;
	display:block;
	outline:none;
	left:15px;
	width:261px;
	top:47px;
	height: 25px;
}

div#home a {
	text-indent:-9999px;
	position:absolute;
	display:block;
	outline:none;
	width:47px;
	left:603px;
	top:38px;
	height: 60px;
}

div#haken a {
	text-indent:-9999px;
	position:absolute;
	display:block;
	outline:none;
	width:47px;
	left:663px;
	top:38px;
	height:60px;
}

div#green a {
	text-indent:-9999px;
	position:absolute;
	display:block;
	outline:none;
	width:47px;
	left:723px;
	top:38px;
	height:60px;
}

div#kaigo a {
	text-indent:-9999px;
	position:absolute;
	display:block;
	outline:none;
	width:47px;
	left:783px;
	top:38px;
	height:60px;
}

div#sitemap {
	text-indent:12px;
	position:absolute;
	font-size:10px;
	width:71px;
	left:704px;
	top:264px;
	background-image:url(../image/common/sitemap_icon.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

div#sitemap a {
	color:#003399;
}

div#toiawase {
	text-indent:17px;
	position:absolute;
	font-size:10px;
	width:71px;
	left:773px;
	top:264px;
	background-image:url(../image/common/mail_icon.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

div#toiawase a {
	color:#003399;
}
/*ヘッダーここまで*/

/*メイン*/
div#main {
	width:850px;
	margin-bottom:80px;
	padding-bottom:80px;
}

* html div#main {
	padding-bottom:0;
}

*:first-child+html div#main {
	padding-bottom:0;
}
/*メインここまで*/

/*エントリー*/
div#entry-box {
	width:635px;
	height:auto;
	float:left;
	margin:15px 0 0 0;
}

div.entry {
	width:600px;
	height:auto;
	background-image:url(../image/common/entrybody_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:0 auto;
	background-color:#fff;
}

div.entry-header {
	width:600px;
}

div.entry-body {
	width:auto;
	margin:0 auto;
	padding:15px;
}

div.feed-body {
	width:auto;
	height:150px;;
	margin:0 auto;
	padding:15px;
	overflow:auto;
}

div.entry-header h2 {
	width:600px;
	height:25px;
	font-weight:bold;
	text-indent:1.6em;
	line-height:190%;
	color:#fff;
	font-size:14px;
	background-image:url(../image/common/h2_entry.jpg);
	background-repeat:no-repeat;
}
/*エントリーここまで*/

/*サイドメニュー*/
div#sidemenu {
	width:200px;
	height:auto;
	background-image:url(../image/common/sidemenu_bg.gif);
	margin:15px auto;
	float:left;
}

div#sidemenu h3 {
	width:200px;
	height:25px;
	font-weight:bold;
	text-indent:1.6em;
	line-height:200%;
	color:#fff;
	font-size:12px;
	background-image:url(../image/common/h3_sidemenu.jpg);
	background-repeat:no-repeat;
}

div#sidemenu ul {
	background-image:url(../image/common/sidemenu_bg.jpg);
	background-color:#fff;
	background-repeat:no-repeat;
	padding:3px 0 8px 0;
}

div#sidemenu li a {
	font-size:12px;
	display:block;
	border-bottom:1px solid #e5e5e5;
	padding:0.2em 0.5em 0.2em 1.2em;
	background-image:url(../image/common/sidemenu_li.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
/*サイドメニューここまで*/

/*フッター*/
div#footer {
	width:850px;
	height:65px;
	background-image:url(../image/common/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	position:absolute;
	bottom:0;
}

div#footer p {
	font-size:12px;
	padding:15px 0 0 15px;
	line-height:110%;
}

div#footer span {
	font-weight:bold;
}
/*フッターここまで*/
