@charset "utf-8";

* {
	padding:0;
	margin: 0;
}

body {
	background-color: #DDDDDD;
	font-size: 12px;
	line-height: 140%;
	color:#333333;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

img {
	vertical-align: top;
	border: 0;
}

a {
	color:#0066CC;
}

a:hover {
	text-decoration: none;
	color: #CC3300;
}

hr {
	clear: both;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
}

.red {
	color: #CC0000;
}

/*
base
-------------------------------------------------------------------*/
#base_block {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

#wrap_in {
	width: 778px;
	float: left;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#wrap_out {
	float: left;
	padding-top: 5px;
}

/*
header
-------------------------------------------------------------------*/

#top_block {
	width:1000px;
	height:120px;
	background-image: url(img/header.gif);
	background-repeat: repeat-x;
	position: relative;
}

#logo {
	font-size: 36px;
	font-weight: bold;
	color: #A30224;
	position: absolute;
	left: 0px;
	bottom: 60px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 36px;
	letter-spacing: -1px;
}

h1 a {
	font-size: 26px;
	color: #A30224;
	text-decoration: none;
	position: absolute;
	bottom: 65px;
	line-height: 30px;
	left: 20px;
}


p#subtitle {
	position: absolute;
	bottom: 50px;
	font-size: 12px;
	color: #B43934;
	left: 20px;
}

#subnavi {
	position: absolute;
	line-height: 20px;
	height: 20px;
	font-size: 10px;
	right: 20px;
	top: 2px;
}
#subnavi li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#subnavi a {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 7px;
	line-height: 16px;
	padding-top: 2px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#subnavi a:hover {
	color: #000000;
	background-color: #F7F7F7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}

/*
nabigation
-------------------------------------------------------------------*/

#navigation {
	position: absolute;
	bottom: 12px;
	line-height: 20px;
	height: 21px;
	font-size: 10px;
	left: 20px;
}

*html #navigation {
	bottom: 14px;
}

#navigation li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#navigation a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 16px;
	padding-top: 2px;
	background-color: #606060;
}
#navigation a:hover {
	color: #000000;
	background-color: #F5F5F5;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #B40A2F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#navigation span {
	font-size: 12px;
	color: #B40A2F;
	line-height: 16px;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 2px;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#p_list {
	font-size: 12px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E3E3E3;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 14px;
}

/*
contents
-------------------------------------------------------------------*/

#center_block {
	width:560px;
	float: left;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#center_block img {
	margin: 10px;
	border: 1px solid #999999;
}

#center_block p{
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	line-height: 160%;
}

#center_block h2 {
	font-size: 18px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #D3664F;
	color: #333333;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}

#center_block h3 {
	font-size: 16px;
	padding-left: 8px;
	color: #222222;
	margin-top: 15px;
	margin-bottom: 1px;
	background-color: #F3F3F3;
	padding-top: 2px;
	line-height: 22px;
	font-weight: bold;
	clear: both;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D9755B;
}

#center_block h4 {
	color: #FFFFFF;
	line-height: 18px;
	margin: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	background-color: #666666;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 14px;
}

.st_box {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 4px double #F2BC95;
	background-color: #FEFAF1;
}
.img_left {
	float: left;
	padding-right: 10px;
	padding-left: 5px;
}
.img_right {
	float: right;
	padding-right: 5px;
	padding-left: 10px;
}

#center_block ul {
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	clear: both;
}
#center_block li {
	padding-top: 8px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(img/li.gif);
	background-position: 5px 13px;
	background-repeat: no-repeat;
	padding-right: 5px;
	list-style-type: none;
}

/*
side
-------------------------------------------------------------------*/
#left_block {
	float: left;
	width: 200px;
	padding: 5px;
	background-color: #F0F0F0;
}

#left_block ul {
	margin-bottom: 10px;
	display: block;
	width: 188px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F7F7F7;
	padding-bottom: 10px;
	border: 1px solid #FFFFFF;
	padding-top: 5px;
}

#left_block li {
	list-style-type: none;
}

#left_block img {
	border:none;
}

#left_block p {
	padding: 10px;
	color: #555555;
}

#right_block {
	float: right;
	width: 200px;
	padding: 5px;
	background-color: #F0F0F0;
}

#right_block ul {
	margin-bottom: 10px;
	display: block;
	width: 188px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F7F7F7;
	padding-bottom: 10px;
	border: 1px solid #FFFFFF;
	padding-top: 5px;
}

#right_block li {
	list-style-type: none;
}

#right_block img {
	border:none;
}

#right_block p {
	padding: 10px;
	color: #777777;
}

.s_box_st {
	background-color: #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 1px;
}

.s_box_st .s_title {
	color: #FFFFFF;
	border-bottom-color: #FFCC66;
	background-color: #B40A2F;
	display: block;
	width: 180px;
	line-height: 20px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	font-size: 12px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D06551;
	padding-top: 3px;
	font-weight: bold;
	padding-left: 10px;
}

.s_box_st li a {
	color:#333333;
	display: block;
	font-size: 12px;
	line-height: 18px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
	background-color: #FFFFFF;
	padding-top: 1px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	margin-top: 1px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}

.s_box_st li a:hover {
	background-color: #FFF9E1;
	color: #000000;
}


.s_box {
	background-color: #DDDDDD;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 1px;
}

.s_box .s_title {
	border-bottom-color: #C1D27D;
	background-color: #555555;
	color: #FFFFFF;
	display: block;
	width: 180px;
	line-height: 20px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	font-size: 12px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D9755B;
	padding-top: 3px;
	font-weight: bold;
	padding-left: 10px;
}

.s_box li a {
	color:#333333;
	display: block;
	font-size: 12px;
	line-height: 18px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	padding-top: 1px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	margin-top: 1px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}

.s_box li a:hover {
	color: #000000;
	background-color: #E7E7E7;
}


.s_box_ad {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background-color: #DDDDDD;
	margin-top: 20px;
}

#left_block .s_box_ad ul {
	width: 160px;
	padding: 10px;
	background-color: #F0F0F0;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}

#right_block .s_box_ad ul {
	width: 160px;
	padding: 10px;
	background-color: #F0F0F0;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}


.s_box_ad .s_title {
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

.s_box_ad li {
	margin-bottom: 2px;
}

.s_box_ad .side_prtxt {
	background-color: #F0F0F0;
	padding: 5px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#left_block .s_box .s_title {
	color: #333333;
	background-color: #FFFFFF;
}

/*
top
-------------------------------------------------------------------*/

#center_block .top_cat {
	padding-bottom: 10px;
	padding-top: 5px;
	float: left;
	clear: both;
	width: 560px;
}


#center_block .top_cat p a{
	font-size: 10px;
	padding-left: 5px;
}

#top_image {
	width:990px;
	background-image: url(img/top_image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 180px;
	position: relative;
	border: 1px solid #DDDDDD;
	background-color: #F0F0F0;
	margin-right: auto;
	margin-left: auto;
	
}
#top_image #top_image_title {
	font-size: 18px;
	font-weight: bold;
	color: #B4183F;
	top: 35px;
	position: absolute;
	left: 600px;
	line-height: 20px;
}

#top_image p {
	color: #333333;
	left: 605px;
	top: 65px;
	position: absolute;
	width: 350px;
	line-height: 20px;
}

/*
top-cat
--------------------*/

.category_box {
	display: block;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-left: 5px;
	float: left;
	width: 265px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0F0F0;
	height: 100px;
}

.category_box dt{
	margin-bottom:0;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 10px;
	margin-left: 5px;
	border-left-width: 4px;
	border-left-style: solid;
	color: #333333;
	border-left-color: #D3664F;
	font-size: 14px;
}

.category_box dt a {
	color: #222222;
}

.category_box dd{
	padding-left: 5px;
	margin-top: 5px;
	line-height: 150%;
}

.category_box dd a {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #AAAAAA;
	padding-left: 10px;
	margin-left: 10px;
}

/*
news
-------------------------------------------------------------------*/

.news_list li {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	line-height: 25px;
	list-style-type: none;
}
ul.news_list {
	margin-bottom: 10px;
	border: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.news_list li:hover {
	background-color: #F0F0F0;
	color: #000000;
}


/*
table
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}

td{
	border-collapse: collapse;
}

/*
footer
-------------------------------------------------------------------*/

#bottom_block {
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	float: left;
	width: 1000px;
}
#bottom_block .f_title {
	border-bottom-color: #DDDDDD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #555555;
	font-size: 14px;
	font-weight: bold;
}

#bottom_block li {
	list-style-type: none;
	padding-left: 10px;
	font-size: 10px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-bottom: 3px;
}
#bottom_block ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#bottom_block li a {
	font-size: 10px;
	color: #666666;
}

.footer_box {
	float: left;
	width: 170px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-right: 7px;
	padding-bottom: 10px;
}
#bottom_block .f_ad {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #777777;
	clear: both;
	padding-top: 5px;
	text-align: right;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
}

/*
copy
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #CCCCCC;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 3px;
	display: block;
	background-color: #666666;
	font-size: 12px;
	clear: both;
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D9755B;
}



