/* サイト全体の設定 */
body {
	margin: 0px;
    font-size:14px;
	background-color: #F0F0F0;

}




/* 各種タグレイアウト */


p{
    margin: 0px 15px 0px 20px;
    font-size:14px;
    line-height:170%;
}
.ads_unit {
    width: 780px;
    font-size:14px;
    line-height:150%;
    margin: 15px 0 15px 5px; 
    border-left: solid 1px #3A9AFF;
    border-bottom: solid 1px #3A9AFF;
    padding: 8px;

}
.ads_unit2 {
    width: 795px;
    font-size:14px;
    line-height:150%;
    margin: 15px 0 15px 5px; 
    border-left: solid 1px #3A9AFF;
    border-bottom: solid 1px #3A9AFF;
    padding: 8px;
        border-right: solid 4px #3A9AFF;
}

ul {
	margin: 0px;
	padding: 0px;
}



li{
	list-style-type: none;
	margin: 0px;
}



h1,h2,h3,h4 {
	color: #3A9AFF;
	width: 780px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 10px;
	text-indent: 30px;
	padding: 0px;
	background-image: url(images/entry-title.jpg);
	background-repeat: no-repeat;
}


h1 {
font-size: 160%;
line-height: 1.2em; 
}
h2 {
font-size: 140%;
line-height: 1.2em; 
}
h3 {
font-size: 120%;
line-height: 1.2em;
}

h5{
	font-size: 14px;
	color: #333333;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	margin: 0px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 14px;
}

h6{
	font-size: 14px;
}



/* リンクのレイアウト */

a,
a:visited{
}


a:hover{
	color: #FF0000;
	text-decoration: none;
}

a img {
    border: 0;
}

#footer a {
	color: #3A9AFF;
	text-decoration: none;
	font-weight: bold;
}


/* サイト全体のレイアウト */


#box {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 840px;
    text-align:center;
    width:100%;
}


.FloatEnd {
	clear: both;
	font-size: 1px;
}

.img-right {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}


#script {
	height: 0px;
	width: 0px;
	visibility: hidden;
	position: absolute;
}



/* ヘッダーの設定 */

#header {
	font-size: 150%;
	text-align:center;
	height: 120px;
	width: 798px;
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}



#header p {
	display: block;
	text-align: right;
	width: auto;
	font-weight: normal;
	font-size: 11px;
	color: #333;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}




/* コンテンツレイアウト */

#contents {
	width: 800px;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	background-color: #FFFFFF;
	text-align:left;
}

#contents-main {
	width: 800px;
	float: left;
	height: 100%;
	position: static;
	margin-top: 0px;
	margin-right: 10px;
	display: inline;
        border-right: solid 4px #3A9AFF;
}



/* フッターの設定 */

#footer {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #3A9AFF;
	line-height: 130%;
	font-size: 12px;
	border: 1px solid #FFFFFF;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	height: 50px;
	padding-top: 20px;
}


/* カテゴリーのレイアウト */


.category-entrylist , .sitemap-box{
	width: 528px;
	margin-right: auto;
	margin-left: auto;
	margin-top:5px;
	margin-bottom:10px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
}

.category-entrylist ul li,.sitemap-box ul li{
	width: 250px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 5px;
	margin-right: 5px;
	text-indent:25px;
	font-size:12px;
	line-height:130%;
	float:left;
	margin-right: 0px;
	text-decoration: none;
	background-image: url(images/cat-list.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
}

/* サイトマップ */


.sitemap-box strong a,.sitemap-box strong a:visited {
	font-size: 16px;
	line-height: 22px;
	width: 100px;
	color: #666666;
	text-decoration: none;
}


.site-description {
	color: #666666;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}


/* エントリーのレイアウト */
.spn {
    color:#3A9AFF;
}
.entry-body {
	width: 780px;
	font-size:14px;
	line-height:150%;
        margin: 15px 0 15px 5px; 
        border-bottom: solid 1px #3A9AFF;
        border-left: solid 1px #3A9AFF;
        padding: 8px;
}
.entry-body2 {
	width: 550px;
	font-size:14px;
	line-height:150%;
        margin: 15px 0 15px 10px; 
        padding: 8px;
}

.entry-body-dott {
	margin: auto;
	width: 550px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 130%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}


/* コピーライト */

.cpyright a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}


/* メニューのレイアウト */

#menu-box {
	width: 190px;
	display : inline;
	margin-bottom:15px;
	margin-right: 10px;
	float: right;
	margin-top: 5px;
	margin-left: 10px;
}



.menu {
	width: auto;
	font-size: 12px;
	margin-bottom:15px;
}

.menu h5{
	font-size: 14px;
	color: #333333;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	margin: 0px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 14px;
}
.menu li a{
	list-style: none;
	display: block;
	text-indent: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	line-height: 25px;
	margin: 0px;
	letter-spacing: 0.1em;
}

.menu li a:hover {
	list-style: none;
	width: auto;
	display: block;
	color: #FFFFFF;
	background-color: #6699FF;
}



.menu-rss{
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
}


/* その他のレイアウト */


#site-navi {
	display: block;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	height: 35px;
	line-height: 32px;
	color: #666666;
	padding-right: 5px;
	padding-left: 5px;
}


#bookmark {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-align: center;
	margin-top: 30px;
}


#bookmark img a {
	margin-right: 5px;
	margin-left: 5px;
}

#container {
	height: 0;
	width: 0;
	visibility: hidden;
	position: absolute;
}
