@charset "UTF-8";
/*////////////////////////////////////////////////////////////
/* general.css */

/*------------------------------------------------------------
	1. layout
-------------------------------------------------------------*/
body {
	width: 100%;
	text-align: center;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 700px;
	padding-right: 4px;
	padding-left: 4px;
	background:url(../img/contents_bg.png) repeat-y;
}

/*------------------------------------------------------------
	2. header
-------------------------------------------------------------*/
#header {
	width: 700px;
	background: url(../img/header_bg.jpg) no-repeat;
	height: 70px;
}

#header .left {
	width: 105px;
	float: left;
	padding-top: 9px;
	padding-left: 30px;
}

#header .right {
	width: 85px;
	float: right;
	padding-top: 15px;
	padding-right: 26px;
}

/*------------------------------------------------------------
	3. contents
-------------------------------------------------------------*/
#contents {
	margin: 0 18px;
}

/* title */
#contents .title {
	text-align: center;
	margin-top: 32px;
}

#contents .title h1 {
	margin-bottom: 15px;
}

#contents .title p {
	margin-bottom: 36px;	
}

/* form */
#contents .section {
	float: left;
	text-align: center;
}

#contents .section .text {
	height: 92px;	
}

#contents .section h3 {
	margin-top: 10px;
	margin-bottom: 21px;
}

#contents .section .btn {
	margin-top: 19px;	
}

/* email */
#contents #email {
	width: 220px;	
}

/* fax */
#contents #fax {
	width: 221px;
	padding-left: 1px;
	background: url(../img/line.gif) repeat-y;
}

/* post */
#contents #post {
	width: 221px;
	padding-left: 1px;
	background: url(../img/line.gif) repeat-y;
}

/* round */
#contents .round {
	width: 640px;
	margin: 27px 11px 0 11px;
	font-size: 93%;
}

#contents .round .inner {
	background-color: #eaeff2;
	padding: 0 24px 20px 24px;
}

#contents .round h4 {
	padding-top: 20px;
	padding-bottom: 5px;
	font-weight: bold;	
}

#contents .round .link {
	margin-top: 5px;
}

#contents .round .link a {
	color: #555;
	text-decoration: none;
	display:-moz-inline-box;/* for firefox2 */
	display: inline-block;
	background:url(../img/icon_link.gif) no-repeat left;
	padding-left: 20px;
	height: 16px;
	line-height: 16px;
}

#contents .round .link span {
	color: #2873ad;
}

#contents .round .item {
	text-indent: -4.8em;
	margin-left: 5em;
}

#contents .round .attention {
	text-indent: -1em;
	margin-left: 1em;
}
/*------------------------------------------------------------
	4. footer
-------------------------------------------------------------*/
#footer {
	text-align: center;
	padding: 14px 0 11px 0;
}