body{
margin-top:0px;
background-image:url(../image/common/back_main.gif);
font-size: 13px;
font-family: 'Lucida Grande', Arial, Verdana, Sans-Serif;
color: #333;
line-height: 1.3em;
text-align:center;
}

img{
border:none;
}

.imgover{
vertical-align:bottom;
}

#wrap{
margin:0 auto;
padding:0 1px;
width:800px;
background-image:url(../image/common/back_main2.gif);
background-repeat:repeat-y;
text-align:center;
}

/*----------------------------------------------------------------------------------------
0 :typography
---------------------------------------------------------------------------------------- */

a{
color:#FF3399;
text-decoration:none;
font-weight:bold;
}

a:hover{
color:#FFF;
background-color:#FF3399;
text-decoration:none;
}

#submenu a{
color:#333;
text-decoration:none;
font-weight:none;
}

#submenu a:hover{
color:#333;
text-decoration:underline;
font-weight:none;
}


/*h1～h6　plenty delate*/
h1,h2,h3,h4,h5,h6,p{
margin:0px;
padding:0px;
}


h1{
font-size:20px;
font-weight:bold;
line-height:1.5em;
}

h2{
font-size:14px;
font-weight:bold;
line-height:1.4em;
}

h3{
font-size:16px;
font-weight:bold;
line-height:1.5em;
}

h4{
font-size:13px;
font-weight:bold;
line-height:1.4em;
}

#footer{
font-size:93%;/*12px*/
}


/*color tag*/
.mini{
font-size:0.9em;
}

/*---------------------------------------------------------------------------------------- 
 1 :header
---------------------------------------------------------------------------------------- */
#header{
width:800px;
height:120px;
text-align:left;
margin:0px;
padding:0px;
}

/*---------------------------------------------------------------------------------------- 
	2 :Main image
---------------------------------------------------------------------------------------- */
#mainimage{
width:800px;
height:700px;
}

div img{
vertical-align:top;
}

/*---------------------------------------------------------------------------------------- 
	3:Main
---------------------------------------------------------------------------------------- */
#main{
position:relative;
width:800px;
left:0px;
}

/*layout*/
#main_contents{
margin:0px;
padding:20px;
text-align:left;
}

/*contents*/
/* ＊＊＊＊＊contents-LEFT＊＊＊＊＊ */
#main_l_padding{
padding:20px 20px 0px 10px;
}

.title{
display:block;
width:475px;
font-size:123.1%;/*16px*/
border-left:10px #FF3399  solid;
margin:0px 0px 10px 0px;
padding:5px 0px 5px 15px;
background-color:#eeeeee;
}
.subtitle{
display:block;
background-image:url(../image/common/icon_kurotitle.gif);
background-repeat:no-repeat;
background-position:left;
padding:10px 10px 10px 20px;
margin-top:10px;
}

#main_l_list{
text-align:left;
width:500px;
}

#main_l_list dt{
font-size: 0.9em;
color:#339999;
}

#main_l_list dd{
margin-left:0px;
margin-bottom:20px;
margin-top:3px;
}


#main_l_list ul{
padding:0px;
margin:10px 0px;
}

#main_l_list li{
padding:0px 0px 10px 0px;
list-style-type:none;
background-image:url(../image/top/tenten500.gif);
background-position:bottom;
background-repeat:no-repeat;
margin-left:0px;
margin-bottom:20px;
}
/* ＊＊＊＊＊contents-RIGHT＊＊＊＊＊ */
#main_r_padding{
display:block;
text-align:left;
padding:20px 10px 0px 0px;
}

.featurebox2{
width:260px;
text-align:center;
}

.featurebox{
border-bottom:#CCCCCC solid 5px;
border-top:#CCCCCC solid 5px;
border-left:#CCCCCC solid 1px;
border-right:#CCCCCC solid 1px;
width:258px;
height:70px;
margin-bottom:15px;
}

.box_left{
float:left;
width:50px;
height:60px;
margin:5px;
}

.box_left img{
padding:5px 0px;
}

.box_right{
float:right;
width:193px;
margin:5px 5px 5px 0px;
}


/*---------------------------------------------------------------------------------------- 
	5 :footer
---------------------------------------------------------------------------------------- */
#footer{
	clear:both;
	position:relative;
	width:780px;
	height:50px;
	left:0px;
	background-color:#F4F4F4;
	text-align:left;
	margin-top:40px;
	padding:10px;
}
/*---------------------------------------------------------------------------------------- 
	6 :pagetop
---------------------------------------------------------------------------------------- */
#goTop {
	float: right;
	position: fixed;
	width: 41px;
	height: 32px;
	bottom: 10%;
	right: 0;
	background: transparent url(../image/common/bt_pagetop.gif) top left no-repeat;
}
#goTop span {
	display: none;
}

