@charset "UTF-8";

/*------------ common ------------*/
body {
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiranogi Kaku Githic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 62.5%;
	background-image: url(../images/pct_bg.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 15px 0;
}

#wrapper #menu li {
	float: left;
}

/* crumb ------------------------------*/
#crumbs {
	font-size: 1.1em;
	line-height: 2.3;
	color:#999999;
	margin: 0 0 20px 0;
	background-color: #f5f5f5;
	padding: 0 0 0 5px;
}

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

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

#crumbs a:hover {
	color:#999999;
	text-decoration: underline;
}

#crumbs a:active {
	color:#999999;
}

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

/* contents ------------------------------*/
#contents {
	width: 680px;
	float: left;
}

.coninbox {
	width: 680px;
}

/* side_left ------------------------------*/
#side {
	width: 190px;
	float:right;
}

/* 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;
}

.attention {
	color: #cc0000;
	font-weight: bold;
}

.arrow_g {
	padding: 0 0 0 8px;
	background-image: url(../images/pct_arrow_g.gif); 
	background-repeat: no-repeat;
	background-position: left 5px;
	font-weight: bold;
}

/* pagetop */
.c_pagetop {
	text-align: right;
	padding: 0;
	margin: 10px 0 25px 0;
}

.c_pagetop_nom {
	text-align: right;
	padding: 0;
}

.contactbtn {
	margin: 0 0 0 10px;
}

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

/* center */
.center {
	text-align: center;
}

/* right */
.right {
	text-align: right;
}

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

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

/* boldtxt */
.boldtxt {
	font-weight: bold;
}

#contents .bluebox {
	background-color: #b7dbf9;
	padding: 15px;
}

#contents .bluebox table {
	font-size: 1em;
}

#contents .bluebox table th {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	border-bottom: #FFFFFF dotted 1px;
	padding: 5px;
}

#contents .bluebox table td {
	border-bottom: #FFFFFF dotted 1px;
	padding: 5px;
	vertical-align: top;
}

/* 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;
}
