@charset "UTF-8";

/*
トップページ・共通部分のスタイルシート
*/

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

body {
	min-width: 1000px;
	font-size: 80%;
	background: #fff;
	color: #000000;
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Verdana, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
}

h1,h2,h3,h4 {
	font-size: 1em;
	font-weight: normal;
	clear: both;
}

ul li {
	list-style-type: none;
}

/*---------------共通指定---------------*/

img {
	border: 0;
}

p {
	line-height: 1.4;
}

/*配置*/

.f-float1 {
	float: left;
}

.f-float2 {
	float: right;
}

.f-clear {
	clear: both;
}

.f-img1 {
	float: left;
	margin: 0 8px 10px 0;
}

.f-img2 {
	float: right;
	margin: 0 0 10px 8px;
}

.f-clear2 {
	clear: both;
	line-height:0px;
	font-size:0px;
	margin:0;
	padding:0;
}

.txt-position1 {
	text-align: right;
}

.txt-position2 {
	text-align: center;
}

.txt-attention {
	color:#CC0000;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/*---------------リンクカラーの設定---------------*/

a:link {
	color: #003366;
	text-decoration: none;
}

a:visited {
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #ff9900;
	text-decoration: underline;
}

a:active {
	color: #ff9900;
	text-decoration: underline;
}


/*リンク装飾*/

.link1 {
	background: url(../img/p_01.gif) no-repeat left center;
	padding: 0 0 0 12px;
}

.link2 {
	background: url(../img/p_02.gif) no-repeat left center;
	padding: 0 0 0 12px;
}


/*---------------レイアウト---------------*/

#container {
	width: 1000px;
	padding: 0;
	margin: 0 auto;
}


/*メインコンテンツ*/

#main {
	width: 531px;
	padding: 14px 0 0 0;
	float: left;
}

#content {
	background: url(../img/content_bg.gif) repeat-y left top;
}


#content-in {
	background: url(../img/content_top.gif) no-repeat left top;
	padding: 13px 0 0 0;
}


#center-ad {
	width: 120px;
	float: left;
	padding: 15px 0 0 8px;
}



/*---------------ヘッダー---------------*/

#header {
	padding: 10px 0 10px 18px;
}

#header p {
	font-size: 0.85em;
	margin: 0 0 1em 0;
}

#header h1 {
	width: 241px;
	float: left;
}

#top-ad {
	width: 728px;
	float: left;
}

#header:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#topicpath {
	clear: both;
	padding: 0 0 0 20px;
}

#topicpath li {
	display: inline;
	background: url(../img/p_topicpath.gif) no-repeat left center;
	padding: 0 0 0 20px ;
	font-size: 0.85em;
}

#topicpath li:first-child {
	background-image: none;
	padding: 0 0 0 0;
}

/*---------------ブログ記事本文---------------*/


.entries h2 {
	background: url(../img/icon_title.gif) no-repeat left center;
	padding: 8px 10px 8px 32px;
	margin: 0 0 5px 25px;
	font-size: 1.2em;
}

.entries h3 {
	padding: 8px 0 8px 32px;
}

.date-label {
	width: 187px;
	color: #fff;
	background: url(../img/content_date.gif) no-repeat left center;
	padding: 10px 0 0 15px;
	height: 35px;
}


.main-text {
	clear: both;
	padding: 10px 30px 0 30px;
}

.main-text p {
	margin: 0 0 0.5em 0;
}

.more {
	padding: 10px 30px 10px 30px;
	text-align: right;
}

.more a {
	background: url(../img/icon_readmore.gif) no-repeat left center;
	padding: 0 0 0 28px;
}

.posted {
	margin: 0 20px;
	border-top: 1px solid #ccc;
	padding: 4px 4px 30px 4px;
}

.time {
	padding: 0 5px 0 0;
}

.category-label {
	background: url(../img/label_category.gif) no-repeat 0px 5px;
	padding: 5px 0 0 70px;
	
}

#trackbacks {
	padding: 10px 20px;
}

#content-ad	{
	text-align: center;
	padding: 0 0 20px 0;
}

/*---------------サイドバー---------------*/

#side-info {
	width: 303px;
	float: left;
	padding: 13px 8px 20px 15px;
}

#recent-entry {
	background: url(../img/recent_bg.gif) repeat-y left top;
}

#recent-entry ul {
	padding: 0 10px 15px 10px;
	background: url(../img/recent_bottom.gif) no-repeat left bottom;
}

#recent-entry ul li {
	border-top: 1px dotted #ccc;
	background: url(../img/p_recent.gif) no-repeat 0px 6px;
	padding: 3px 0 0 14px;
	margin: 0 0 3px 0;
}

#recent-entry ul li:first-child {
	border: none;
}


#recent-image {
	padding: 10px 3px;
}

#recent-image h2 {
	margin: 0 0 10px;
}

#recent-image ul {
	padding: 0 0 0 7px;
}

#recent-image ul li {
	width: 130px;
	float: left;
	overflow: hidden;
	height: 140px;
	padding: 0 5px 0 5px;
	margin: 0 0 5px 0;
}

#recent-image ul li img {
	width: 130px;
}

#recent-image ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#category {
	width: 150px;
	float: left;
}

#category ul {
}

#category ul li {
	background: url(../img/p_blue.gif) no-repeat 0px 6px;
	padding: 3px 0 0 12px;
	margin: 0 0 3px 0;
}

#archive {
	width: 140px;
	float: right;
}

#archive ul {
}

#archive ul li {
	background: url(../img/p_green.gif) no-repeat 0px 6px;
	padding: 3px 0 0 12px;
	margin: 0 0 3px 0;
}

/*---------------フッター---------------*/

#pagetop {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	text-align: right;
}

#footer {
	background: url(../img/bg_foot.gif) repeat top left;
	border-top: 5px solid #b8b8b8;
}

#footer-in {
	background: url(../img/bg_foottop.gif) repeat-x top left;
}

#footer-menu {
	width: 1000px;
	margin: 0 auto;
	padding: 20px;
}

#footer-menu ul {
	width: 240px;
	float: left;
}

#footer-menu ul li {
	background: url(../img/p_foot.png) no-repeat 4px 6px;
	padding: 3px 0 0 22px;
	margin: 0 0 3px 0;
}

#footer-menu ul li.home {
		background: url(../img/icon_home.png) no-repeat left center;
	padding: 3px 0 0 22px;
	margin: 0 0 3px 0;
}

small {
	display: block;
	clear: both;
	padding: 20px 0;
	text-align: center;
}