@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	*/
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1,h2,h3,h4,h5 {
	font-weight: normal;
}

body {
	background-image: url(../img/common/bg_common.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-size: 14px;
	color: #2d3232;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

#header {
	height: 67px;
	width: 950px;
	background-image: url(../img/common/gl_navi/gl_navi_base.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 31px;
}

.logo {
	height: 29px;
	width: 125px;
	margin-top: 19px;
	margin-left: 17px;
	margin-right: 40px;
}

#content {
	background-color: #FFFFFF;
	border: 1px solid #c3cbcb;
	padding-top: 36px;
}

.title {
	width: 872px;
	margin-right: auto;
	margin-left: auto;
}

#common_box {
	width: 872px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding-bottom: 40px;
	text-align: left;
}

#footer_top {
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0092d6;
}

#footer {
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #FFFFFF;
	margin-right: 1px;
	margin-left: 1px;
}

.pr_pl {
	float: left;
	padding-left: 17px;
	background-image: url(../img/common/footer_arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 85%;
}

.cp_rt {
	float: right;
	font-size: 70%;
	margin-right: 10px;
	margin-top: 2px;
}

.footer_cl {
	clear: both;
	height: 0px;
	font-size: 0px;
}

#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
}


/* ------------------------------
link
------------------------------ */
a:link
{
	text-decoration: none;
	color: #0287c5;
}
a:visited
{
	text-decoration: none;
	color: #0287c5;
}
a:hover
{
	color: #0287c5;
	text-decoration: underline;
}

#page-top a:hover{
	filter: alpha( opacity=50 );  /* IE */
	opacity:0.5;                 /* Firefox,Opera,Safari */
	-moz-opacity:0.5;           /* Firefox 0.9より前 */
