@charset "utf-8";

* {
	padding:0;
	margin: 0;
}

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

a {
	color:#D02640;
}

a:hover {
	text-decoration: none;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #394D4E;
}

li {
	list-style-type: none;
}

.check {
	color: #CC0000;
}


/*
base
-------------------------------------------------------------------*/
#container {
	width:900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#wrapper {
	float: left;
	padding: 5px;
}


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

#header {
	width:900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 90px;
}

h1 {
	font-size: 24px;
	color: #222222;
	float: left;
	padding-left: 5px;
	padding-right: 10px;
	position: absolute;
	left: 10px;
	bottom: 20px;
	line-height: 36px;
}

h1 .logo {
	font-size: 36px;
	color: #D02640;
}

#header #subtit {
	font-size: 10px;
	font-weight: normal;
	color: #555555;
	line-height: 18px;
	position: absolute;
	left: 20px;
	bottom: 10px;
}

#header #head_ul {
	position: absolute;
	right: 15px;
	top: 5px;
}
#header #head_ul li {
	font-size: 10px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	line-height: 18px;
	padding-left: 15px;
	display: inline;
	padding-right: 5px;
}

#header #head_ul li a {
	font-size: 10px;
	color: #DF7993;
}

/*
navigation
----------------------------------------------- */
#nav {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/navi.gif);
	height: 25px;
	clear: both;
	padding-left: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
} 

#nav li {
	display: inline;
}
  
#nav li a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(img/navi_li.gif);
	background-repeat: repeat-x;
	display: block;
	float: left;
	height: 20px;
	width: auto;
	padding-top: 5px;
	line-height: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-right: 1px;
	background-position: bottom;
}

#nav li a:hover {
	color: #FFFFFF;
	background-image: url(img/navi_li_ov.gif);
}

#nav li span {
	line-height: 25px;
	color: #FFFFFF;
	background-image: url(img/navi_st.gif);
	float: left;
	height: 25px;
	width: auto;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #48541F;
	border-left-color: #48541F;
}

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

#main_image {
	background-color: #DDDDDD;
	border: 1px solid #FFFFFF;
	background-image: url(img/main_image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 230px;
	position: relative;
}

#main_column {
	width:680px;
	float: right;
}

#main_column p{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#main_column h3 {
	font-size: 18px;
	padding-left: 25px;
	color: #111111;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
	line-height: 30px;
	background-image: url(img/h3.gif);
	height: 30px;
	background-repeat: no-repeat;
	clear: both;
}


#main_column h4 {
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D22547;
}

#main_column h4 a {
	font-size: 14px;
}

#main_column h5 {
	font-size: 14px;
	color: #D22547;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 10px;
	padding-top: 2px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #E7748B;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#main_column ul {
	list-style-type: none;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#main_column li a {
	font-size: 12px;
}


#main_column #content {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#main_image h2 {
	font-size: 24px;
	color: #FFFFFF;
	position: absolute;
	left: 35px;
	top: 40px;
	line-height: 30px;
}
#main_image p {
	color: #333333;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 535px;
	top: 80px;
	line-height: 20px;
	width: 320px;
}
#content .top_3box {
	padding: 5px;
	float: left;
	width: 195px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	height: 100px;
	position: relative;
}
#content .top_3box_base {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

h2.second_h2 {
	background-color: #FFFFFF;
	color: #D22547;
	margin-bottom: 5px;
	font-size: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 22px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	text-align: right;
}

#content ul {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content li {
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(img/li.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-right: 5px;
}


/* for IE6 \*/
* html body #container #main_column #content {
	padding: 9px;
}	
/*--------------*/

#main_column p a {
	line-height: 20px;
}

#main_column p strong {
	line-height: 20px;
}

#main_column .img_left {
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#main_column .img_left img {
	border: 2px solid #EDEDE9;
}

#main_column .c_img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
	margin-right: 10px;
}

#main_column .c_img_left img {
	border: 1px solid #999999;
}

#main_column .c_img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 10px;
}

#main_column .c_img_right img {
	border: 1px solid #999999;
}

#main_column p .check {
	line-height: 20px;
}
.news li {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	line-height: 25px;
}
ul.news {
	margin-bottom: 10px;
}
.news li:hover {
	background-color: #FFFFFF;
}

.button a {
	position: absolute;
	right: 10px;
	bottom: 5px;
}
.pick_up {
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F7F7F7;
	border: 2px dotted #D22547;
}

/*
table
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#main_column table {
	width: 555px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#main_column table td {
	padding: 5px;
	border: 1px solid #EAE8DF;
}
#main_column table th {
	background-color: #EFEDE7;
	padding: 7px;
}
#main_column form table th {
	width: 127px;
}

/*
pankuzu
-------------------------------------------------------------------*/
#pankuzu {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#pankuzu a {
	margin-right: 7px;
	margin-left: 7px;
}
#pankuzu strong {
	margin-left: 7px;
}

/*
side
-------------------------------------------------------------------*/
#side_column {
	float: left;
	width: 200px;
	background-color: #EEEEEE;
	margin-left: 2px;
	padding-bottom: 10px;
}

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

.menu_box {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
}

.menu_box .side_title {
	display: block;
	width: 170px;
	line-height: 24px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 12px;
	text-align: center;
	background-color: #666666;
	background-image: url(img/side_h3.gif);
	height: 25px;
	font-weight: bold;
	border: 1px solid #FFFFFF;
}

.menu_box ul {
	margin-bottom: 5px;
}

.menu_box li a {
	display: block;
	width:140px;
	font-size: 12px;
	color:#555555;
	line-height: 18px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 20px;
	background-image:url(img/side_li.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #F6F6F6;
	border-left-color: #F6F6F6;
}


.menu_box li a:hover {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	background-image: url(img/side_li_ov.gif);
}


#side_column img {
	border:none;
}

#side_column p {
	padding: 0px;
	margin: 0px;
	color: #777777;
}

#side_column #pr_box {
	margin: 10px;
	padding: 10px;
	border: 1px solid #DBD9D0;
	background-color: #F8F8F5;
}

#pr_box .side_title {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
}

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

#footer {
	clear: both;
	background-image: url(img/footer.gif);
	background-repeat: repeat-x;
	background-color: #4B4B4B;
	background-position: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #9E9E9E;
}
#footer li {
	list-style-type: none;
	padding-left: 13px;
	font-size: 10px;
	line-height: 20px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#footer ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer li a {
	font-size: 12px;
	color: #CCCCCC;
}
#footer li a:hover {
	color: #FFFFFF;
}

#footer p {
	font-size: 10px;
	color: #333333;
}

#footer #foot_base {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	height: 250px;
	position: relative;
}
#foot_base #copy {
	color: #999999;
	position: absolute;
	right: 0px;
	bottom: 10px;
}

#foot_base #copy a {
	color: #999999;
	text-decoration: none;
}

#foot_base .foot_title {
	color: #EB929F;
	font-size: 14px;
	font-weight: bold;
}

#foot_base #foot_box01 {
	margin-top: 50px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #393939;
	width: 200px;
	float: left;
	height: 160px;
}
#foot_base #foot_box01 {
	left: 0px;
}
#foot_base #foot_box02 {
	left: 200px;
}
#foot_base #foot_box03 {
	left: 400px;
}
#foot_base #foot_box04 {
	left: 600px;
}

#foot_ad {
	position: absolute;
	left: 0px;
	bottom: 5px;
	color: #999999;
}
#foot_ad a {
	color: #AAAAAA;
}
