/*　タグ初期化　*/

p {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 0;
}

/*　基本設定　*/

body {
	background: url(images/top_bg.jpg) repeat-x;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
 }
	 
img {
	border: 0;
	vertical-align: top;
}

ul,li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


#wrapper {
	background:url(images/top_mainimg.jpg) no-repeat;
	background-position: top center;
	margin-left: auto;
	margin-right: auto;
}

#yodogawa {
	color: #444;
	padding: 323px 0 0 0;
	line-height: 1.5;
}
		
a:link {
	color: #2c96ef;
	text-decoration: none;
}
		
a:visited {
	color: #87bedb;
	text-decoration: none;
}
		
a:hover {
	color: #feaa31;
	text-decoration: none;
}
		
#foot {
	margin: 0 auto 0 auto;
}
		
/*　タイトル　*/

h1 {
	width: 580px;
	padding: 50px 0 0 0;
	font-size: 16px;
	font-weight: bold;
}

.title {
	width: 580px;
	height: 91px;
	margin: 0 0 20px 0;
	background:url(images/title_bg.gif) no-repeat center top;
}
		
/*　フォントサイズ　*/

.text12 {
	font-size: 12px;
	line-height: 1.4;
}

.text11 {
	font-size: 11px;
	line-height: 1.4;
}

.text10 {
	font-size: 10px;
	line-height: 1.3;
}

.vol {
	font-size: 11px;
	color: #fa9402;
}




#contents01 {
	width: 600px;
	margin: 20px auto 0 auto;
}
#contents01 {
	background: url(images/top_con1_bgtop.gif) no-repeat center top;
	padding-top:19px;
}
#contents01 #main {
	background: url(images/top_con1_bgbottom.gif) no-repeat center bottom;
	padding-bottom:24px;
}
#contents01 #main ul {
	background: url(images/top_con1_bgtleft.gif) repeat-y left top;
	height: auto;
	overflow: hidden;
}
#contents01 #main li:first-child {
	width: 280px;
	padding-left: 20px;
	padding-right: 0;
	float: left;
}
#contents01 #main li {
	background: url(images/top_con1_bgright.gif) repeat-y right top;
	padding-right: 20px;
}

		
#contents02 {
	width: 580px;
	margin: 20px auto 0 auto;
}
#contents02 ul {
	height: auto;
	overflow: hidden;
}
#contents02 li {
	float: left;
	margin-left: 50px;
}
#contents02 li:first-child {
	margin-left: 0;
}
#contents02 li img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
#contents02 li a span {
	display: block;
	background: url(images/top_point03.gif) no-repeat left 5px;
	width: 150px;
	margin-top: 5px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 1.4em;
	text-align: left;
}


#backnumber {
	width: 600px;
	margin: 20px auto 20px auto;
}
#backnumber h1 {
	width: 600px;
	margin: 0 0 20px 0;
}
#backnumber ul {
	letter-spacing: -0.38em;
}
#backnumber li {
	width: 135px;
	margin-right: 10px;
	margin-bottom: 10px;
	/* inline-block */
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	letter-spacing: 0;
}
#backnumber li a span {
	display: block;
	width: 135px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.4em;
	text-align: center;
}
#backnumber li a span + span {
	margin-top: 0;
}
#backnumber li img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
#backnumber li a span.vol {
}


.opc a:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}











/*  index2.html  */
#archive #backnumber {
	width: 550px;
}
#archive #backnumber ul {
	text-align: center;
}