@charset "utf-8";
/*
Theme Name:WILLBLOG-2008_01
Theme URI:http://www.willcare.jp/
Description:Basic Theme for WILL
Author:T-Factory
*/

/* ----------------------------------------
*	ブラウザ初期化スタイル
---------------------------------------- */
*,th,td,form,fieldset{
	margin:0 ;
	padding:0 ;
	font-family:"メイリオ",Meiryo, Geneva, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:13px ;
	line-height:1.4;
/*	border:0 ;*/
	list-style:none ;
}

/* ----------------------------------------
*	汎用要素スタイル 
---------------------------------------- */
a{
	text-decoration:none;
	color:#3300FF;
}
a:hover{
	text-decoration:underline;
	color:#FF0000;
}
input,select,textarea{
	border:solid 1px #999999;
	line-height:1.2;
}
div#navigation a,
div#information a{
	color:#FFEB8C;
	font-weight:bold;
}


/* ----------------------------------------
*	汎用クラススタイル
---------------------------------------- */
.marker_red,
.sun,
.error,
.state_rest{
	color:#FF0000;
}
.marker_black,
.day{
	color:#000000;
}
.marker_blue{
	color:#0000FF;
}
.error{
	clear:both;
}

/* ----------------------------------------
*	ワイヤーフレーム部位別スタイル 
---------------------------------------- */
body{
	width:97%;
	margin:auto;
}
div#wrapper{
}
div#header{
	background:url(images/header.png) no-repeat left top;
	height:214px;
	margin-bottom:8px;
	position:relative;
}
div#footer{
	background-color:#5F9907;
	clear:both;
}
div#contents{
	background:url(images/navigation_bg.png) repeat-y left;
	margin-bottom:8px;
}
div#contents_wrapper{
	background:url(images/navigation_bg.png) repeat-y right;
	margin-bottom:8px;
	position:relative;
}
div#navigation{
	width:175px;
	margin-right:5px;
	position:absolute;
	top:0px;
	left:0px;
	background:url(images/navigation_bg.png) repeat-y left;
}
div#main_contents{
	margin:0px 183px;
}
div#information{
	width:175px;
	margin-left:5px;
	position:absolute;
	top:0px;
	right:0px;
	background:url(images/navigation_bg.png) repeat-y right;
}
div#contents{
    zoom: 100%;
}
div#contents:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/* ----------------------------------------
*	カテゴリ別スタイル
---------------------------------------- */
/*	見出しスタイル
---------------------------------------- */

/*	ヘッダー
---------------------------------------- */
div#header h1{
	width:100%;
	text-align:center;
	padding-top:60px;
}
div#header h1 a{
	display:block;
	width:329px;
	height:75px;
	background:url(images/blog_title.png) no-repeat;
	margin:auto auto 15px auto;
	text-indent:-9999px;
}
div#header ul{
	position:absolute;
	right:0px;
	top:20px;
	width:175px;
}
div#header li{
	height:44px;
	margin-bottom:2px;
}
div#header li a{
	display:block;
	width:175px;
	height:44px;
	text-indent:-9999px;
	background-position:top left;
	background-repeat:no-repeat;
}
div#header li#link_will a{ background-image:url(images/link_will.png);}
div#header li#link_kaigyo a{ background-image:url(images/link_kaigyo.png);}
div#header li#link_support a{ background-image:url(images/link_support.png);}
div#header li#link_kanko a{ background-image:url(images/link_kanko.png);}


/*	フッター #footer
---------------------------------------- */
div#footer p{
	height:30px;
	line-height:30px;
	text-align:center;
	color:#FFFFFF;
	margin-bottom:20px;
}


/*	ナビゲーション #navigation
---------------------------------------- */
div#navigation div,
div#information div{
	padding:10px 5px 10px 10px;
	border-bottom:double 3px #FFFFFF;
}
div#navigation h3,
div#information h3{
	height:18px;
	line-height:18px;
	background:url(images/bullet3.jpg) no-repeat left;
	text-indent:22px;
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}
div#navigation div li ul,
div#information div li ul{
	margin-left:1em;
}


/*	コンテンツ #contents
---------------------------------------- */
div.entry_box{
	border:dashed 1px #A7F828;
	margin-bottom:20px;
}
div#main_contents a{
	color:#3A861A;
	border:1;
}
div#main_contents a:hover{
	color:#FF9900;
}
div.entry_box div.entry_head{
	margin-bottom:10px;
	padding:5px 10px;	
}
div.entry_box div.entry_head a{
	font-weight:bold;
}
div.entry_box div.entry_head h2{
	background:url(images/title-bullet.jpg) no-repeat left;
	padding-left:50px;
	border-bottom:double 3px #3A861A;
}
div.entry_box div.entry_head h2 a{
	display:block;
	height:33px;
	line-height:33px;
	font-weight:bold;
	font-size:18px;
}
div.entry_box div.entry_head ul{
	text-align:right;
	padding-top:5px;
}
div.entry_box div.entry_head li{
	border-right:solid 1px #3A861A;
	padding-right:5px;
	margin-left:5px;
	display:inline;
}
div.entry_body{
	padding:5px 10px;	
}
div.entry_body p{
	margin-bottom:1em;
}
div.entry_foot{
	background-color:#9EBD5F;
}
div.entry_foot p{
	text-align:right;
	padding-right:15px;
	height:30px;
	line-height:30px;
}
div.entry_foot p a{
	font-weight:bold;
	line-height:30px;
}

div#page_flow{
	margin:15px auto 40px auto;
}
div#page_flow ul{
    zoom: 100%;
}
div#page_flow ul:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
div#page_flow li#pre_page{
	float:left;
}
div#page_flow li#next_page{
	float:right;
}
p#page_flow{
	text-align:center;
}


/*	コメント #comment
---------------------------------------- */
div#comment_box h2{
	font-weight:bold;
	font-size:18px;
}
div#comment_entry{
	background-color:#F0DF8D;
	padding:15px;
}
div#comment_entry h2{
	margin-bottom:10px;
}
div#comment_entry dl{
	width:90%;
	padding:10px;
	margin:0px auto 15px auto;
	border:dashed 1px #009933;
}
div#comment_entry dt{
	height:45px;
	padding-left:50px;
}
div#comment_entry dt span{
	font-weight:bold;
	font-size:16px;
}
div#comment_box fieldset{
	background-color:#F0DF8D;
	padding:10px 40px 20px 40px;
	border:none;
}
div#comment_box fieldset dl{
	margin:auto;
}
div#comment_box fieldset dd input,
div#comment_box fieldset dd textarea{
	width:360px;
}
div#comment_box fieldset p{
	clear:both;
	padding-top:20px;
	text-align:center;
}
dl.comment-2{
	background:url(images/comment2.jpg) #FBEFB5 no-repeat top left;
}
dl.comment-1{
	background:url(images/comment1.jpg) #FFFFFF no-repeat top left;
}