@charset "utf-8";
/*
ousho Style ver2009.0.01
*/
/** reset **/

body, div, h1, h2, h3, li, p, span , ul {
	margin: 0;
	padding: 0;
}
a img, img {
	border: 0;
}
h1, h2, h3 {
	font-weight: normal;
	font-size: 100%;
}
ul ,li {
	list-style: none;
}

/** common **/

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	background:#e3e2e3;
}

p {font-size: 77%}
h1 {
	font-size:77%;
	padding-left: 30px;
	color: #666;
}

/** box **/

#container
	{
	width:800px;
	margin: 0px auto;
	text-align:left;
	background:url(img/ousho_background.gif) repeat-y;
}

.leftbox
	{
	width:400px;
	float: left;
	overflow: hidden;
	margin-bottom:30px;
}
.rightbox
	{
	width:400px;
	float: left;
	overflow: hidden;
	margin-bottom:30px;
}

.singlebox
	{width: 100%;
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
	}
	
#footer{
	margin: 0 25px;
	background: url(img/ousho_topline.gif) repeat;
	color: #FFF;
	text-align:center;
	height :40px;
	line-height: 40px;
}

/** parts **/

#topimg{
	margin: 0 25px 5px 25px;
}

#header
	{
	overflow:hidden;
	background: url(img/ousho_topline.gif) repeat;
	color: #FFF;
	margin: 0 25px;
	height :40px;
	padding-left: 10px;
	line-height: 40px;
}
#header h2 {
	text-align:right;
	font-size: 77%;
	margin-top: -40px;
	padding-right:10px;
}
#header h2 span{
	font-size:180%;
	}

.photobox
	{
	margin-left: 30px;
	margin-top: 20px;
}
.txtbox{
	padding-right: 25px;
	padding-top: 220px;
	padding-left: 130px;
	}

.txtbox h3
{
	font-size: 77%;
	color: #C03;
	padding-bottom: 5px;
}
.txtbox p{
	
	line-height: 1.5em;
	color: #006;
	padding-bottom: 30px;
}
.txtbox ul{
	padding-bottom: 30px;
}
.txtbox li{
	font-size: 77%;
	line-height: 1.5em;
}

.single{
	padding-right: 30px;
	padding-left: 30px;
}

.single h3{
	font-size: 77%;
	color: #C03;
	margin-bottom: 10px;
}
.single p{
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.tablebox{
	margin: 0 25px;
}

table{
	font-size: 77%;
	padding: 5px 0;
}
table td{
	padding-bottom: 5px;
}
table td.photo{
	width: 220px;
}
table td.txt{
	padding-right: 5px;
	padding-left: 5px;
	line-height: 1.6em;
	width: 360px;
}
table td.price{
}
table td span{
	font-size:129%;
	color: #006;
}

