/* for All */
body {
	margin: 0;
	padding: 0;
	background-color: #ddd;
	color:#6e6e6e;
	text-align: center;
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "Osaka", "verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", "sans-serif";
	}

/* for IE7 */
*+html body {
	font-family: "Meiryo";
	}

a:link, a:active, a:visited { color: #f70; text-decoration: none; }
a:hover { color: #fa0; text-decoration: none; }

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

/*全体を格納*/
#wrapper {
	width: 742px;
	margin-left: auto;
	margin-right: auto;
	}

#container {
	background: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: left;
	}

/*ヘッダー*/
#header {
	width: 740px;
	height: 250px;
	background-color: #fff;
	}

/*サイドバー*/
#categories {
	margin-top: 20px;
	margin-left: 20px;
	padding-bottom: 15px;
	background: url(../images/bg_categories_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	zoom:100%;
	}

.categoriestitle {
	font-family: "verdana";
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	letter-spacing: .2em;
	text-align: center;
	width: 160px;
	height: 20px;
	background: url(../images/bg_categories_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	}

#categories ul {
	list-style-type: none;
	}

#categories li {
	display: inline;
	font-size: 12px;
	line-height: 20px;
	}

#categories a{
	display: block;
	width: 150px;
	height: 20px;
	padding-left: 10px;
	background: url(../images/bg_categories_body.gif);
	background-repeat: no-repeat;
	color: #fff;
	}

#categories a:hover {
	background: url(../images/bg_categories_body.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	color: #fff;
	}

#sidebar {
	margin-left: 20px;
	}

.sidetitle {
	font-family: "verdana";
	font-size: 9px;
	font-weight: bold;
	line-height: 17px;
	letter-spacing: .2em;
	text-align: center;
	width: 160px;
	color: #fff;
	background-image: url(../images/bg_sidetitle.gif);
	background-repeat: no-repeat;
	height: 17px;
	margin-top: 30px;
	padding-bottom: 10px;
	}

#sidebar ul {
	list-style-type: none;
	}

#sidebar li {
	font-size: 11px;
	line-height: 160%;
	width: 160px;
	}

#syndicate {
	font-family: "verdana";
	font-size: 10px;
	line-height: 150%;
	margin-top: 30px;
	}

#made {
	font-family: "verdana";
	font-size: 10px;
	line-height: 150%;
	margin-top: 30px;
	margin-bottom: 30px;
	}


/*topicsboxエリア*/
#topicsbox1,#topicsbox2,#topicsbox3,#topicsbox4,#topicsbox5 {
	width: 500px;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	margin-bottom: 20px;
	background: #fff;
}

#blog #topicsbox1 h3,#blog #topicsbox2 h3,#blog #topicsbox3 h3,#blog #topicsbox4 h3,#blog #topicsbox5 h3 {
	font-family: "verdana";
	font-size: 11px;
	font-weight: bold;
	line-height: 100%;
	border-bottom: 1px solid #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 0;
	color: #0E1C52;
	letter-spacing: .2em;
	background: #eeeeff;
	}

/*エントリーエリア*/
#content {
	float: right;
	width: 540px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	}

#blog {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 10px;
}

#blog h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	border-bottom: 1px solid #0E1C52;
	padding-bottom: 5px;
	color:#0E1C52;
	}

#blog h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
	border-bottom: 1px solid #0E1C52;
	padding-bottom: 5px;
	margin-bottom: 20px;
	}

#blog p.entrycategories {
	font-size: 11px;
	line-height: 100%;
	text-align: right;
	padding-top: 5px;
	}

#blog p {
	font-size: 12px;
	line-height: 170%;
	margin-top: 5px;
	margin-bottom: 10px;
	}

#blog td {
	font-size: 12px;
	line-height: 170%;
	}

#blog blockquote {
	font-size: 12px;
	line-height: 170%;
	}

#blog p.posted {
	font-size: 11px;
	line-height: 100%;
	margin-bottom: 20px;
	text-align: right;
	clear: both;
	}

#blog img.left {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0;
	}

#blog img.center {
	display: block;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	}

#blog img.right {
	float: right;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
	}

/*フッタ*/
#footer {
	clear: both;
	width: 740px;
	font-size: 11px;
	line-height: 100%;
	padding-bottom: 20px;
	color:#999;
	}

#footer .pagetop {
	text-align: right;
	padding-right: 30px;
	}

#footer .copyright {
	padding-left: 20px;
	}


/*パンくずリスト*/
ul.inline li ul.inline {
	display: inline; 
	padding: 0;
	margin: 0
	}

ul.inline li {
	display: inline;
	font-size: 10px;
	}

ul.navigation {
	border: 1px solid #dedede;
	margin-top: 0;
	margin-bottom: 20px;
	padding-left: 5px;
	line-height: 15px;
	background-color: #eee;
	color:#666;
}


/*検索結果*/
#blog h2.search {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	border-bottom: 1px solid #0E1C52;
	padding-bottom: 5px;
	color:#0E1C52;
	}

#blog h3.search {
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
	border-bottom: 1px solid #0E1C52;
	padding-bottom: 5px;
	margin-bottom: 20px;
	color:#0E1C52;
	}

#blog h4.search {
	font-size: 16px;
	line-height: 100%;
	color:#0E1C52;
	}


/*その他*/
.in_110 {
	font-size: 12px;
	line-height: 100%;
	border-style:solid;
	border-width:1px;
	border-color:#999;
	width: 110px;
	color:#333;
	}

.in_200 {
	font-size: 12px;
	line-height: 100%;
	border-style:solid;
	border-width:1px;
	border-color:#999;
	width: 200px;
	color:#333;
	}

