@charset "UTF-8";

@import "reset.css";
@import "common.css";
@import "sori.css";


/*----------------------------------------------------------------------------
******************************************************************************
Container
******************************************************************************
----------------------------------------------------------------------------*/
.main{
	padding-top:20px;}
.navi{
	padding-top:10px;}
.contents{
	padding-top:8px;}

/*----------------------------------------------------------------------------
******************************************************************************
CSS for index
******************************************************************************
----------------------------------------------------------------------------*/

/* main img
--------------------------------------------------------------------------------------------*/
#mainImg{
	width:760px;
	margin:0 auto;
	background:url(../img/mainimg.jpg) 0 0 no-repeat;	}
#mainImg .left{
	width:180px;
	padding:10px;
	display:inline;}
#mainImg .right{
	width:560px;}

/* common
--------------------------------------------------------------------------------------------*/
.conBox{
	width:540px;}

/* unit1
--------------------------------------------------------------------------------------------*/
#unit1{
	margin-bottom:7px;}
#unit1 p{
	margin-bottom:10px;}

/* unit2
--------------------------------------------------------------------------------------------*/
#unit2{
	margin-bottom:10px;}
#unit2 h2{
	font-weight:bold;
	color:#d76e73;
	font-size:90%;
	margin-bottom:8px;}
#unit2 p{
	margin-bottom:15px;}
#unit2 p span{
	font-size:80%;}

/* unit3
--------------------------------------------------------------------------------------------*/
#unit3{
	padding:10px 0 2px !important;
	padding:10px 0 0;
	background-color:#efefef;
	margin-bottom:20px;}
#unit3 div{
	width:520px;
	margin:0 auto 10px;
	display:block;
	height:90px;
	background:url(../img/box.gif) 0 0 no-repeat;}
#unit3 div .left{
	padding:4px 0 0 4px;}
#unit3 div .right{
	width:290px;
	font-size:84%;
	margin-right:5px;
	padding-top:15px;}
#unit3 div p.clb{
	clear:both;
	font-size:1px;
	height:4px;
	display:block;
	width:520px;
	background:url(../img/box2.gif) 100% 100% no-repeat;}


.pink{
	font-weight:bold;
	color:#d76e73;
	font-size:120%;
	margin-bottom:8px;
}


