/* ▼全体のスタイル */
body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", san-serif;
	font-size:80%;
	color:#333;
	text-align:center;
	margin:0px;
	padding:0px;
	line-height:155%;
	background-color:#eee;
}




/* ▼リンクのスタイル */
a:link{
	color:#333;
}
a:visited{
	color:#444;
}
a:hover{
	color:#c00;
	text-decoration:none;
}
a:active{
	color:#c00;
}

a img{
	border-style:none;
}



/* ▼文字のスタイル */
.red{color:#900;}
.blue{color:#009;}
.green{color:#090;}

.under{border-bottom:1px dashed #444;}



/* ▼wrapのスタイル */
#wrap{
	text-align:left;
	margin:0px auto;
	padding:0px;
	width:884px;
	background-color:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}



/* ▼topのスタイル */
#top {
	padding:15px 10px 10px;
	background:url(images/top_bk.gif);
}
#top .top-left{
	float:left;
}
#top .top-left h1{
	margin:0px;
	font-weight:normal;
	font-size:100%;
	color:#999;
}
#top .top-left p{
	margin:0px;
}


#top .top-right{
	float:right;
	margin-top:18px;
	text-align:right;
}

#top .top-right .top-right-menu{
	margin:35px 0px 0px;
}
#top .top-right .top-right-menu img{
	margin:0px 5px 0px 0.7em;
	vertical-align:middle;
}



/* ▼menuのスタイル */
#menu {
	margin:0px 0px 0px;
	height:35px;
	background:url(images/menu_bar.gif) no-repeat top;
}
#menu p{
	margin:0px;
}
#menu a{
	float:left;
	display:block;
	font-weight:bold;
	font-size:10pt;
	padding:0.6em 1.2em ;
	border-right:1px dotted #666;
}

#menu a:link{
	color:#fff;
	text-decoration:none;
}
#menu a:visited{
	color:#fff;
	text-decoration:none;
}
#menu a:hover{
	color:#c00;
}
#menu a:active{
	color:#fff;
	text-decoration:none;
}



/* ▼contentsのスタイル */
#contents {
	margin-top:10px;
	border:1px solid #fff;
}


/* ▼sideのスタイル */
#side {
/*border:1px solid #f00;*/
	float:left;
	width:200px;
}
#side .side-menu{
	list-style-type:none;
	padding:0px;
	margin:0px 0px 30px;
	border-top:1px solid #eee;
	border-right:1px solid #eee;
	background-color:#f8f8f8;
}
#side .side-menu li a{
	display:block;
	width:200px;
	padding:12px 0px;
	border-bottom:1px dotted #eee;
}
#side .side-menu li a strong{
	padding-left:10px;
}

#side .side-menu li a:link{
	text-decoration:none;
}
#side .side-menu li a:visited{
	text-decoration:none;
}
#side .side-menu li a:hover{
	color:#111;
	background-color:#eee;
	text-decoration:none;
	border-right:10px solid #900;
	border-bottom:1px solid #ccc;
}
#side .side-menu li a:active{
	text-decoration:none;
}


#side .side-category{
	list-style-type:none;
	margin:0px 0px 30px 10px;
	padding:0px;
	line-height:155%;
}
#side .side-archives{
	margin:0px 0px 30px 10px;
	padding:0px;
}

#side .side-rss{
	list-style-type:none;
	margin:0px 0px 30px 10px;
	padding:0px;
	line-height:155%;
}
#side .side-rss img{
	vertical-align:middle;
}

#side .side-info{
	margin:0px 0px 30px 10px;
}



/* ▼mainのスタイル */
#main {
/*border:1px solid #00f;*/
	float:right;
	width:660px;
}


/* ▼main-leftのスタイル */
#main-left {
/*border:1px solid #0f0;*/
	float:left;
	width:468px;
}

#main-left #welcome{
	margin:30px 0px 30px 0px;
}
#main-left h2.midashi{
	margin:30px 0px 0px;
	font-size:100%;
}
#main-left h2.category{
	margin:25px 0px 15px;
	font-size:100%;
	background:url(images/midashi_category.gif) no-repeat;
	color:#fff;
	padding:0px 0px 0px 5px;
	height:21px;
}


#main-left .entry {
	margin-bottom:50px;
}
#main-left .entry .title{
	margin:5px 0px;
	font-size:100%;
	border-bottom:1px dotted #ccc;
}
#main-left .entry .title a:link{
	color:#600;
	text-decoration:none;
}
#main-left .entry .title a:visited{
	color:#600;
	text-decoration:none;
}
#main-left .entry .title a:hover{
	color:#333;
	text-decoration:underline;
}
#main-left .entry .title a:active{
	color:#900;
	text-decoration:none;
}


#main-left .entry .body p{
	margin:0px 0px 0.5em 0em;
}
#main-left .entry .info{
	margin:0px 0px 5px;
	font-size:90%;
	text-align:right;
	border:1px solid #ddd;
	background-color:#eee;
	background:url(images/entry_footer_bk.gif);
	padding:0px 2px;
}

#main-left .entry .more img{
	vertical-align:middle;
}

#main-left .paginate {
	margin:5px 0px 15px;
}
#main-left .paginate img{
	vertical-align:middle;
}



/* ▼main-rightスタイル */
#main-right {
	float:right;
	width:160px;
	padding:100px 10px 0px 0px;
}

#main-right #rss {
	margin:0px 0px 50px;
}
#main-right #rss h2{
	margin:0px;
}
#main-right #rss ul{
	list-style-type:none;
	margin:0px;
	padding:0px ;
	font-size:85%;
}

#main-right .right-info {
	margin:0px 0px 50px;
}
#main-right .right-info h2,
#main-right .right-info p{
	font-size:90%;
	font-weight:normal;
	margin:0px;
}







/* ▼記事ページ、ウェブページのスタイル */
#entry{
	width:860px;
}

/* ▼entry-leftのスタイル */
#entry-left {
	float:left;
	width:643px;
	margin-left:15px;
}

#entry-left p.title{
	font-size:140%;
	font-weight:bold;
	border-left:13px solid #900;
	padding:3px 5px;
	line-height:133%;
}

#entry-left #body h2,
#entry-left #more h2{
	margin:35px 0px 0px 15px;
	font-size:130%;
	border-bottom:1px solid #ccc;
}

#entry-left #body p,
#entry-left #more p{
	margin-left:15px;
	font-size:110%;
}

#entry-left p.info{
	margin:50px 0px 5px;
	text-align:right;
	border:1px solid #ccc;
	background-color:#eee;
	background:url(images/entry_footer_bk.gif);
	padding:4px 5px;
}



/* ▼main-rightスタイル */
#entry-right {
	float:right;
	width:160px;
	padding:100px 10px 0px 0px;
}

#entry-right #rss {
	margin:0px 0px 50px;
}
#entry-right #rss h2{
	margin:0px;
}
#entry-right #rss ul{
	list-style-type:none;
	margin:0px;
	padding:0px ;
	font-size:85%;
}

#entry-right .right-info {
	margin:0px 0px 50px;
}
#entry-right .right-info h2,
#entry-right .right-info p{
	font-size:90%;
	font-weight:normal;
	margin:0px;
}



/* ▼footerスタイル */
#footer {
	margin:50px 0px 0px;
}

#footer .address{
	text-align:right;
	margin:0px 10px;
}

#footer .copyright{
	text-align:center;
	margin:0px;
	padding:3px 0px;
}


/* ===================================================== */
/* ↓floatを使用したボックスに必須 */
/* IE以外のモダンブラウザ向け */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* IE7およびMacIE5向け */
.clearfix{
	display:inline-block;
}
/* IE6以前向け */
/*Hides from IE-mac \*/
*html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/
/* ===================================================== */


