@charset "utf-8";

/*====================================================================

index.css

======================================================================

	01.greet
	02.info
	03.3box
	04.dodbox

=====================================================================*/

/*  body
-----------------------------------------------------*/
body {
	background: url(../img/bg_body.gif) repeat-x 0 0;
}

/*  main
-----------------------------------------------------*/
#main {
	margin: 0 auto;
	background: url(../img/bg_main.jpg) no-repeat center 77px;
	width: 100%;
}

/*  container
-----------------------------------------------------*/
#container {
	padding-top: 33px;
}

/*  h3
-----------------------------------------------------*/
#contents h3 { margin-bottom: 17px;}

/*--------------------------------------------------------------------
    01.greet
--------------------------------------------------------------------*/
#greet {
	margin-bottom: 40px;
	margin-left: 47px;
	width: 590px;
}

#greet p {
	margin-bottom: 15px;
}
#greet img.right {
	margin-left: 20px;
}

/*  greet_box
-----------------------------------------------------*/
.greet_box {
	margin-top: 25px;
	margin-bottom: 10px;
	background: url(../img/bg_greet_box.gif) no-repeat 0 0;
	width: 590px;
	height: 110px;
}
.greet_box p {
	padding-top: 20px;
	padding-left: 25px;
	width: 400px;
	color: #096bb6;
	font-weight: bold;
}


#greet:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*--------------------------------------------------------------------
    02.info
--------------------------------------------------------------------*/
#info {
	margin-left: 47px;
	margin-bottom: 30px;
	background: url(../img/bg_info.gif) repeat-y 0 0;
	border-bottom: 1px solid #aec18d;
	width: 590px;
}

#info img {
	margin: 0 auto 10px;
}

#info p {
	padding: 0 20px 20px;
}
#info img.center { margin-bottom: 20px;}


/*--------------------------------------------------------------------
    03.3box
--------------------------------------------------------------------*/
#box3 {
	margin: 0 0 1px 47px;
	background: url(../img/bg_3_box.gif) repeat-y 0 0;
	width: 587px;
}

#box3 div {
	border-bottom: 1px solid #b9b9b9;
	width: 195px;
	height: 140px;
}
#box3 div.left { margin-right: 1px;}

#box3 div h4 { margin-bottom: 10px;}
#box3 div p {
	padding-left: 10px;
	margin-bottom: 5px;
}

#box3 div ul {
	padding-left: 15px;
	width: 175px;
}

#box3 div ul li {
	padding-left: 17px;
	background: url(../img/icon_list01.gif) no-repeat 0 4px;
	padding-bottom: 3px;
}


#box3:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/*--------------------------------------------------------------------
    04.dodbox
--------------------------------------------------------------------*/
.dodbox {
	margin: 0 0 0 47px;
	border: 1px solid #b9b9b9;
	background: url(../img/bg__dod_box.gif) repeat 0 0;
	width: 585px;
}

.dodbox p { padding: 12px 15px 10px;}

.dodbox div {
	margin: 0 auto 15px;
	width: 490px;
}

.dodbox div:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

