@charset "utf-8";

/*-------------------
	default
-------------------*/

* {
	margin:0;
	padding:0;
}

img {
	border:0;
}


/*-------------------
	general
-------------------*/

strong.red {
	color:#CB0000;
}

.small {
	font-size:85%;
}

.strong_ttl{
	font-weight:bold;
}

/*-------------------
	layout
-------------------*/

body {
	text-align:center;
	background:white url(../common/bg.jpg) repeat-x;
	font-size:12px;
	line-height:1.6;
}

#all {
	width:770px;
	background:url(../common/bg_all_bg.gif) repeat-y;
	margin:0 auto;
}

#container {
	background:url(../common/bg_container_bg.jpg) no-repeat;
	text-align:left;
	padding:0 25px;
}


/*-------------------
	head
-------------------*/

#head {
	zoom:1;
	margin-bottom:1px;
}

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

#head h1,
#head ul#gnavi,
#head p {
	float:left;
}

#head ul#headMenu {
	float:right;
}

#head ul {
	font-size:1px;
	line-height:0;
	list-style-type:none;
}

#head li {
	display:block;
	float:left;
}


/*-------------------
	side
-------------------*/

#side {
	width:135px;
	float:left;
	padding-bottom:15px;
}

#side ul {
	font-size:1px;
	line-height:0;
	list-style-type:none;
}

#side ul#menu li {
	margin-bottom:1px;
}

#side ul#menu li.first {
	background:url(../common/side_top.gif) no-repeat;
	padding-top:15px;
}


#side ul#bnr li {
	margin:5px 0 0;
}

#side ul#bnr2 li {
	margin:0 0 5px 0;
}

#side ul#bnr2 li.first {
	background:url(../common/side_top.gif) no-repeat;
	padding-top:15px;
}


/*-------------------
	foot
-------------------*/

#foot {
	clear:both;
	border-top:1px solid #CCCCCC;
	padding:10px 0 30px;
}

#foot p#copyright {
	float:left;
}

#foot ul {
	font-size:1px;
	line-height:0;
	list-style-type:none;
	float:right;
}

#foot li {
	display:inline;
	margin-left:18px;
}


/*-------------------
	main
-------------------*/

#main {
	width:570px;
	float:right;
	padding-top:15px;
}

/* anchor */

#main p.anchor {
	text-align:center;
	margin-bottom:15px;
}

/* table.unit */

#main table.unit {
	width:100%;
	margin-bottom:15px;
	background:#F0F0F0;
	border-collapse:collapse;
	float:left;
}

#main table.smallUnit {
	width:280px;
	height:130px;
	margin-bottom:15px;
	background:#F0F0F0;
	border-collapse:collapse;
	float:left;
} 

#main table.left {
	margin-right:10px;
} 


#main table.unit td.img {
	padding:0;
	vertical-align:top;
	width:180px;
}

#main table.unit td.text {
	width:390px;
}

#main table.unit td.text,
#main table.smallUnit td.text {
	vertical-align:top;
}

#main table.unit td.text h3,
#main table.smallUnit td.text h3 {
	margin:15px;
}

#main table.unit td.text p,
#main table.smallUnit td.text p {
	margin:0 15px;
	line-height:1.5;
}

#main table.unit td.text p.hr {
	margin:10px 0 10px 15px;
}

#main table.unit td.text p.btn {
	margin:5px 15px;
}

#main table.smallUnit td.border {
	height:3px;
}

