@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background-color: #32353C;
	background-image: url(../images/bg_layout_subpage.jpg);
	background-repeat: repeat-x;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

.wrapper {
	width: 1000px;
	background-image: url(../images/bg_wrapper.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin: 0 auto;
	min-height: 850px;
}

.container {
	width: 908px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

.container_2 {
	background-color: #999999;
}

.header {
	margin: 0 4px 0 4px;
	background-image: url(../images/bg_header.jpg);
	background-repeat: repeat-x;
	height: 80px;
	border-bottom: #000066 4px solid;
}

.logo {
	height: 60px;
	width: 235px;
	float: left;
}

.navigation {
	text-align: right;
	margin: 0;
	height: 48px;
	width: 635px;
	float: left;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 32px 30px 0 0;
	font-weight: bold;
}

.navigation ul {
	margin: 0 0 10px 0;
	padding: 0;
}

.navigation li {
	display: inline;
	margin: 0;
	padding: 0 0 0 22px;
}

.navigation a {
	color: #333333;
	text-decoration: none;
}

.navigation a:hover {
	color: #990000;
	text-decoration: none;
	padding: 6px 0 6px 0;
	border-top: 2px solid #000099;
	border-bottom: 2px solid #000099;
	height: 40px;
}

.body {
	clear: both;
	margin: 0;
	padding: 0;
	background-color: #999999;
	min-height: 520px;
}

.body_box {
	background-color: #E2E1DF;
	margin: 0 4px 0 4px;
	min-height: 520px;
	padding: 10px 10px 0 30px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #666666;
}

.body_box a {
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
}

.body_box a:hover {
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}

.box_box {
	margin: 0 4px 0 4px;
	padding: 0;
	height: 195px;
	background-image: url(../images/bg_box.jpg);
	background-repeat: repeat-x;
	background-color: #0C1C8C;
	border-top: solid #999999 4px;
}

.box_01 {
	margin: 0;
	width: 445px;
	height: 195px;
	float: left;
	border-right: solid #999999 4px;
}

.box_02 {
	width: 445px;
	height: 195px;
	float: left;
	margin: 0;
}

.box_thumb {
	margin: 14px 0 0 27px;
	float: left;
}

.box_column {
	width: 220px;
	margin: 14px 0 0 0;
	padding: 0 15px 0 20px;
	float: left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

.box_column_link {
	width: 219px;
	margin: 0;
	padding: 10px 0 0 0;
	clear: both; 
	text-align: right;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #FFFFFF;
}

.box_column_link a {
	color: #FFFF99;
	text-decoration: underline;
	font-weight: bold;
}

.box_column_link a:hover {
	color: #FFFF99;
	text-decoration: none;
	font-weight: bold;
}

.photo_column {
	width: 275px;
	float: right;
	margin: 0 0 0 30px;
}

.photo_column_pic {
	border: 1px solid #000000;
	margin: 0 0 10px 0;
}

.photo_column_pic_last {
	border: 1px solid #000000;
}

.footer {
	padding: 10px 0 0 0;
	background-color: #32353C;
	border-top: solid #999999 4px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 25px; 
}

.footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.title_01 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	font-size: 24px;
	font-weight: bold;
}

.title_01 a {
	color: #000099;
	text-decoration: overline;
}

.title_01 a:hover {
	color: #000099;
	text-decoration: none;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	font-size: 24px;
	font-weight: bold;

}

.p_width_01 {
	width: 500px;
	clear: both;
}

.title_02 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 18px;
	font-weight: bold;
}

.title_02 a {
	color: #CC0000;
	text-decoration: underline;
}

.title_02 a:hover {
	color: #CC0000;
	text-decoration: none;
}

.title_03 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

.title_03 a {
	color: #333333;
	text-decoration: underline;
}

.title_03 a:hover {
	color: #333333;
	text-decoration: none;
}

.title_04 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000CC;
	font-size: 14px;
	font-weight: bold;
}

.title_04 a {
	color: #0000CC;
	text-decoration: underline;
}

.title_04 a:hover {
	color: #0000CC;
	text-decoration: none;
}

.note {
	font-size: 9px;
}

.img_client {
	border: 1px solid #000;
}