body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#main_area {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
.head_left {
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.head_right {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#menu {
	background-image: url(img/menu_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	width: 800px;
}
.menu_img {
	margin-top: 0px;
	margin-right: 51px;
	margin-bottom: 0px;
	margin-left: 51px;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	display: inline;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
#head {
	margin: 0px;
	padding: 0px;
}
#main {
	padding: 0px;
	margin: 0px;
	background-image: url(img/main_bg.gif);
	background-repeat: repeat-y;
}
.main_left {
	padding: 0px;
	float: left;
	width: 170px;
	margin-top: 5px;
}
.main_center {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 460px;
}
.main_right {
	padding: 0px;
	float: right;
	width: 170px;
	margin-top: 5px;
}
.left_text {
	line-height: 18px;
	text-align: left;
	padding: 5px;
}
.left_text ul{
	margin:0 0 0 22px;
	padding: 0px;
}
.left_text li{
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.bana {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.contents {
	line-height: 18px;
	text-align: left;
	margin: 5px 10px;
	padding-bottom:10px;
}
.contents h3 {
	font-size: 16px;
	text-align: left;
	color: #FF6600;
	margin: 0px;
	padding: 0px;	
}
.contents h2 {
	font-size: 16px;
	text-align: left;
	line-height:24px;
	padding: 0px;	
}
.contents p {
	margin: 5px 0px 20px;
	padding: 0px;	
}
.contents ul{
	list-style-type: disc;
	margin:0 0 0 30px;
	padding: 0px;
}
.contents ol{
	list-style-type:decimal;
	margin:0 0 0 30px;
	padding: 0px;
}
.contents li{
	margin: 0px;
	padding: 0px;
}
#foot {
	text-align: center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF6600;
	padding-top: 10px;
	margin: 0px;
}
#archive-title{
	font-size:16px;
	color:#FF6600;
	text-align: left;
	padding:0 0 5px 0;
	margin:15px 5px 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}
.entry{
	padding:10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.entry-body{
	text-align: left;
	padding:0px;
	margin:5px;
	line-height: 18px;
}
.entry-more{
	text-align: left;
	padding:0px;
	margin:5px;
	line-height: 18px;
}
.entry-more-link{
	text-align: right;	
}
.content-nav {
    margin: 10px;
    text-align: center;
}

.date-header,
.entry-content {
    position: static;
    clear: both;
}

.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    clear: both;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
    clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
    clear: both;
    margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 240px;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

.comments-open-header {
    clear: both;
}

#comment-post {
    font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail {
    float: left;
    width: 115px;
    margin: 0 10px 10px 0;
}

.image-thumbnail img {
    width: 115px;
    height: 115px;
    margin: 0 0 2px 0;
}
.img {
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.flash {
	text-align: center;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.express {
	font-size: 10px;
}
.express td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.express_headline_center {
	background-color: #336600;
	color: #FFFFFF;
	text-align:center;
}
.text_small {
	font-size: 8px;
}

.express_headline {
	background-color: #FF6600;
	color: #FFFFFF;
	text-align:left;
	padding-left: 6px;
}
.express_center {
	background-color: #FFFFE1;
	text-align:center;
}
.express_normal {
	background-color: #FFFFE1;
	text-align:left;
	padding-left: 6px;	
}
.module-header{
	font-size: 14px;
	background-image: url(img/left_menu0.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin:0px;
	height: 25px;
	padding:4px 0 0 30px;
	line-height: 14px;
	}
.case {
	margin: 0px;
	padding: 0px;
}
.case_left {
	margin:10px 0;
	float: left;
	width: 50%;
}
.case_right {
	margin:10px 0;
	float: right;
	width: 50%;
}
.case_area {
	margin: 5px;
}
.express_inq {
	font-size: 10px;
	margin-bottom: 20px;
}
.express_inq td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.express_inq_headline_center {
	background-color: #CC3333;
	color: #FFFFFF;
	text-align:left;
	padding-left:20px;
}