/* CSS Document */

@charset "Shift_JIS";

/* ▼共通
---------------------------------------------------- */
body {
	background-color: #E7E7E7;
	/* font-size: 12px; */
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 170%;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

td {
	font-size: 12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 160%;
	color: #333333;
}

p {
	margin: 0px;
	padding: 0px;
	text-indent: 1em;
}

#inner p{
	font-size:12px;
	line-height: 170%;
}

h1, h2, h3, h4{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size:12px;
	font-weight:bold;
	margin-top:15px;
}

#inner .txt10 {
	font-size:10px !important;
	line-height: 150%;
}

.txt-gry{color:#666666;}

.pa-b8 {padding-bottom: 8px !important;}

.ma-t10 {margin-top: 10px !important;}
.ma-t15 {margin-top: 15px !important;}
.ma-t20 {margin-top: 20px !important;}
.ma-t25 {margin-top: 25px !important;}
.ma-t32 {margin-top: 32px !important;}
.ma-t38 {margin-top: 38px !important;}

.ma-b10 {margin-bottom: 10px !important;}
.ma-b15 {margin-bottom: 15px !important;}
.ma-b30 {margin-bottom: 30px !important;}




/* ▼レイアウト
---------------------------------------------------- */
#wrapper {
	width: 808px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background:url(../images/main_bg.gif) repeat-y;
}

/* ▼ヘッダー
---------------------------------------------------- */
#header {
	width: 796px;
	height: 125px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	background: url(../images/hd_bg.gif) no-repeat top left;
}

#header #logo {
	margin: 23px 0px 0px 0px;
	padding: 0px 0px 0px 65px;
	float: left;
}

#header #title {
	margin: 11px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	float: right;
}

/* ▼メインエリア
---------------------------------------------------- */
#main {
	width: 796px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

/* ▼ナビ
---------------------- */
#navi {
	background:url(../images/navi_bg.gif) transparent no-repeat scroll left top;
	width: 201px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	float: left;
	text-align: left;
}

#navi .btn-top,
#navi .btn,
#navi .btn-btm{
	padding: 0px 0px 0px 16px;
	text-align: left;
}


#navi .btn-top {margin: 5px 0px 1px 0px;}
#navi .btn {margin: 0px 0px 1px 0px;}
#navi .btn-btm {margin: 12px 0px 0px 0px;}


/* ▼コンテンツページ共通ヘッダ
---------------------- */

#hd_common {
	height:161px;
	}
	
#hd_common .hd_common_title {
	margin:0;
	}

#hd_common .hd_common_txt {
	background-image:url(../images/bg_common.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:72px;
	text-align:left;
	color:#FFFFFF;
	padding:0 20px;
	line-height:140%;
	font-size:12px;
	margin:0;
	}



/* ▼記事エリア
---------------------- */
#contents {
	width: 595px;
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: center;
}

#contents #inner {
	width: 545px;
	margin-top: 17px;
	margin-bottom: 45px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
}

/* ▼プロフィール
---------------------- */
.txt-profile {
	font-size: 10px;
	line-height: 170%;
	color: #333333;
}

.name-profile {
	margin-bottom: 8px;
}

table.profile {
	margin-bottom: 12px;
}

/* ▼記事
---------------------- */
.midashi-top {
	margin-bottom: 12px;
}

.midashi-middle {
	margin-top: 38px;
	margin-bottom: 12px;
}

.figure {
	margin-top: 20px;
}

#inner dl dd {
	font-size:12px;
	font-weight:bold;
	color:#378F93;
	margin:0;
	padding:0;
}
#inner dl dt {
	font-size:12px;
	margin-left:15px;
}

#inner_box {
	width:545PX;
	background:url(../images/inner_bg.gif) repeat-y;
	}
	
#inner_box .inner_txt {
	padding:10PX;
	}



/* ▼ステップ
----------------------
table.step {
	margin-top: 20px;
	margin-bottom: 12px;
}

table.step td.frame1 {
	border-bottom: #428A90 solid 1px;
	border-left: #428A90 solid 1px;
	border-right: #428A90 solid 1px;
	background: url(../images/p02_stepbg_f1.jpg) no-repeat top right;
	padding: 20px 28px 20px 28px;
}

table.step td.frame2 {
	border-bottom: #428A90 solid 1px;
	border-left: #428A90 solid 1px;
	border-right: #428A90 solid 1px;
	background: url(../images/p02_stepbg_f2.jpg) no-repeat top right;
	padding: 20px 28px 20px 28px;
}

table.step td.frame3 {
	border-bottom: #428A90 solid 1px;
	border-left: #428A90 solid 1px;
	border-right: #428A90 solid 1px;
	background: url(../images/p02_stepbg_f3.jpg) no-repeat top right;
	padding: 20px 28px 20px 28px;
}

table.pagenate {
	margin-top: 20px;
} */


/* ▼コラム
---------------------- */
#contents #column {
	width: 595px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	/* background: url(../images/cnt_bg_bottom.jpg) no-repeat bottom left; */
}

table.clm {
	margin-bottom: 90px;
	margin-left: auto;
	margin-right: auto;
}

table.clm2 {
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

.clm-txt {
	margin-top: 21px;
	margin-bottom: 13px;
}

.clm-detail {
	margin-bottom: 17px;
}

table.notes {
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
}

table.notes td {
	font-size: 10px;
	text-align: left;
}
	

/* ▼フッター
---------------------------------------------------- */
#footer {
	width: 808px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 0px 0px 0px;
	background: url(../images/ft_bg.gif) no-repeat top left;
	color: #666666;
	font-size: 10px;
}

/* ▼サマリーページ
---------------------------------------------------- */
#smry-title {
	width: 594px;
	margin: 30px auto 0px auto;
	padding: 0px;
	text-align: canter;
	font-size: 20px;
	font-weight:bold;
	color: #666666;
	text-decoration: underline;
}

#smry-wapper{
	width: 594px;
	margin: 15px auto 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: left;
	border: #CCCCCC solid 1px;
}

table.main { margin:0; }

table.main td.top {
	padding-top: 20px;
	text-align: left;
}
table.main td.bottom {
	padding-top: 34px;
	text-align: left;
}

td.btn {
/* ▼0902修正  */
	padding-top: 0px;
/* ▲0902修正 */
	padding-bottom: 30px;
	text-align: center;
}

.txt-right {
	text-align: right;
}
.dl-btn {
	margin-top: 15px;
}


.top-line{
	border-top:1px solid #cccccc;
	padding-top:38px;
}

.dot-line{
	border-top:dotted 1px #cccccc;
	padding-top:38px;
}

#ptp_logo{
	width:796px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/hd_bg2.gif) no-repeat bottom left;
	background-color:#fff;
	/*border-top: #428A90 solid 1px;*/

}

#ptp_logo_inner{
	padding-top:15px;
	padding-bottom:35px;
	margin-left: auto;
	margin-right: auto;
	width:750px;
	text-align:right;
}

#t_common_s {
	background-image:url(../images/bg_common_s.jpg);
	background-repeat:no-repeat;
	width: 594px;
	height:153px;
	}
	
#t_common_s .txt {
	color:#FFFFFF;
	font-size:12px;
	line-height:140%;
	margin:4px 0 0 15px;
	}
	
#smry_contents {
	background-image:url(../images/smry_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
	
#smry_contents .smry_txt {
	margin:10px 10px 0 69px;
	}



#nork_top img,
#nork_btm img{
	border:none;
}

#nork_top,
#nork_btm{
	width:545px;
}

#nork_top{
	margin-bottom:25px;
}

#nork_btm{
	background:#e1eeef;
	margin-top:28px;
}

#nork_btm img {
	font-size: 0px;
}

#nork_btm_L { float: left; }
#nork_btm_R { float: right; }

#nork_btm table td img{ text-align: center; }

table#name_box {
	text-align:right;
	font-size:12px;
	line-height:140%;
	width:100%;
	}
table#name_box td {
	vertical-align:bottom;
	}
table#name_box img {
	margin-left:8px;
	}