@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	_font-family: font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic', sans-serif;
	font-size: 100.01%;
	line-height: 1.45em;
	background-color: #f2f2f2;
}
body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6{
font-size:100%;
/*font-weight:normal;*/
}
ul,h2,h3,h4,h5,h6{
	padding-top: 24px;
	padding-bottom: 5px;
}

.kugiri_sen {
	padding: 0px;
	height: 1px;
	width: 672px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ul {
	list-style-type: none;
}
a {
	text-decoration: underline;
	color: #005ca2;
}
a:hover {
	text-decoration: underline;
	color: #5b99c9;
}
a img {
	border: none;
}

noscript {
	text-align: center;
}

/*　フッタより上部を白くする　*/
#up_container {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}

/*　ヘッド　*/
#head_area {
	width: 712px;
	position: relative;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 48px;	/*background-image: url(../common/header/head_back.gif);
	background-repeat: no-repeat;
	background-position: top;*/
}

/*　クローズ・ボックス　*/
#close_box_head {
	position: absolute;
	left: 608px;
	top: 19px;
	width: 104px;
	height: 22px;
	z-index: 1;
}
#close_box_head a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	zoom:1;
}

/*　コンテンツ　*/
#contents_area {
	width: 712px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	background-color: #FFF;	
	font-size: 79%;
}
/* タイトル */
#title_area {
	width: 712px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	
}
#title_area .title {
	background-image: url(../common/window/title_start.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 16px;
	width: 712px;
	font-size: 108%;
	padding-top: 1px;
}
#title_area .title_in {
	background-image: url(../common/window/title_in.gif);
	background-repeat: repeat-y;
	width: 712px;
}
#title_area .title_point {
	background-image: url(../common/parts/title_point.gif);
	background-repeat: no-repeat;
	background-position: 12px 13px;
	padding-bottom: 12px;
	padding-top: 14px;
	padding-left: 24px;
}
#body_area {
	width: 712px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
}
#main_area {
	border: 1px solid #d9d9d9;
	padding: 20px;
}
/*#body_area a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	zoom:1;
}*/


/*　フッタ　*/
#foot_area {
	background-image: url(../common/footer/back.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#footer {
	width: 712px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 30px;
	font-size: 65%;
	line-height: 2.0em;
}
#footer a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	zoom:1;
}

/*　copyright　*/
#footer #copy_right {
	position: relative;
	width: 712px;
}
/*#footer #copy_right a {
	text-decoration: none;
	color: #333;
}
#footer #copy_right a:hover {
	color: #999;
	text-decoration: none;
}*/
#footer #site_link a {
	padding-left: 10px;
	text-decoration: none;
	background-image: url(../common/parts/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	color: #333;
}
#footer #site_link a:hover {
	/*color: #5b99c9;*/
	color: #005ca2;
	text-decoration: underline;
	background: url(../common/parts/link_arrow02.gif) no-repeat 0px center;
}
@media print{
body {
	_zoom: 85%; /*WinIE only */
}
}