/*タグ全般の設定*/
* {
	/*margin: 0;
	padding: 0;*/
	font-family: Verdana, Arial, sans-serif;
}
/*Body*/
body {
	color: #333333;
	margin:0px;
	padding:0px;
	text-align:center;
	background-image: url(image/bodybg.gif) ;
	background-repeat: repeat ;
}



/*画像*/
img {
	display: block;
	vertical-align: bottom;
}

form {
	margin:0px;
	padding:0px;
}

/*リンクつき画像*/
a img {
	border: 0;
}

/*リンク*/
a, a:visited {
	color:#0066CC;
}
a:hover, a:active {
	color:#FF0000;
	text-decoration: none;
}




.colorred {
color: red;
}


/*テキストの中央揃え*/
.text-align-center {
	text-align:center;
}

/*段落*/
p {
	line-height: 1.5em;
}

/*全体構造*/
#container {
	width:800px;
	margin:0px auto;
	background-color:#FFFFFF;
	text-align:left;
}
#banner {
	width:800px;
	height:200px;
	background-image:url(image/headbanner.jpg);
}
#wrapper {
	float:left;
	width: 620px;
}
.sidebar {
	width:160px;
	padding:20px 10px;
}
#right {
	float:right;
}
#content {
	float:right;
	padding:15px;
	width:410px;
}
#left {
	float:left;
}
#footer {
	clear:both;
	/*width:800px;*/
	/*background:#CCCCFF;*/
}

/*バナー*/
#banner h1 {
	margin:0;
	padding:30px 0 0 50px;
	font-family: Arial Black, Helvetica, sans-serif;
	font-size:30px;
}
#banner h1 a {
	color: darkblue;
	text-decoration:none;
}
#banner h2 {
	margin:0;
	font-size:18px;
	color:gray;
	padding: 10px 0 0 60px;
}

/*本文*/
#content h2 {
	font-size:12px;
	color:#009999;
}
#content h3 {
	font-size:16px;
	color:#0066CC;
}
#content p {
	font-size:12px;
	color:#333333;
	line-height: 1.8em;
}
#content .ranking-footer {
	font-size:12px;
	width:410px;
	margin: 20px 0px;
	padding: 15px 0px 0px 0px;
	border-top:solid 1px #b2cbff;
}
#content .entry-footer {
	border-top:solid 1px #b2cbff;
	padding-top:6px;
	margin-bottom:30px;
}


#content .comment-footer {
	border-bottom:solid 1px #b2cbff;
	padding-bottom:10px;
}



.content-nav a {
text-decoration:none;
}

.content-nav a:hover {
color:red;
}

.sidebar h2 {
font-size:12px;
color:gray;
border-bottom:solid 2px #afbc0d;
padding-bottom: 3px;
margin-bottom:0;
padding-left:18px;
background-image: url(image/module-header-list-image.gif);
background-repeat: no-repeat;
}

html[xmlns] .sidebar h2 {background-position: 0 2px;}


#calendar {
margin-top:10px;
font-size:12px;
text-align:center;
}
html[xmlns] #calendar {margin-left: 10px;}

#calendar caption a {
text-decoration:none;
}
#calendar caption a:hover {
color:red;
}
#calendar td a {
color:#0066CC;
}
#calendar td a:hover {
color:red;
}
#calendar td a:active {
color:red;
}

.module-list {
list-style-type:none;
margin-left:10px;
padding-left:0;
font-size:12px;
margin-top:8px
}
.module-list a {
/*text-decoration:none;*/
}
.module-list li {
margin-bottom:5px;
}
.module-list dt {
line-height: 1.2em;
margin: 0;
padding: 0 10px 2px 0;
}

.module-list dd {
line-height: 1.2em;
margin: 0;
padding: 0 10px 8px 0;
}

.module-list-item-rss {
margin-bottom:8px;
}
.module-list-item-rss img {
display:inline;
}

.module-content p {
font-size:12px;
margin:10px 10px 5px 10px;
}

html[xmlns] #comments-open-footer {font-size:small;}

img.blogranking {
	display: inline;
	vertical-align: text-bottom;

}



/*相互リンク募集*/
.link-each-other {
font-weight: bold;
color: #FF6600;
border: solid 1px #FF6600;
width: 115px;
margin: 0 0 0 15px;
padding: 1px 2px 1px 8px;
}


.comment-author-link a, .comment-author-link a:visited {
	color:#669933;
}
.comment-author-link a:hover, .comment-author-link a:active {
	color:#FF0000;
	text-decoration: none;
}

/*アンケート*/
#questionnaire {
display: inline;
vertical-align: bottom;
margin: 0 0 5px 5px;
padding: 0;
}

/*mini AQUA*/
#miniaqua {
margin: 5px 0 0px 5px;
}






/*広告*/
.adds {
margin: 5px 15px;
padding: 10px 10px 0 10px;
border: solid 1px #CCCCCC;
font-size: 12px;
line-height:1.2em;
}
.addstitle {
padding-bottom: 5px;
}
.addscontent {
padding-bottom: 10px;
}
#topadds .addstitle a {
color: #0066CC;
font-weight: bold;
}
#topadds .addstitle a:hover {
color: red;
}

/*RSS*/
.rss {
border: solid 1px #999999;
padding: 1px;
width: 80px;
line-height: 1.0em;
}
html[xmlns] .rss {line-height: 1.1em;}
.rss a {
display: block;
width: 100%;
background-color: #bbbbbb;
font-size: 9px;
text-decoration: none;
color: #333333;
}
.rss a:hover {
color: red;
}
.rss-format {
color: #333333;
background-color: orange;
padding: 0 5px;
}
.rss-version {
color: #333333;
padding: 0 5px;
}
.rss a:hover {
color: red;
}

h3.entry-header {
line-height: 1.5em;
padding-left:23px;
background-image: url(image/entry-header-list-image.gif);
background-repeat: no-repeat;
background-position: 0 1px;
}

html[xmlns] h3.entry-header {background-position: 0 2px;}

.entry-footer {
font-size:small;
}



