@charset "UTF-8";

/*------------ index ------------*/
body {
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiranogi Kaku Githic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 62.5%;
	background-image: url(../../images/pct_bg_top.gif);
	background-repeat: repeat-x;
	color: #000000;
	background-color: #ffffff;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #003c8e;
	text-decoration: underline;
}

a:visited {
	color: #666666;
}

a:active {
	color: #000000;
}

#wrapper {
	width: 900px;
	padding: 0;
	margin: auto;
}

/* header ------------------------------*/
#wrapper #header {
	width: 900px;
	height: 114px;
}

#header #logobox {
	width: 698px;
	float: left;
}

#header #btnbox {
	width: 190px;
	float: right;
	padding: 37px 0 0 0;
}

/* menu ------------------------------*/
#wrapper #menu {
	width: 900px;
	margin: 0 0 30px 0;
}

#wrapper #menu li {
	float: left;
}

/* main ------------------------------*/
#main {
	width: 900px;
	margin: 0 0 50px 0;
	font-size: 1.2em;
	line-height: 1.8;
}

/* footerpagetop ------------------------------*/
#f_pagetop {
	width: 900px;
	margin: 0 0 15px 0;
}

#f_pagetop #pagetopbtn {
	width: 109px;
	float: right;
	text-align: right;
}

#f_pagetop #menubtn {
	width: 600px;
	float: left;
}

#f_pagetop #menubtn li {
	float: left;
	margin: 0 10px 0 0;
}

/* footer ------------------------------*/
#footer {
	background-image: url(../images/pct_footer_bg.gif);
	background-repeat: repeat-x;
	background-color: #214984;
}

#footer #footerbox {
	width: 900px;
	margin: auto;
	padding: 20px 0 0 0;
	background-image: url(../images/pht_footer_outside.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 155px;
	font-size: 1.1em;
	line-height: 1.8;
	color: #FFFFFF;
}

#footer #footerbox #footertxt {
	width: 550px;
	border-bottom: #FFFFFF solid 1px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}


#footer a:link {
	color: #ffffff;
	text-decoration: none;
}

#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:visited {
	color: #ffffff;
}

#footer a:active {
	color: #ffffff;
}

/* parts ------------------------------*/
h1 {
	font-size: 1px;
	line-height:0;
	display: none;
}

.none {
	font-size: 1px;
	line-height:0;
	display: none;
}

/* list typenone */
.typenone {
	list-style-type: none;
}

/* clear */
.clear {
	clear: both;
	line-height: 0;
	margin: 0;
	padding: 0;
	font-size: 1px;
}

/* fontsizeclear */
.sizeclear {
	font-size: 1px;
	line-height: 0;
}

/* margin */
.mb02 {
	margin-bottom: 2px;
}

.mb05 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}
