@charset "utf-8";
/* --------------------------------------------------

	- INDEX -
	1.hyper text
	2.common style
	3.layout
	4.header
	5.main
	6.side
	7.footer

-------------------------------------------------- */

/* --------------------------------------------------
	1.hyper text
-------------------------------------------------- */



/* --------------------------------------------------
	2.common style
-------------------------------------------------- */

.red {
	color: #FF0000;
}

.strong {
	font-weight: bold;
}

.stronger {
	font-weight: bold;
	color: #FF0000;
}

.caption {
	color: #008000;
}

.center {
	text-align: center;
}

.txt_right {
	text-align: right;
}

.caution {
	background-color: #fee;
	color: #333;
	padding: 20px 5px;
	border-top: 3px double #999;
	border-bottom: 3px double #999;
}

.mrgn20 {
	margin: 20px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.ml10 {
	margin-left: 10px;
}

.message,.message_main {
	background-color: #FFFFEE;
	padding: 5px;
	border: 1px solid #cccccc;
}

.message_main {
	margin-right: 25px;
	margin-left: 25px;
}

.cl {
    clear: left;
}

.under_line {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #bdbdbd;
}

#sh_header_box .sh_header_nav ul li a:hover {
	border-bottom:2px solid #E80011;
	padding:9px 10px 8px;
}



/* --------------------------------------------------
	3.layout
-------------------------------------------------- */

#container {
	width: 900px;
	margin: 0 auto 20px;
	overflow: hidden;
	position: relative;
	text-align: left;
}



/* --------------------------------------------------
	4.header
-------------------------------------------------- */



/* --------------------------------------------------
	5.main
-------------------------------------------------- */



/* --------------------------------------------------
	6.side
-------------------------------------------------- */



/* --------------------------------------------------
	7.footer
-------------------------------------------------- */

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

#footer_ad {
	display: block;
	height: 60px;
	width: 468px;
	position: absolute;
	top: 15px;
	right: 30px;
}


