@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_header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	color: #000000;
}

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

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

a:hover {
	color: #04a7dc;
	text-decoration: underline;
}

a:active {
	color: #000000;
}

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

a img 	{
	background: none!important;
}
 
a:hover img	{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: none!important;
}


/* header ------------------------------*/
#header {
	width: 940px;
	height: 115px;
	margin: 0 0 30px 0;
}

#logo {
	width: 367px;
	float: left;
	margin-top: 53px;
}

#headertxt {
	width: 560px;
	float: right;
	margin-top: 60px;
	text-align: right;
}

#headertxt h2 {
	font-size: 1.4em;
	line-height: 1.7;
}

.headerin {
		width: 940px;
}

/* menu ------------------------------*/
#menu {
	width: 888px;
	height: 130px;
	margin: 0 auto 45px;
}

#menu li {
	float: left;
	height: 130px;
}

/* menu ------------------------------*/
#menu02 {
	width: 888px;
	height: 130px;
	margin: 0 auto 30px;
}

#menu02 li {
	float: left;
	height: 130px;
}


/* crumb ------------------------------*/
#crumbs {
	font-size: 0.9em;
	line-height: 1;
	margin: 0 0 40px 0;
	color: #666666;
	background-color: #ffffff;
	padding: 10px;
}

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

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

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

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

/* main ------------------------------*/
#main {
	width: 940px;
	font-size: 1.3em;
	line-height: 1.8;
}

.maininbox {
	width: 940px;
}

/* contents ------------------------------*/
#main #contents {
	width: 700px;
	float: right;
}

.conteinbox {
	width: 700px;
}

.subcontents {
	width: 670px;
	margin: auto;
}

.subconinbox {
	width: 670px;
}


/* side ------------------------------*/
#side {
	width: 210px;
	float: left;

}

.sidelist {
	background-image: url(../images/pct_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
    padding: 0 0 3px 12px;
    font-weight: bold;
    line-height: 1.3;
}

/* footer pagetop --------------------*/
#pagetop_f {
	text-align: right;
	margin: 0 0 35px 0;
	padding: 30px  0 0;
}

/* footer ------------------------------*/
#footer {
	font-size: 1.2em;
	line-height: 1.8;
	background-image: url(../images/pct_bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 215px;
}

#footerin {
	width: 940px;
	margin: auto;
	text-align: center;
}

#copy {
	padding-top: 160px;
}

/* parts ------------------------------*/

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

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

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

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

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

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

/* bigtxt */
.bigtxt {
	font-weight: bold;
	font-size: 1.2em;
}

.indent {
	margin-left: 1em; /* ブロック全体を 1em 右に */
	text-indent: -1em; /* 先頭の1文字のみ 1em 左に */
}

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

.mb07 {
	margin-bottom: 7px;
}

.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;
}

.mb45 {
	margin-bottom: 45px;
}

.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.ml30 {
	margin-left: 30px;
}

.ml40 {
	margin-left: 40px;
}

.mr10 {
	margin-right: 10px;
}

