/*
Theme Name: Aegis
Theme URI: localhost
Description: Aegis for WordPress
Author: tknr
*/

body {
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	text-align:center;
}
#container {
	background-color:#ffffff;
	width:1000px;
	text-align:left;
	border:none;
	margin-left:auto;
	margin-right:auto;
	font-family:HiraKakuPro-W3, メイリオ, 'ＭＳ ゴシック';
}
#content {
	width:400px;
	float:left;
	margin:20px 20px 0px 20px;
}
#special {
	width:400px;
	float:right;
	margin:20px 20px 0px 20px;
	background-color:#f0f0f0;
}
#sidebar {
	width:480px;
	float:right;
	font-family:HiraKakuPro-W3, メイリオ, 'ＭＳ ゴシック';
	font-size:1em;
	line-height:1.2em;
	list-style-image:url(image/mark.jpg);
	margin-top:15px;
	padding:5px 0px 6px 0px;
}
#sidebar h2 {
	font-size:0.9em;
	color:#808080;
}
#footer {
	clear:both;
	font-size:0.8em;
	font-family:HiraKakuPro-W3, メイリオ, 'ＭＳ ゴシック';
	text-align:center;
	margin-top:160px;
	margin-bottom:20px;
	padding:100px;
}
#footer p {
	line-height:3em;
}
#header {
	margin-top:15px;	
}
#header h1 {
	font-size:2em;
	font-family:HiraKakuPro-W3, メイリオ, 'ＭＳ ゴシック';	
}
#header h1 a {
	color:#808080;
	font-family:HiraKakuPro-W3, メイリオ, 'ＭＳ ゴシック';
	text-decoration:none;
}
#header p {
	font-size:0.75em;
	margin-top:15px;
	line-height:1em;
}
#header ul {
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	list-style-type:none;
	height:2.5em;
	font-size:1em;
	border-style:none;
}
#header li {
	text-align:center;
	line-height:2.5em;
	float:left;
}
#header .page_item {
	font-family:HiraKakuPro-W3, メイリオ, 'ＭＳ ゴシック';
	font-weight:bold;
}
#header li a {
	display:block;
	width:120px;
	text-decoration:none;
	color:#000000;
}
#header li a:hover {
	background-color:#ffffff;
}
/* メインコンテンツ部分 */
.post h2 {
	font-size:0.9em;
	line-height:0.5em;
	color:#808080;
	border-bottom:solid 1px #808080;
	background-image:url(image/mark.jpg);
	background-repeat:no-repeat;
	padding:5px 0px 6px 20px;
}
.post h3 {
	font-size:0.9em;
	color:#808080;
	padding:0px 0px 5px 30px;
}
.post p {
	width:400px;
	font-size:0.9em;
	color:#000000;
	line-height:150%;
}
.post {
	margin-bottom:40px;
}
.post a {
	color:#808080;
	text-decoration:none;
}
/* スペシャルコンテンツ部分 */
.special h2 {
	font-size:0.9em;
	line-height:1.5em;
	color:#808080;
	border-bottom:solid 1px #808080;
	padding:5px 20px 6px 5px;
}
.special h3 {
	font-size:0.9em;
	color:#808080;
	padding:0px 0px 5px 30px;
}
.special p {
	width:300px;
	font-size:0.9em;
	color:#000000;
	line-height:150%;
}
.special {
	margin-bottom:40px;
}
.special a {
	color:#808080;
	text-decoration:none;
}


/* news.php 部分 */
#news_content {
	width:600px;
	float:left;
	margin:0px 20px 0px 20px;
}
.post {
	font-color:#000000;
	font-size:0.8em;
	line-height:1.5em;
}
.post li {
	list-style-image:url(image/mark.jpg);
}
#news_bar {
	width:350px;
	height:100%;
	float:right;
	margin:0px;
	background-color:#ffffff;
}
#news_bar li {
	font-family:HiraKakuPro-W3, メイリオ, 'ＭＳ ゴシック';
	font-size:0.9em;
	line-height:1.5em;
	list-style-image:url(image/mark.jpg);
	padding:5px 0px 6px 0px;
}
#news_bar a{
	color:#808080;
	text-decoration:none;
}
/* single.php 部分 */
#single_main {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
.single_post {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}
.single_post h2 {
	font-size:0.9em;
	line-height:0.5em;
	color:#808080;
	border-bottom:solid 1px #808080;
	background-image:url(image/mark.jpg);
	background-repeat:no-repeat;
	padding:5px 0px 6px 20px;
	margin-bottom:15px;
}
.single_post p {
	color:#000000;
	font-size:0.8em;
	line-height:1.5em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.single_post a {
	color:#808080;
}
/* パンくずリンク */
#bread {
	margin:0px;
	font-size:0.75em;
	font-weight:bold;
	line-height:3em;
}
#bread a {
	color:#800000;
	text-decoration:none;
}
#bread p {
	color:#800000;	
}