@import "http://";
@charset "utf-8";

p {
color:#333333;
	line-height: 1.9;
	text-align: justify;
	text-justify: distribute;
}




img {border: 0;	vertical-align: bottom;}


#out {
	font-size: 13px;
	*font-size: small; /* IE7 */
	*font: x-small; /* IE6 */
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	margin:10px 0 10px 0;
	text-align: left;
	letter-spacing: 0.02em;
	width:550px;
}

/***** Link styles
*******************************************/
/*
#out a {text-decoration: none;}

#out a:link {
	color: #cccccc;
	border-bottom: 1px solid #cccccc;
}

#out a:visited {
	color: #56AEE1;
	border-bottom: 1px solid #56AEE1;
}

#out a:hover {
	color: #337ED2;
	border-bottom: 1px solid #337ED2;
}

/***** layout styles
*******************************************/
#content_head {
	height:70px;
	text-align: left;
	margin:0px auto 20px auto;
	padding:25px;
	border-bottom: 3px solid #000000;
}


#menu  {
	text-align:right;
	font-size:87%;
	color:#CCCCCC;
}

#day{background:#EFEFEF;height:20px;width:545px;border-color:#C752C7;border-width:0 0 3px 0;border-style:solid;}


h1 {
	font-size: 100%;
	color:#FFFFFF;
	font-weight:normal;
	padding-left:15px;
}

h2 {
	font-size: 100%;
	font-weight:bold;
}

h3 {
	font-size: 130%;
	font-weight:bold;
	color:#FF0033;
	margin:0em 0 1em 0;
	padding:0 0 0 10px;
	border-left: 3px solid #C752C7;
}

h4 {
	font-size: 130%;
	font-weight:bold;
	margin:2.5em 0 1em 0;
	padding:0 0 5px 10px;
	border-bottom: 1px solid #cccccc;
}

#content_main{
	letter-spacing: 0.1em;
	margin:0 0.25em;
	padding:0;
	line-height: 1.9;
}

#content_main ul {
	margin:0 5px 5px 0;
	padding: 3px;
	list-style: circle;
}

#content_main li {
	margin: 0.5em 0 0.5em 1.5em;
	letter-spacing: 0.02em;
	padding: 0.3em 0 0.3em 0.1em;
}


#content_bottom {
	border-top: 1px solid #cccccc;
	line-height: 1.9;
	text-align: center;
	letter-spacing: 0.1em;
}


/*　　エントリー一覧ページ用　　*/
#entry{
float:left;
width:560px;
margin-bottom:10px;
padding-bottom:10px;
border-bottom: 2px solid #666666;
}

#entry a{color:#333333;
text-decoration:none;}
#entry a:hover {
text-decoration:underline}


#entry_gal{
float:left;
width:130px;
margin:auto;
padding:0 5px 0 5px;
text-align:center
}

/*投票ボタン*/
p.entry_button a{background-image: url(images/touhyou_button.gif);display:block;width:90px;height:20px;margin:auto}
p.entry_button{margin:0}
p.entry_button a:hover	{background-position: left bottom}
p.entry_button img{border:none
}
