/* CSS Document */

body{
font-size:12px;
line-height:22px;
color:#666666;
background-color:#88bb88;
margin:0px;
}
a{
color:#660000;
text-decoration:none;
font-weight:bold;}

a:hover{
text-decoration:underline}

img{border:0px}


.hr_space{
color:white;
margin-top:30px;
border:0px #FFFFFF solid}



td{
font-size:12px;
line-height:22px}

/*　TOP画像　*/
.topimg{
background-image:url(img/top.jpg);
background-attachment:scroll;
background-position:0% 0%;
background-repeat:no-repeat;
height:220px}

/*　コンテンツのtd設定　*/
.contents{
padding:10px}


h1{
font-size:16px;
font-weight:bold;
color:#660000;
text-align:center;
letter-spacing:2pt}


.line{
margin-bottom:10px;
margin-top:10px}

#textbox{
text-align:left;
margin:10px}

h2{
font-size:12px;
background-image:url(img/icon.gif);
background-position:left;
background-repeat:no-repeat;
background-attachment:scroll;
padding-left:20px;
text-align:left}

h3{
font-size:14px;
font-weight:bold;
color:#666600;
text-align:center;
letter-spacing:2pt}

/*　キャラ名　*/
h4{
border-bottom:2px solid #FF9933;
border-top:2px solid #FF9933;
height:40px;
padding-top:20px;
font-size:12px;
text-align:center;
width:400px}

.resist_h4{
border-bottom:2px solid #FF9933;
border-top:2px solid #FF9933;
height:60px;
padding-top:10px;
font-size:12px;
text-align:center;
width:400px}


/*　メニュー部分の設定　*/
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navi li {
	font-size:15px;
	width:140px;
	float:left;
	padding:0px;
	margin:0px;
	height:30px;
	background-color:#99FF99;
	text-align:center;
}
#navi a{
font-weight:bold;
	display:block;
	height:30px;
	color:#2d5821;
	margin:0px;
	text-decoration:none;
	text-transform: uppercase;
}
#navi a:link{
	color:#2D5821;
	background-color:#99ff99}
#navi a:hover{
	color:#ffffff;
	background-color:#006600
	}
	
	
	
#blog_year{
font-size:12px;
text-align:center;
margin-bottom:40px}

