/*-----------------------------------------------
__CSS infromation

Site URL:		http://wing-of-heart.jugem.jp/
Summary:		Blog style
Created:		2008-06-09
Last update:	2008-06-10 by nob
Author:		nob

Order of description

-Search Key"__"+"id Name of Class Name"

/__Á´ÂÎÀßÄê
/__wrapper				(div#wrapper)
/__layout				(div#layout)
/__container			(div#container)
/__header				(div#header)
/__menu				(div#menu)
/__main				(div#main)
/__footer				(div#footer)

----------------------------------------------*/

/*-----------------------------------------------
__Default_style_clear
----------------------------------------------*/

*{
	margin:0;
	padding:0;
}

body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
}


html{
	overflow-y: scroll;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight:normal;
}

p{
	margin: 0;
}

ol,ul{
	list-style-type: none;
}

li{
	list-style-type: none;
}

fieldset,img{
	border: 0;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

caption,th{
	text-align: left;
}

address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
}

/*------------------------------------------------- 
__Á´ÂÎÀßÄê
 -------------------------------------------------*/

html{
	font-size: 62.5%;
}

body{
	font-family:"Palatino Linotype","Palatino","MS UI Gothic","¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "£Í£Ó ¥´¥·¥Ã¥¯", "Osaka¡¾ÅùÉý";
	margin-bottom:10px;
	line-height:1.5;
	text-align: center;
	color:#666;
}

h1{
	font-size: 2em;
}

h2{
	font-size: 1.2em;
}

h2{
	font-size: 1.1em;
}

p{
}

.others_1{
	border-right:1px solid #EEE;
}

.others_2{
	padding-left:5px;
}

.others_3{
	padding-left:5px;
}

a{color: #999; text-decoration: none; }
a:link{color: #999; text-decoration: none; }
a:visited{color: #AAA; text-decoration: none; }
a:active{color: #AAA; text-decoration: none; }
a:hover{color: #333; text-decoration: none; }

/*-----------------------------------------------
__wrapper
----------------------------------------------*/

#wrapper{
	width:73em;
	margin:0 auto;
	text-align:left;
}

/*-----------------------------------------------
__layout
----------------------------------------------*/

#layout{
	float:left;
	width:73em;
	background-color:#FFF;
}

*-----------------------------------------------
__container
----------------------------------------------*/

#container{
	clear:left;
	margin:10px 0;
	background-color:#EEE;
}

/*-----------------------------------------------
__header
----------------------------------------------*/

#header{
	width:73em;
	background-color:#FFF;
}

#header .h_top{
	padding:30px 10px 15px 20px;
}

#header .h_top .site_title{
	clear:left;
	padding-bottom:5px;
	font-size:2em;
	color:#333;
}

#header .h_top .description{
	font-size:0.9em;
	padding-bottom:10px;
	color:#999;
}

#header .h_top .others{
	font-size:0.9em;
	border:none;
}

#header .h_top .others ul{
	padding-bottom:25px;
}

#header .h_top .others li{
	float:left;
	margin-right:10px;
}

#header .h_top .site_title a{color: #333; text-decoration: none; }
#header .h_top .site_title a:link{color: #333; text-decoration: none; }
#header .h_top .site_title a:visited{color: #333; text-decoration: none; }
#header .h_top .site_title a:active{color: #333; text-decoration: none; }
#header .h_top .site_title a:hover{color: #999; text-decoration: none; }

/*-----------------------------------------------
__menu
----------------------------------------------*/

#menu{
	float:left;
	width:23.5em;
	padding-top:40px;
	margin-bottom:15px;
}

#menu .menu_title{
	padding:0 30px 10px 15px;
	font-size:1.2em;
	color:#AAA;
}

#menu .menu_title p{
	line-height:normal;
	padding-left:5px;
	border-bottom:1px solid #EEE;
}

#menu .menu_title p:first-letter{
	font-size:150%;
	font-weight:bold;
	color:#666;
}

#menu .menu_text,#menu .menu_recommend,#menu .menu_tb{
	padding:0 25px 25px 20px;
	font-size:1em;
	line-height:1.8;
}


#menu .menu_text a,#menu .menu_tb a{
}

#menu .menu_text,#menu .menu_recommend{
	clear:right;
	width:190px;
}

#menu .menu_text{
	margin-bottom:10px;
}

#menu .menu_tb{
	margin-bottom:10px;

}

#menu .menu_text p,#menu .menu_tb{
	font-size:0.8em;
}

#menu .menu_recommend img{
	float:right;
	margin-right:10px;
	margin-bottom:15px;

}

#menu .menu_recommend p{
	float:left;
}

#menu .ad{
	padding:0 15px 15px 15px;
}


/*-----------------------------------------------
__main 
----------------------------------------------*/

#main{
	float:right;
	width:48.5em;
	padding-top:30px;
	margin-bottom:15px;
}

#main .entry_navi{
	float:left;
	width:42em;
	font-size:1em;
	padding-bottom:20px;
}

#main .entry_navi ul{
	margin-left:15px;
}

#main .entry_navi ul li{
	float:left;
	padding-right:5px;
}

#main .entry{
	clear:left;
	padding:0 15px 15px 15px;
}

#main .entry_title{
	padding-bottom:10px;
	font-size:0.9em;
	color:#AAA;
}

#main .entry_title h2{
	padding-left:5px;
	border-bottom:1px solid #EEE;
	color:#AAA;
}

#main .entry_title h2:first-letter{
	font-size:180%;
	font-weight:bold;
	color:#666;
}

#main .entry_date{
	padding-left:5px;
	padding-bottom:10px;
}

#main .entry_body{
	padding-left:5px;
	padding-bottom:10px;
	font-size:1em;
}

#main .entry_author{
	padding-top:10px;
	padding-left:5px;
	padding-bottom:15px;
}

#main .entry_author p{
	font-size:1.1em;
}
#main .entry_state{
	padding-left:5px;
	padding-bottom:35px;
}

#main .entry_state ul{
	font-size:1em;
}

#main .entry_state ul li{
	float:left;
	padding-right:10px;
}

#main .navi{
	padding-bottom:15px;
	font-size:1.0em;
}

#main .navi_ct{
	float:left;
	padding-right:5px;
}

/*-----------------------------------------------
__footer
----------------------------------------------*/

#footer{
	clear:both;
	width:73em;
	height:65px;
	margin:0 auto;
	font-size:1em;
}

#footer .top{
	position:relative;
	top:-10px;
	padding-left:60px;
	font-size:1.2em;
}

#footer .copyright{
	text-align:center;
}