﻿/* basic CSS Document */


/*------------------------　全体設計　------------------------*/
body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #434343;
	line-height: 1.4;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(./hp1/back.gif);
	background-position: center;
}

img{
	border:0px;
}

a{
	color: #4878b3;
	text-decoration:none;
}

a:hover{
	color: #ff3333;
	text-decoration:none;
}


/*------------------------　マンガページ設定　------------------------*/
#all{
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	display: block;
}
#top{
	width: 900px;
	height: 70px;
	background-image:url(./hp1/top.gif);
	background-repeat: no-repeat;
}

#manga{
	width: 900px;
	height: 1630px;
	background-image:url(./hp1/uk-manga.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
#toiawase{
	width: 900px;
	height: 70px;
	text-align: center;
}

#bottom{
	width: 900px
	height: 30px;
	text-align: center;
	clear:both;
}

/*----------　マンガページ詳細設定　----------*/
/*--　top　リンクトップ　--*/
.top-top{
	float: left;
	padding-top: 10px;
}
/*--toiawase　問合せ--*/
.toiawase-banner a{
	display: block;
	width: 800px;
	height: 50px;
	background-image:url(./hp1/toiawase-banner.gif);
}
.toiawase-banner a:hover{
	background-image:url(./hp1/toiawase-banner-ro.gif);
}
html>/**/body .toiawase-banner{
	padding-left: 50px;
}
/*--　bottom　コピーライト--*/
.copyright{
	background-image: url(./hp1/top-bottom.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height:2.5;
}
