/* 
WHOLE BODY
-------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}

body {
    background-color: #e5cecc;
	margin: 0;
	padding: 0;
}

img a{	
	border:none;
}

a {
    color: #c33c5a;
}

a.toTop{
    font-size: 10px;
	color: #666;
	padding-left: 635px;
}



/*
BASE
-------------------------------------------------------------------*/
#base {
	width: 738px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	border-left: 1px solid #fc9c99;
	border-right: 1px solid #fc9c99;
}

table#center {
    width: 738px;
	margin: 0 auto;
	padding: 0;
	border-collapse: collapse;
}

/*
HEADER
-------------------------------------------------------------------*/
h1 {
    margin: 0 0 5px 0;
	text-align: center;
    padding: 2px 0;
	font-size: 11px;
	color: #999;
}

td.TopHeader a {
    margin: 0;
    width: 738px;
	height: 175px;
	float: left;
}



/*
IMAGES
-------------------------------------------------------------------*/
.img0 { height: 175px; background: url(img/0.jpg) no-repeat;}
.img1 { height: 327px; background: url(img/1.jpg) no-repeat;}
.img2 { height: 58px; background: url(img/2.jpg) no-repeat;}
.img3 { height: 501px; background: url(img/3.jpg) no-repeat;}
.img4 { height: 60px; background: url(img/4.jpg) no-repeat;}
.img5 { height: 347px; background: url(img/5.jpg) no-repeat;}
.img6 { height: 60px; background: url(img/6.jpg) no-repeat;}
.img7 { height: 80px; background: url(img/7.jpg) no-repeat;}
.img8 { height: 449px; background: url(img/8.jpg) no-repeat;}
.img9 { height: 1011px; background: url(img/9.jpg) no-repeat;}
.img10 { height: 60px; background: url(img/10.jpg) no-repeat;}


/*
BTN
-------------------------------------------------------------------*/
td a.click1 {
    margin: 0 0 0 43px;
    width: 180px;
	height: 55px;
	float: left;
}
td a.click2 {
    margin: 0 0 0 20px;
    width: 180px;
	height: 55px;
	float: left;
}
td a.aff {
    margin: 0 0 0 15px;
    width: 254px;
	height: 55px;
	float: left;
}

td.btn a {
    margin: 0;
	width: 738px;
	height: 60px;
	float: left;
}


/*
TEXT
-------------------------------------------------------------------*/
.textOut { text-indent: -7777px;}

tr.img3 td dl {
    width: 465px;
    height: 320px;
	margin: 140px 0 0 70px;
	/margin: 140px 0 0 75px;
	float: left;
}
tr.img3 td dt {
    width: 140px;
	margin-left: 10px;
	float: left;
}

tr.img3 td dd {
    width: 160px;
    height: 160px;
	margin: 90px 0 0 210px;
	/margin: 155px 0 0 205px;
	float: left;
	/float: ;
}

tr.img5 td dl {
    width: 250px;
    height: 100px;
	margin: 215px 0 0 90px;
	/margin: 185px 0 0 85px;
	float: left;
}
tr.img5 td dt {
    width: 100px;
	margin: 0 10px;
	/margin: 0 9px;
	float: left;
}


/*
kuchikomi
-------------------------------------------------------------------*/
tr.img8 td dl{
    width: 654px;
    height: 449px;
	margin: 0 0 0 42px;
}

tr.img8 td dt {
     width: 300px;
     height: 449px;
	 margin: 0 10px;
    /margin: 0 0 0 10px;
    float: left;
}
tr.img8 td.Right {
     width: 300px;
     height: 449px;
    margin: 0 44px 0 0;
    float: right;
}

tr.img8 td p {
    height: 20px;
    font-size: 13px;
    font-weight: bold;
	line-height: normal;
	padding-left: 10px;
	margin: 15px 0 10px 0;
	border-left: 20px solid #95806d;
	border-bottom: 1px dotted #ccc;
}

.pink{ color: #fe6a82;}


/*
ABOUT.html
-------------------------------------------------------------------*/
#header {
    width: 738px;
	height: 110px;
	background-image: url(img/header.jpg);}
#header a {
    margin: 0;
    width: 738px;
	height: 110px;
	float: left;
}

#cont {
    width: 640px;
	margin: 0 0 0 50px;
}

h2 {
    clear: both;
	font-size: 14px;
	color: #3E3E3E;
	line-height: 30px;
	width: 620px;
	height: 30px;
	margin: 20px 0;
	padding: 0 0 0 20px;
	border-left: 10px solid #95806d;
	border-bottom: 1px dotted #fc9c99;
}

#cont ul {
    margin: 0 0 0 35px;
}

#cont li{
    list-style-position: inside;
	list-style: none;
}

#cont ul.L {
    padding: 0 0 0 35px;
}

#cont li.link1 {
    list-style-position: inside;
	list-style: decimal;
}


/*
link.html
-------------------------------------------------------------------*/



/*
copyright:footer
-------------------------------------------------------------------*/
p#menu {
    margin: 40px 0 3px 0;
	text-align: center;
}

p#menu a {
    margin: 0 5px;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
p#menu a:hover {
    text-decoration: underline;
}

address {
    clear: both;
	font-style: normal;
	color: #fff;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 5px 0px;
	display: block;
	background-color: #95806d;
	font-size: 11px;
}


