/* ---------------------------------------------------------

Cascading Style Sheets
File Name  : contents.css

--------------------------------------------------------- */


/* tag -------------------------------------------------------------- */

* {margin: 0px;padding: 0px;}

body {
	color: #333;
	font-size: 12px;
	background: #FFFFFF;
	line-height: 1.4;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 {font-size: 100%;}
img {border: 0px;}
table {font-size: 100%;line-height: 100%;}
li {list-style: none;}
textarea{font-size: 100%;}
label {cursor: pointer;}
option { padding-right:0.5em;}
iframe {padding: 0;margin: 0;}


a:link,
a:hover,
a:visited {
	background-color: transparent;
}


/* tag -------------------------------------------------------------- */


/* h1
--------------------------------------------------------------------- */
h1 {
	width: 837px;
	margin: 0 auto;
	text-align: right;
	font-size: 11px;
	color: #666666;
	padding: 2px 0;
	font-weight: normal;
}



/* head text
--------------------------------------------------------------------- */

#head_text {
	margin: 0 auto;
	width: 817px;
	text-align: right;
}

#head_text h1 {
	margin: 0 auto;
	width: 817px;
	text-align: right;
}


/* header
--------------------------------------------------------------------- */

#header {
	padding-bottom: 2px;
	border-bottom: 5px solid #00A6B2;
}

#header div {
	margin: 0 auto;
	text-align: left;
	width: 867px;
	zoom: 1;
}

#header div:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0; 
	visibility: hidden;
}

#header div p.logo {
	float: left;
	width: 254px;
}

#header div p.tel {
	float: right;
	width: 204px;
}


/* wrapper
--------------------------------------------------------------------- */

#wrapper {
	width: 787px;
	text-align: left;
	margin: 0 auto;
	background: url(../img/wrapper_bg.jpg) repeat-y center center;
	padding: 0 30px 10px;
	zoom: 1;
}

#wrapper:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0; 
	visibility: hidden;
}

/* main
--------------------------------------------------------------------- */

div#main {
	float: left;
	width: 540px;
	margin-left: 10px;
	_margin-left: 5px;
	zoom: 1;
}

div#main:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0; 
	visibility: hidden;
}

div#main p {
	clear: both;
}

div#main b {
	padding: 12px 8px;
	background: #D0EDFF;
	font-size: 14px;
	border-left: 50px solid #2490E8;
	display: block;
	margin-top: 20px;
}

div#main i {
	font-size: 14px;
	color: #FF6501;
	border-left: 4px solid #FF6501;
	display: block;
	margin: 20px 0 0 0;
	padding: 0 0 0 8px;
	font-style: normal;
}

div#main u {
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

div#main table {
	width: 540px;
	margin-bottom: 10px;
	border-collapse:collapse;
	border: 1px solid #BDD9E6;
}

div#main table th {
	padding: 8px 7px;
	width: 25%;
	line-height: 1.4;
	text-align: left;
	color: #ffffff;
	font-weight: normal;
	background: #60C2FF;
	border: 0;
}

div#main table td {
	padding: 5px 7px;
	text-align: left;
	width: 75%;
	border: 0;
}

h2.entry-title {
	padding: 18px 20px;
	margin: 15px 0 10px;
	font-size: 20px;
	font-weight: bold;
	background: url(../img/title_bg.jpg) no-repeat 0 0;
}

h2.entry-title a {
	text-decoration: none;
	color: #FF6600;
}


/* side
--------------------------------------------------------------------- */

div#side {
	float: right;
	width: 204px;
	overflow: hidden;
	zoom: 1;
}

div#side:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0; 
	visibility: hidden;
}

div#side div.sbox {
	width: 204px;
	margin-top: 15px;
	padding-bottom: 16px;
	background: url(../img/sbox_btm.jpg) no-repeat bottom center;
}

div#side div.sbox p {
	background: url(../img/sbox_bg.jpg) repeat-y 0 0;
	padding: 4px 12px;
}

div#side div.sbox p.btm {
	padding: 4px 0;
	text-align: center;
}

div#side div.press {
	width: 204px;
	margin-top: 20px;
	margin-bottom: 10px;
}

div#side div.press p.day {
	color: #006699;
}

div#side div.press div.line {
	width: 204px;
	height: 5px;
	background: url(../img/side_line.jpg) no-repeat 0 0;
	display: block;
	clear: both;
	margin: 7px 0 15px;
}

div#side div.press div.line hr {
	display: none;
}

div#side div.history {
}

div#side div.history h3 {
	color: #FFFFFF;
	background: #2290E9;
	border-top: 1px solid #0E538B;
	text-align: center;
	font-size: 14px;
	padding: 2px 0;
	margin-bottom: 3px;
}

div#side div.history h4 {
	padding: 0 4px;
}

div#side div.history p {
	margin-bottom: 8px;
	font-size: 12px;
}

div#side div.history table {
	line-height: 1.3;
	border-top: 2px solid #2290E9;
	background: #EEF9FF;
}

div#side div.history table th {
	font-weight: normal;
	border-top: 1px dotted #cccccc;
	padding: 3px 2px;
	font-size: 11px;
	width: 28%;
	vertical-align: middle;
}

div#side div.history table td {
	border-top: 1px dotted #cccccc;
	padding: 3px 2px;
	font-size: 12px;
	width: 72%;
	vertical-align: middle;
}

div#side div.history table th.top,
div#side div.history table td.top {
	border: 0;
}

/* footer
--------------------------------------------------------------------- */

div#footer {
	margin: 0 auto;
	zoom: 1;
}

div#footer:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0; 
	visibility: hidden;
}


