@charset "utf-8";

/* ----------basic style---------- */



body {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 100%;
	text-align: center;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


/* ----------layout---------- */

#bg_container {
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/common/bg_ef.gif);
	background-repeat: repeat-y;
}

#catch_container {
	width: 920px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}


#top_main {
	width: 885px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



/* ----------header---------- */

#catch_container p {
	background-color: #66C7F2;
	height: 16px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 0.625em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 1.5em;
}

#header {
	background-image: url(../images/common/header_bg.jpg);
	background-repeat: repeat-x;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	height: 88px;
}


#header_left {
	float: left;
	width: 450px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
}

#header_right {
	float: right;
	width: 250px;
	margin-top: 5px;
}



h1 {
	margin: 0px;
	padding: 0px;
}


/* ----------global navi---------- */

#g_navi {
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#g_navi ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#g_navi ul li {
	width: 184px;
	margin: 0px;
	padding: 0px;
	height: 29px;
	line-height: 2.5em;
	background-image: url(../images/common/menu_bg_f1.jpg);
	background-repeat: no-repeat;
	float: left;
	font-weight: bold;
	color: #666666;
}

#g_navi ul li a:visited {
	width: 184px;
	margin: 0px;
	padding: 0px;
	height: 29px;
	line-height: 2.5em;
	background-image: url(../images/common/menu_bg_f1.jpg);
	background-repeat: no-repeat;
	float: left;
}

#g_navi ul li a:hover {
	width: 184px;
	margin: 0px;
	padding: 0px;
	height: 29px;
	line-height: 2.5em;
	background-image: url(../images/common/menu_bg_f2.jpg);
	background-repeat: no-repeat;
	float: left;
}

/* ----------topic path---------- */

#topicpath {
	font-size: 0.7em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}






a:link {
	color: #336699;
	text-decoration: none;
}

a:visited {
	color: #996666;
	text-decoration: none;
}

a:hover {
	color: #BD9168;
	text-decoration: underline;
}

a:active {
	color: #75A3D0;
	text-decoration: none;
}

img {
	border: none;
}


/* font default */

p,h1,h2,h3,h4,h5,h6 {
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}





/* list default */

ul,ol,dl {
	font-size: 0.75em;
	line-height: 1.3em;
}

ul ul,
ul ol,
ul p,
ol ul,
ol ol,
ol p {
	font-size: 1em;
}

ul li {
	margin-left: 1.3em;
}

ol li {
	margin-left: 1.5em;
}







/* 回り込み解除 */
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1em;
}



/* margin */

.mb05em {
	margin-bottom: 0.5em;
}

.mt1em {
	margin-top: 1em;
}

.mb2em {
	margin-bottom: 2em;
}



/* color */


.text_red {
	color: #CC3300;
}










/* ----------contents area---------- */



/* ----------footer---------- */

#footer {
	width: 920px;
	background-image: url(../images/common/footer_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	height: 99px;
}

#text_area {
	width: 870px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
}

#text_area p {
	margin-top: 2px;
	margin-bottom: 2px;
}


/* ----------copyright---------- */

#copy {
	background-color: #00AAEB;
	height: 33px;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#copy p {
	width: 920px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
}



/* ----------pagetop---------- */

.pagetop {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}
