@charset "UTF-8";
/*初期設定*/

*{
  margin:0;  padding:0;
} 


body {
	font-size:89%;
	font-family:"verdana", "Osaka", "Meiryo", "ＭＳ ゴシック", "MS Gothic", "Sans-Serif";
	color:#333;
	line-height:1.5;
	background-image: url(img/background-img.gif);
}


img,a img{
  vertical-align:bottom;
  border:none;
  background:transparent;
}

p , h1 { 
padding: 0.5em 10px 0.5em 10px ;
font-size:1em;
font-weight: normal;
 }


th,td{
  vertical-align:top;
  font-weight:normal;
  text-align:left;
}

a {
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}



/*全体*/


div#container_back {
	width: 820px;
	margin:0 auto;
	background-image: url(img/allback_shadow.gif);
	background-repeat: repeat-y;
	padding: 0px;
}

div#container {	width: 800px; 	margin:0 auto;}




div#contents_right {
	float: right;
	width: 250px;
}

div#contents_left {	
float: left;	
width: 532px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #339900;
	padding-right:10px;
}

.clear {
	clear: both
}

.clear hr {
	display: none
}

/*  お知らせ　*/
.info_image {
margin-right :10px;
float:left;
}

h2 {
font-size:1em;
font-weight: normal;
}



/*　WEBコミック　*/

div#webcomic {
	background-color: #FFFFFF;
	background-image: url(img/webcomic_background.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
div#webcomic_new {
	background-image: url(img/webcomic_new_back.png);
	background-repeat: no-repeat;
	padding: 14px 0px 0px 100px;
	height: 81px;
	width: 530px;
	font-size:1.2em;
}

div#webcomic_backno_list {
	margin-left: 10px;
}

/*　G１予想　*/

div#expect_title {
	background-image: url(img/expect_title.jpg);
	height: 138px;
	width: 530px;
}

h3#expect_race  {
	color: #FFFFFF;
	font-size:1em;
	width: 210px;
	padding : 30px 0 0 310px;
}

div#expect_comment {
	background-image: url(img/expect_background.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 530px;
}



.expect_comment td {
border-bottom : solid 1px #999999;
padding-right :5px;
}

.expect_comment td.comment {
border-left : solid 3px #999999;
padding-left:5px;
}


div#expect_result {
margin :  1em 0
}

.first {
	font-size: 1.6em;
	font-weight: bold;
	color: #FF0000;
	padding-right: 6px;
	padding-left: 3px;
}
.second {
	font-size: 1.2em;
	font-weight: bold;
	color: #003399;
	padding-right: 6px;
	padding-left: 3px;
}

.third {
	font-weight: bold;
	padding-right: 6px;
	padding-left: 3px;
}

h3.racetitle {
	font-weight: bold;
	color: #996600;
	margin-top: 5px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #339900;
	font-size: 1.4em;
	padding-left: 10px;
	padding-bottom: 5px;
}

p.expect_year {
	font-size: 80%;
	margin-top: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #339900;
	text-align: center;
}



/*　単行本　*/
img.comics {	 
display: block;
border: 1px solid #CCCCCC; 
margin-right :5px;
}

div.comics_info {
font-size:80%;
}


/*　壁紙　*/

img.wallpaper {
display: block;
border: 1px solid #CCCCCC;

}
.wallback {
	background-image: url(img/wall_shadow.png);
	height: 180px;
	width: 240px;
	background-repeat: no-repeat;
	margin-left: 10px;
}
.pageback {
	float: right;
}


/*　インタビュー　*/

.iv {
	width: 620px;
	margin: 0px auto;
}

.iv dt{
	margin-top: 10px;
	margin-bottom: 5px;
}

.qa{
	background-color: #FFFFCC;
	padding: 3px;
}


.iv dd{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #006600;
	list-style-position: outside;
	list-style-image: url(img/iv_icon.gif);
	display: list-item;
	margin-left: 36px;
}
.iv h3 {
	font-size: large;
	color: #000000;
	border-bottom:solid 1px #339966;
	border-left: solid 5px #339966;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#next-b {
	padding: 3px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.iv .cut {
	margin: 5px;
	border: 1px solid #CCCCCC;
	display: block;
	padding: 2px;
	float: right;
}
