@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);
	color: #000000;
}

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

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

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

a:active {
	color: #000000;
}

#wrapper {
/*
	width: 940px;
	padding: 0;
	margin: auto;
	background-color: #FFFFFF;
*/
	width: 940px;
    padding: 0;
    margin: auto;
    background-color: #FFFFFF;
    background-image: url(../../images/index_pht_bg_main2.jpg);
    background-repeat: no-repeat;
}

/* menu ------------------------------*/
#menubox {
	width: 900px;
	height: 30px;
	margin: 0 0 20px 0;
}

#menubox li {
	float: left;
	height: 30px;
}

/* crumb ------------------------------*/
#crumbs {
	font-size: 0.9em;
	background-color: #f2f2f2;
	padding: 5px 7px 5px 7px;
	margin: 0 0 30px 0;
	color: #333333;
}

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

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

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

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

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

.maininbox {
	width: 860px;
}

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

.conteinbox {
	width: 630px;
}

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

.sidemenu li {
	background-image: url(../images/pht_pearl.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding: 0 0 5px 15px;
	border-bottom: #999999 dotted 1px;
	margin: 0 0 5px 0;
}

.sideadd {
	background-image: url(../images/pct_sidebox_bg.gif);
	background-repeat: repeat-y;
	color: #5e1e01;
}

.sideaddin {
	width: 170px;
	margin: auto;
}


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

/* footer ------------------------------*/
#footer {
	width: 940px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #ef857d;
	font-size: 1.2em;
	line-height: 1.8;
}

#footer #footerbox {
	width: 700px;
	margin: 0 0 0 240px;
}

address {
	color: #FFFFFF;
}

#copy {
	color: #FFFFFF;
	padding: 0 0 15px 0;
}

/* 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 左に */
}

/* left305txt */
.left305txt {
	width: 305px;
	float: left;
}

/* right310img */
.right310img {
	width: 310px;
	float: right;
	display: block;
}

.box01 {
	background-image: url(../images/pct_box01_bg.jpg);
	background-repeat: repeat-y;
}

.boxinbox {
	width: 600px;
	margin: auto;
}

.pricebox {
	background-image: url(../images/pct_price_bg.jpg);
	background-repeat: repeat-y;
}

.priceinbox {
	width: 575px;
	margin: auto;
}

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

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


