@charset "UTF-8";

/*------------ common ------------*/
body {
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiranogi Kaku Githic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 62.5%;
	color: #333333;
	background-image: url(../images/pct_bg_header.gif);
	background-repeat: repeat-x;
}
/* txtcolor each css */

#wrapper {
	width: 940px;
	padding: 0;
	margin: auto;
}

/* header ------------------------------*/
#wrapper #header {
	width: 940px;
	height: 95px;
	padding: 0;
	margin: 0;
}

#header #rogobox {
	width: 340px;
	float: left;
	padding: 17px 0 0 0;
	margin: 0;
}

#header #rogobox #home {
	padding: 0 0 0 10px;
}

#header #linkbox {
	width: 600px;
	float: right;
	margin: 0;
	padding: 0;
}

/* searchbox */
#header #linkbox #searchbox {
	width: 300px;
	float: right;
	padding: 17px 0 0 0;
	text-align: right;
	margin: 0 10px 0 0;
}

#header #linkbox #langbox {
	width: 62px;
	float: right;
	text-align: right;
	margin: 13px 0 0 0;
}

#header #linkbox #langbox li {
	line-height: 0;
	font-size: 1px;
}
#header #linkbox #listbox {
	width: 190px;
	float: right;
}

#header #linkbox #listbox li {
	line-height: 0;
	font-size: 1px;
}

#header #linkbox #listbox .top {
	margin: 0 0 7px 0;
}

#header #linkbox #listbox #leftlist {
	float: left;
	border-right: #CCCCCC solid 1px;
	padding: 12px 9px 0 0;
	margin: 5px 0 0 0;
}

#header #linkbox #listbox #rightlist {
	float: right;
	padding: 17px 0 0 0;
}

#header .menu {
	float: left;
	margin: 6px 0 0 0;
}

/* crumb ------------------------------*/
#wrapper #crumbs {
	clear: both;
	height: 30px;
	font-size: 1.1em;
	color: #666666;
	line-height: 2.8;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
}

#wrapper #crumbs a:link {
	color: #666666;
	text-decoration: none;
}

#wrapper #crumbs a:visited {
	color: #666666;
	text-decoration: none;
}

#wrapper #crumbs a:hover {
	color: #666666;
	text-decoration: underline;
}

#wrapper #crumbs a:active {
	color: #666666;
}


/* mainbox ------------------------------*/
#wrapper #main {
	width: 940px;
	padding: 0;
	margin: 0;
}

#wrapper #main #access {
	width: 285px;
	float: right;
	margin: 0 0 10px 0;
}


#wrapper #main #mainpht {
	width: 940px;
	clear: both;
}


/* contentsbox ------------------------------*/
#wrapper #main #contents {
	width: 700px;
	padding: 0;
	margin: 0;
	float: right;
	font-size: 1.2em;
	line-height: 1.8;
}

/* subcontentsbox */
#wrapper #main #contents .subcontents {
	width: 680px;
	margin: auto;
}

/* subcontentsbox */
#wrapper #main #contents .subcontents .subconbox {
	width: 680px;
}

/* top */
#wrapper #main #contents_top {
	width: 700px;
	padding: 0;
	margin: 20px 0 0 0;
	float: right;
	font-size: 1.2em;
	line-height: 1.8;
}

#wrapper #main #contents_top #centerbox {
	width: 460px;
	float: left;
}

#wrapper #main #contents_top #rightbnr {
	width: 220px;
	float: right;
}

.columnbox {
	width: 460px;
}


/* sidebox ------------------------------*/
#wrapper #main #side {
	width: 220px;
	padding: 0;
	margin: 0;
	float: left;
}

#wrapper #main #side_top {
	width: 220px;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	top: -39px;
}

/* menu */
#saidemenu {
	width: 220px;
	background-image: url(../images/pct_bg_menu.gif);
	background-repeat: repeat-y;
	font-size: 1.1em;
}

#r_saidemenu {
	width: 220px;
	background-image: url(../images/pct_bg_menu.gif);
	background-repeat: repeat-y;
	font-size: 1.1em;
}
/* about each css */

#backbtn {
	text-align: right;
	margin: 0 5px 10px 0;
}

/* enjoybox */
.greenbnrbox {
	background-image: url(../images/pct_bg_bnr.gif);
	background-repeat: repeat-y;
	text-align: center;
	padding: 20px 0 10px 0;
	margin: 0 0 10px 0;
}

.greenbnrbox li {
	margin: 0 0 10px 0;
}

/* weatherbox */
#weatherbox {
	background-image: url(../images/pct_bg_weather.gif);
	background-repeat: repeat-y;
	padding: 5px 10px 5px 10px;
	font-size: 1.1em;
	line-height: 1.8;
}

#weatherbox p {
	font-weight: bold;
	border-bottom: #61aade solid 1px;
	margin: 0 0 5px 0;
}

#weatherbox table {
	font-size: 1em;
	margin: auto
}

#weatherbox table .sttl {
	background-color: #e9f4fb;
	color: #006699;
	font-weight: bold;
	padding: 4px;
	width: 53px;
	text-align: center;
}

#weatherbox table .data {
	background-color: #ffffff;
	padding: 4px;
	text-align: center;
}


/* footer ------------------------------*/
#footer {
	width: 100%;
	background-image: url(../images/pct_bg_footer.gif);
	background-repeat: repeat-x;
	clear: both;
	background-color: #ff9c08;
	font-size: 1.1em;
	line-height: 1.8;
}

#footer #mainbox {
	width: 940px;
	margin: auto;
}

#footer #mainbox a:hover {
	color: #333333;
	text-decoration: underline;
}

#footer #mainbox #footerlogo {
	float: left;
	width: 270px;
	height: 30px;
	padding: 13px 0 0 0;
	margin: 0 0 10px 0;
}

#footer #mainbox #footerlogo .gruop {
	margin: 0 0 0 7px;
}

#footer #mainbox #footerlink {
	float: right;
	width: 540px;
	height: 30px;
	padding: 22px 0 0 0;
	margin: 0 0 10px 0;
}

#footer #mainbox #footerlink li {
	float: left;
	line-height: 0;
	margin: 0 0 0 10px;
	display: inline;
	font-size: 1px;
}

#footer #mainbox #address {
	float: left;
	width: 700px;
	margin: 0 0 20px 0;
	color: #FFFFFF;
}

#footer #mainbox #f_pagetop {
	float: right;
	width: 133px;
	margin: 0 0 20px 0;
}


/* parts ------------------------------*/
h1 {
	font-size: 1px;
	line-height:0;
	display: none;
}

/* redtxt */
.attention {
	color: #cc0000;
}

/* pagetop */
.c_pagetop {
	text-align: right;
	padding: 0;
	margin: 15px 0 0 0;
}

/* list typenone */
.typenone {
	list-style-type: none;
}

/* rightimg */
.rightimg {
	float: right;
	margin: 0 0 10px 20px;
	display: inline;
}

/* leftimg */
.leftimg {
	float: left;
	margin: 0 20px 10px 0;
	display: inline;
}

/* centerbtn */
.centerbtn {
	text-align: center;
}

/* rightbtn */
.rightbtn {
	text-align: right;
}

/* dotbox */
.dotbox {
	border-bottom: #999999 dotted 1px;
	padding: 0 0 20px 0;
}

/* dotbox_mb30 */
.dotbox_mb30 {
	border-bottom: #999999 dotted 1px;
	padding: 0 0 20px 0;
	margin: 0 0 25px 0;
}

/* s-size imgbox --------------*/
/* img_right */
.s_img_right {
	float: right;
	width: 214px;
	margin: 0;
	padding: 0;
}

.s_txt_left {
	float: left;
	width: 445px;
	margin: 0;
	padding: 0;
}

/* m-size imgbox --------------*/
/* img_right */
.m_img_right {
	float: right;
	width: 255px;
	margin: 0;
	padding: 0;
}

.m_txt_left {
	float: left;
	width: 405px;
	margin: 0;
	padding: 0;
}

/* l-size imgbox --------------*/
/* img_right */
.l_img_right {
	float: right;
	width: 294px;
	margin: 0;
	padding: 0;
}

.l_txt_left {
	float: left;
	width: 365px;
	margin: 0;
	padding: 0;
}

/* bottomimg */
.bottomimg {
	text-align: right;
	margin: 20px 0 0 0;
}

/* clear */
.clear {
	clear: both;
	line-height: 0;
	margin: 0;
	padding: 0;
	font-size: 1px;
}

/* fontsizeclear */
.sizeclear {
	font-size: 1px;
	line-height: 0;
}


/* emergency */
.emergencybox {
	background-color: #fef7de;
	border-right: #CC0000 solid 1px;
	border-bottom: #CC0000 solid 2px;
	padding: 5px 10px 10px 10px;
	margin: 0 0 20px 0;
}

/* flashplayer */
#contents .flashplayerbox {
	padding: 10px;
	background-color: #eeeeee;
}

#contents .flashplayerbox img {
	float: left;
	width: 160px;
}

#contents .flashplayerbox p {
	float: right;
	width: 500px;
	font-size: 0.9em;
}

.indent {
	margin-left: 1em; /* ブロック全体を 1em 右に */
	text-indent: -1em; /* 先頭の1文字のみ 1em 左に */
}

/* margin */
.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;
}

/* 
@media print {
body {
zoom: 60%;
}
}
*/

/* search */
#srchBox
{
margin:5px 0 0;
border:none;
color:#000000;
}
#srchBox *
{
margin:0;
padding:0;
font-size:12px;
*font-size:small;
*font:x-small;
}
#srchBox a img
{
border:none;
}
#srchBox #srch
{
xpadding:5px 0;
}
#srchBox #srch #srchForm
{
white-space:nowrap;
}
#srchBox #srchInput
{
width:120px;
margin-right:5px;
vertical-align:bottom;
}
#srchBox #srchBtn
{
width:50px;
}
*html #srchBox #srchBtn
{
padding-top:2px;
}
*:first-child+html #srchBox #srchBtn
{
padding-top:2px;
}
#srchBox ul
{
margin-top:6px;
text-align:left;
}
#srchBox li
{
list-style-type:none;
display:inline;
zoom:1;
padding-right:10px;
}
#srchBox li input
{
zoom:1;
margin-right:2px;
_margin:-4px 0 -4px -4px;
vertical-align:middle;
border:0;
}
*:+html #srchBox li input
{
margin:-4px 0 -4px -4px;
}
#srchBox #srchLogo
{
margin:6px 6px 6px 0;
text-align:right;
}
#srchBox #srchLogo a
{
color:#666666;
text-decoration:none;
font-size:85%;
}
#srchBox #srchLogo a:hover
{
text-decoration:underline;
}
#srchBox.watermark
{
padding-bottom: 6px;
}
#srchBox.watermark #srchInput
{
padding:1px 1px 2px 1px;
border:1px solid #a5acb2;
background: #fff url(http://i.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
}
#srchBox.watermark #srchInput.nomark
{
background: #fff;
}
#srchBox.watermark #srchLogo
{
display: none;
}

