﻿@charset "utf-8";


/* about common */
/* -------------------------------------------------------- */

/* layout */

#contents {
	width:810px;
	margin-left:15px;
	background:url(../img/bg_contents.gif) repeat-y left top;
}

#main {
	width:620px;
	float:right;
}

#side {
	width:165px;
	padding-top:10px;
	background:url(../img/bg_side.gif) no-repeat left top;
	float:left;
}


#page-summary {
	margin-bottom:30px;
}

/* side-navi */

#side-navi li {
	margin-bottom:5px;
	padding:0 10px 5px 10px;
	border-bottom:solid 1px #d0d0d0;
	float:left;
}
#side-navi li.last {
	margin-bottom:0;
	padding:0 10px;
	border-bottom:0;
}

#side-navi:after, .box4:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
#side-navi, .box4 { display: inline-block; }
/* no ie mac \*/
* html #side-navi, * html .box4 { height: 1%; }
#side-navi, .box4 { display: block; }
/* */


/* add-box */

.add-box {
	width:620px;
	padding-top:18px;
	background:url(../../common/img/bg_01a.gif) no-repeat left top;
}
.add-box-inner {
	padding:0 20px 18px 20px;
	background:url(../../common/img/bg_01b.gif) no-repeat left bottom;
}
.add-box h4 {
	margin-bottom:15px;
}


/* box1 */

.box1 {
	margin-bottom:40px;
}
.box1 h4 {
	margin-bottom:18px;
}
.box1 p {
	margin-bottom:18px;
}


/* box2 */

.box2 {
	width:620px;
	padding-top:18px;
	background:url(../../common/img/bg_01a.gif) no-repeat left top;
}
.box2-inner {
	width:620px;
	padding-bottom:18px;
	background:url(../../common/img/bg_01b.gif) no-repeat left bottom;
}
.box2 h4 {
	margin:0 20px 20px 20px;
}
.box2a h5,
.box2a p {
	margin-bottom:20px;
}
.box2a .line {
	padding-bottom:20px;
	border-bottom:solid 1px #d7d7d7;
}

.box2a {
	width:580px;
	margin:0 20px;
}
.box2a .lbox {
	width:275px;
	float:left;
}
.box2a .rbox {
	width:275px;
	float:right;
}

.box2b {
	padding:18px 20px 0 20px;
	border-top:solid 1px #d7d7d7;
}
.box2b h4 {
	margin:0 0 15px 0;
}


/* box3 */

.box3 {
	padding-bottom:15px;
}
.box3 h4,
.box3 h5,
.box3 p {
	margin-bottom:20px;
}
.box3 h5 {
	font-weight:normal;
	color:#03694e;
	font-size: 12px;
}
.box3 .line {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:solid 1px #d7d7d7;
}
.box3 .text {
	margin-left:25px;
}

.box3 .lbox {
	width:295px;
	float:left;
}
.box3 .rbox {
	width:295px;
	float:right;
}


/* box4 */

.box4 {
	margin-bottom:15px;
	padding-bottom:15px;
}
.box4-line {
	border-bottom:solid 1px #d7d7d7;
}
.box4 .lbox {
	width:160px;
	float:left;
}
.box4 .rbox {
	width:140px;
	float:right;
}

.box4 h4 {
	font-size:10px;
	font-weight:normal;
	margin-bottom:8px;
}
.box4 h4 span {
	color:#03694e;
}
.box4 .img-box {
	width:138px;
	height:100px;
	margin-bottom:15px;
	border:solid 1px #d7d7d7;
	overflow:hidden;
}
.box4 p {
	width:105px;
	margin-left:35px;
}

.box5-line {
	border:solid 1px #d7d7d7;
	padding:15px;
	text-align:center;
	line-height:150%;
}


/* memberlist */

.memberlist {
	line-height:120%;
	margin-bottom:25px;
}
.memberlist li {
	width:186px;
	height:2.5em;
	margin-bottom:8px;
	padding-left:20px;
	background:url(../img/icon_01.gif) no-repeat 7px 5px;
	float:left;
}
.memberlist a {
	color:#444444;
	text-decoration:underline;
}
.memberlist a:hover {
	color:#444444;
	text-decoration:none;
}

.memberlist:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.memberlist { display: inline-block; }
/* no ie mac \*/
* html .memberlist { height: 1%; }
.memberlist { display: block; }
/* */