@charset "utf-8";

/*==============================================================================
	スタイルの初期化
==============================================================================*/


* {
	margin: 0;
	padding: 0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

table,
img {
	border: none;
}

h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;	
}


p{
	margin:15px 0;
}


ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.small {
	font-size:10px;
}

/*==============================================================================
	構造
==============================================================================*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#C6E5FE;
	color: #333333;
	background:url(images/bk.jpg) ;
	font-size:0;
	line-height:0;	
}

#wrapper_bk {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	background-color:#FFFFFF;
	font-size: 0px;
	line-height:0px;
	background:url(images/bk_main.jpg) repeat-y;
}

#wrapper {
	width: 950px;
	text-align: center;
	background:url(images/bk_contents.jpg) no-repeat 0 272px;
	font-size: 0px;
	line-height:0px;
}

#contents_wrapper {
	margin:0 58px;
	padding:15px 10px;
	text-align:center;
	background-color:#F7F5E3;
}

/*==============================================================================
　　clearfix
==============================================================================*/

.clearfix:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	}
/*--- IE ---*/
.clearfix {
	display:inline-block;
	}
/*MacIE \*/
* html .clearfix {height: 1em;}
.clearfix {display: block;}
/*  */


/*==============================================================================
　　リンク
==============================================================================*/

a img {
	border: 0;
}

a {
	color: #5DAECC;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:underline;
}

/*==============================================================================
　　ヘッダ
==============================================================================*/

#header {
	position:relative;
	height:272px;
	width:950px;
	top:0;
	left:0;
	background:url(images/head.jpg) 0 0 no-repeat;
}

#header h1{
	font-size:0;
	line-height:0;
	position:absolute;
	top:25px;
	left:79px;
	width:267px;
	height:68px;
}

#header h2 {
	color:#4FA7C8;
	font-size:13px;
	font-weight:bold;
	line-height:160%;
	position:absolute;
	top:26px;
	left:365px;
	width:330px;
	text-align:left;
}

#header #head1{
	font-size:0;
	line-height:0;
	position:absolute;
	top:25px;
	left:79px;
	width:267px;
	height:68px;
}

#header #head2 {
	color:#4FA7C8;
	font-size:13px;
	font-weight:bold;
	line-height:160%;
	position:absolute;
	top:26px;
	left:365px;
	width:330px;
	text-align:left;
}

/*==============================================================================
　　右ナビ
==============================================================================*/

#side {
	float:right;
	width:230px;
	margin:0;
	padding:0;
	text-align:left;
	line-height:150%;
	font-size:13px;
}

#side div.side_header {
	background:url(images/icon_al_gr.gif) 1px 0.1em no-repeat;
	padding:0px 5px 5px 22px;
	border-bottom:1px dashed #9FC743;
	font-weight:bold;
	margin:5px 0 13px 0;
}

#side div.side_box01 {
	margin:0 0 25px 10px;
}

#side div.side_box02 {
	margin:0 0 25px 5px;
}

#side div.side_box01 ul li {
	padding:0 0 3px 0;
}

#side div.side_box01 ul li img {
	vertical-align:middle;
	margin-right:3px;
}

#side div.side_box02 ul {
	margin:0;
	padding:0;
}

#side div.side_box02 ul li{
	list-style-type:none;
	background:url(images/icon_cr_gr.gif) 0 0.5em no-repeat;
	padding:0 0 0 11px;
}

#side div.side_box02 ul ul li{
	list-style-type:none;
	background:url(images/icon_cr_br.gif) 0 0.5em no-repeat;
}

#side div.side_box02 ul ul ul li{
	list-style-type:none;
	background:url(images/icon_cr_gry.gif) 0 0.5em no-repeat;
}

/*==============================================================================
　　メイン
==============================================================================*/

#main {
	float:left;
	width:575px;
	margin:0;
	padding:0;
	text-align:left;
}

/*==============================================================================
	エントリー
==============================================================================*/

.entry {
	background-color:#FFFFFF;
	text-align:left;
	border:1px solid #EFEBD8;
	margin-bottom:15px;
	padding:15px 20px;
	font-size:13px;
	line-height:180%;
}

.entry .entry_hd {
	background:url(images/line_gr.gif) 0 0 repeat-y;
	padding:10px 20px;
	margin-bottom:25px;
}

.entry .entry_hd .date {
	color:#999999;
	margin-bottom:15px;
}

.entry .entry_hd h1 {
	margin-bottom:20px;
	color:#ED780C;
	font-size:18px;
	font-weight:bold;
}

.entry .entry_hd h3 {
	margin-bottom:20px;
	color:#ED780C;
	font-size:18px;
	font-weight:bold;
}

.entry img.blogimg {
	margin:20px 3px;
}

.entry .entry_more {
	font-size:11px;
}

.entry .entry_ft {
	font-size:11px;
	text-align:right;
	margin:30px 0 0 0;
}

.entry ul {
	margin:0 0 0 5px;
	padding:0;
	line-height:150%;
}

.entry ul li{
	list-style-type:none;
	background:url(images/icon_cr_gr.gif) 0 0.5em no-repeat;
	padding:0 0 0 12px;
}


/*==============================================================================
　　パンくず
==============================================================================*/

.pannavi {
	font-size:11px;
	margin:0 0 15px 0;
	color:#999999;
}

.pannavi a {
	color:#999999;
}

.pannavi a:hover {
	color: #5DAECC;
}

.pannavi a:active {
	color: #5DAECC;
}

/*==============================================================================
　　エントリーナビ
==============================================================================*/

.entry .entry_ft_navi {
	font-size:11px;
	text-align:center;
	margin:40px auto 0 auto;
}

/*==============================================================================
　　エントリー関連記事
==============================================================================*/

.entry .entry_kanren {
	background-color:#F6F4DF;
	margin:30px 0;
	padding:20px;
}

.entry .entry_kanren p.entry_kanren_hd {
	background:url(images/kanren.gif) 0 0.2em no-repeat;
	padding:0 0 0 65px;
	margin-bottom:1.0em;
}

.entry .entry_kanren p.entry_kanren_hd a {
	margin-right:10px;
}

.entry .entry_kanren ul {
	margin:0 0 0 5px;
	padding:0;
	line-height:150%;
}

.entry .entry_kanren ul li{
	list-style-type:none;
	background:url(images/icon_cr_gr.gif) 0 0.5em no-repeat;
	padding:0 0 0 12px;
}

/*==============================================================================
　　トラックバック
==============================================================================*/

.entry #entry_trackback {
	border-top:1px dashed #DED689;
	padding:15px 0;
}

.entry #entry_trackback p {
	margin: 0 0 5px 0;
}

/*==============================================================================
　　コメント
==============================================================================*/

.entry #entry_comment {
	border-top:1px dashed #DED689;
	padding:15px 0;
}

.entry #entry_comment p {
	margin: 0 0 5px 0;
}

.entry #entry_comment dt {
	float:left;
	width:5.0em;
	clear:both;
	padding-bottom:2px;
}

.entry #entry_comment dd {
	padding-bottom:2px;
}


/*==============================================================================
	カテゴリーページ
==============================================================================*/

.category_list {
	background-color:#FFFFFF;
	text-align:left;
	border:1px solid #EFEBD8;
	margin-bottom:15px;
	padding:15px 20px;
	font-size:13px;
	line-height:160%;
}

.category_list h1 {
	background:url(images/category.gif) 0 0.2em no-repeat;
	padding:0 0 0 58px;
	margin-bottom:1.0em;
	font-size:16px;
	color:#ED780C;
	line-height:160%;
}

.category_list #category_intro {
	background-color:#F6F4DF;
	padding:20px;
}

.category_list ul {
	margin:30px 0 30px 18px;
	padding:0;
	line-height:200%;
}

.category_list ul li{
	list-style-type:none;
	background:url(images/icon_al_sgr.gif) 0 0.6em no-repeat;
	padding:0 0 0 15px;
}

.category_list #category_list_entry {
	border-bottom:1px dashed #EFEBD8;
	margin-bottom:30px;
}

.category_list #category_list_entry dl {
	border-top:1px dashed #EFEBD8;
	padding:18px 30px 0 10px;
	clear:both;
}

.category_list #category_list_entry dl dt {
	float:left;
	padding:25px 10px 25px 15px;
	background:url(images/line_br.gif) 0 0 repeat-y;
	width:300px;
	margin-bottom:15px;
}

.category_list #category_list_entry dl dd {
	float:right;
	padding-bottom:15px;
}

#category_title2{
        color:#FFFFFF;
	font-size:10px;
        font-weight:bold;
        padding:3px 10px;
        margin:20px 0 0 0;
	background-color:#9fc743;
        width:130px;
}

.pagebutetitle {
    display:inline;
}

.current_page{
    border: 1px solid #bbbbbb;
    padding: 5px;
}

.link_page{
    border: 1px solid #bbbbbb;
    padding: 5px;
}

.link_next{
    border: 1px solid #bbbbbb;
    padding: 5px;
}

.link_before{
    border: 1px solid #bbbbbb;
    padding: 5px;
}

#index {
    width:100%;
    margin:30px 0px;
    text-align: center;

}

#index a {text-decoration:none;}
#index a:link{COLOR: #555555;}
#index a:visited{COLOR: #555555;}
/*==============================================================================
　　フッタ
==============================================================================*/

#footer {
	border-top:1px dashed #DED689;
	margin:0;
	clear: both;
	padding:15px 8px 0 8px;
	text-align:left;
	font-size:0;
	line-height:0;
}

#footer #ft_notice {
	width:auto;
	float:left;
	font-size:11px;
	line-height:140%;
}

#footer #ft_notice p {
	margin:0 0 8px 0;
}

#footer #ft_mbsite {
	width:240px;
	float:right;
	font-size:11px;
	line-height:180%;
}

/* safari only */  
html[xmlns*=""] body:last-child #footer #ft_mbsite {  
	width:210px;
} 

#footer #ft_mbsite img {
	float:left;
	margin-right:15px;
}

#footer #ft_mbsite p {
	margin:25px 0;
}
