@charset "UTF-8";

/* ======= タグの初期化など ======= */

body, div, h1, h2, h3, h4, p, form, select, ul {
	margin: 0;
	padding: 0;
}

body {
	font-family:"メイリオ", "Meiryo","ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	background-color:#CCC;
}

a:link {
	color: #2f2172;
	text-decoration:none;
}

a:visited {
	color: #2f2172;
	text-decoration:none;
}

a:hover {
	color: #8169f6;
	text-decoration:none;
}

/*
h1 {
	display: none;
}
*/

/* ======= レイアウト等 ======= */

#outer-container {
	/*text-align: center;*/
}

#inner-container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFF;
}

#header {
	width: 858px;
	height: 77px;
	background: url(../images/title.gif) no-repeat;
	background-position: 21px 0px;
	padding-top: 0px;
	padding-left: 21px;
	padding-right: 21px;
	background-color:#FFF;
}

#header h1 {
	display:inline;
	list-style-type:none;
}

#header h1 a {
	height:77px;
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}

/* off */
#header h1.top-link a {
	background:url(../images/toplink.gif) no-repeat 0px 0px;
	width:353px;
}

/* hover */
#header h1.top-link a:hover {
	background:url(../images/toplink.gif) no-repeat 0px -77px;
}

.header-search {
	width: 310px;
	height: 49px;
	float:right;
	padding-top: 28px;
	font-size:13px;
	font-weight: normal;
	color: #2f2172;
	background-color:#FFF;
}

.header-search input {
	width: 115px;
}

.header-search input.submit {
	width: 47px;
}

.font-size {
	width: 145px;
	height: 47px;
	float:right;
	padding-top: 30px;
	font-size:13px;
	font-weight: normal;
	text-decoration:none;
	color: #2f2172;
	background-color:#FFF;
}

.font-size a {
	font-weight: bold;
	text-decoration:none;
}

#header2 {
	clear:both;
	width: 858px;
	/*height: 55px;*/
	padding-top: 0px;
	padding-left: 21px;
	padding-right: 21px;
}

#header2 h2 {
	text-align: left;
	font-size:14px;
	font-weight:bold;
	color: #FFF;
	background-color:#8ec423;
	padding: 8px;
}

#contents {
	clear:both;
	width: 858px;
	padding-top: 17px;
	padding-left: 21px;
	padding-right: 21px;
}

#main {
	width: 606px;
	float: right;
	background-color:#FFF;
}

#sub {
	width: 237px;
	float: left;
	background-color:#FFF;
	padding-right: 15px;
}

#footer {
	clear:both;
	width: 858px;
	padding-top: 17px;
	padding-left: 21px;
	padding-right: 21px;
}

#navitxt {
	font-size: 12px;
	font-weight: normal;
	color: #2f2172;
	text-align:center;
	background:url(../images/footer_bg.gif) repeat-x;
	padding-top: 20px;
	padding-bottom: 10px;
}

#copyright {
	font-size: 12px;
	font-weight: normal;
	color: #2f2172;
	text-align:center;
	padding-bottom: 10px;
}

.side-menu-header { 
	border-bottom: 1px solid #2f2172;
}

.side-menu {
	color: #2f2172;
}

.side-menu a:link {
	color: #2f2172;
	text-decoration:none;
}

.side-menu a:visited {
	color: #2f2172;
	text-decoration:none;
}

.side-menu a:hover {
	color: #8169f6;
	text-decoration:none;
}

.side-menu ul li {
	font-size: 14px;
	font-weight: normal;
	list-style-type: none;
    border-bottom: 1px solid #2f2172;
    border-left:   5px solid #2f2172;
	margin: 0px;
	padding: 8px;
}

.side-menu ul ul li {
	font-size: 12px;
	font-weight: normal;
	line-height: 0.9em;
	list-style-type: square;
	list-style-position: inside;
	/*list-style-image: url(../images/disc.gif);*/
    border: none;
	margin-left: 10px;
	padding: 3px;
}

.entry {
    border: 1px solid #2f2172;
    margin-bottom: 10px;
}

.entry-title {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding: 8px;
	padding-left: 38px;
	background:url(../images/entry-head.gif) no-repeat 0px 0px;
	background-color:#2f2172;
}


.entry-title a {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}


.entry-body {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.7em;
	color: #666;
	padding: 15px 15px 0 15px;
	background-color:#FFF;
}

.entry-more {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.7em;
	color: #666;
	padding: 0 15px 15px 15px;
	background-color:#FFF;
}

.entry-date {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
	text-align: right;
	color: #666;
	padding: 3px 15px 15px 15px;
	background-color:#FFF;
}

.content-nav {
	color: #8ec423;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}


.content-nav a:link {
	color: #2f2172;
	text-decoration:none;
}

.content-nav a:visited {
	color: #2f2172;
	text-decoration:none;
}

.content-nav a:hover {
	color: #8169f6;
	text-decoration:none;
}

#archive_title p {
	color: #559900;
}