@charset "utf-8";
/* CSS Document */


/* common sytle */

body{
	margin:0px;
	padding:0px;
	font-size:12px;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", Verdana, Georgia;
	background: url(../images/bk.gif) left top repeat;
}
table {
	border: none;
	width:100%;
}

html, h1, h2,h3, h4, h5, p, dl, dt, dd, li, ul, ol, form, div, img, em,input{
	margin: 0;
	padding: 0;
}
img{
	border:none;
}
abbr{
	speak: normal;
	border-bottom:1px dashed #09f;
	cursor: help;
	color:#09F
}

ul {
	list-style: none;
}
ol{
	padding:20px;
	border:1px solid #ccc;
	list-style:inside;
	background-color:#efefef;
}

.hidden{
	text-indent:-99999px;
	overflow:hidden;
}

h2{
	font-size:16px;
}
h3{
	font-size:15px;
	padding-left:15px;
	padding-bottom:3px;
	margin-bottom:10px;
	clear:both;
}
h4{
	font-size:13px;
	padding-left:25px;
	padding-top:2px;
	margin-left:20px;
	margin-right:20px;
	border-bottom:1px dotted #ccc;
	background: url(../images/tick.gif) 3px center no-repeat;
}
.inputbox{
	padding:2px;
	border:1px solid #000000;
	background:#fff url(../images/input_box.png) left top repeat-x;
}
span{
	color:#FF6600;
}
	


/* layout style */

#container{
	width:980px;
	margin:0px auto;
	background-color:#fff;
	padding:0px;
	text-align:left;
	border:1px solid #660000;
}

#header{
	background-color:#300;
}


#top_navi{
	padding:8px 15px;
	margin-bottom:10px;
	color:#fff;
	background-color:#300;
	border-top:1px solid #fff;
	line-height:1.5em;
}

#contents{
	width:750px;
	float:right;
	line-height:1.4em;
	padding-right:10px;
	clear:both;
	text-align:left;
}

#left_side{
	padding-left:10px;
	float:left;
	width:190px;
}

#footer{
	clear:both;
	color:#F7FDFF;
	text-align:center;
	padding:5px 0px 10px;
	background-color:#300;
}



/* header */

#header p{
	height:15px;
	color:#fff;
	padding-left:10px;
}

#header h1{
	background:url(../images/header_bg.png) left top no-repeat;
	color:#fff;
	padding:20px 10px 10px 10px;
	height:60px;
}


/* top_navi */
#top_navi ul{
	float:left;
}

#top_navi form{
	float:right;
}


#top_navi li{
	display:inline;
	margin:0px 10px 0px 0px;
}
#top_navi li a{
	font-size:15px;
	color:#F7FDFF;
	font-weight:bold;
	text-decoration:none;
}



/* contents */

h2.title{
	background:url(../images/title_bg.png) left top no-repeat;
	color:#FFFFFF;
	padding:10px 10px;
	display:block;
}
.box{
	border:1px solid #C08801;
	background-color:#fff;
	padding:10px;
	margin-bottom:15px;
}

#contents_menu {padding:5px 0 0 3em; margin:0; margin-bottom:10px; list-style:none; height:35px; position:relative; background:transparent url(../images/con_menuBg.gif) repeat-x left bottom; font-size:12px;}
#contents_menu li {float:left; height:35px; margin-right:1px;}
#contents_menu li a {display:block; float:left; height:35px; line-height:33px; color:#333; text-decoration:none; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 4px; cursor:pointer; background:url(../images/con_menuL.gif) no-repeat;}
#contents_menu li a b {float:left; display:block; padding:0 16px 5px 12px; background:url(../images/con_menuR.gif) no-repeat right top;}
#contents_menu li.current a {color:#000; background:url(../images/con_menu_currentL.gif) no-repeat;}
#contents_menu li.current a b {background:url(../images/con_menu_currentR.gif) no-repeat right top;}
#contents_menu li a:hover {color:#000; background:url(../images/con_menu_hoverL.gif) no-repeat;}
#contents_menu li a:hover b {background:url(../images/con_menu_hoverR.gif) no-repeat right top;}
#contents_menu li.current a:hover {color:#000; background:url(../images/con_menu_hoverL.gif) no-repeat; cursor:default;}
#contents_menu li.current a:hover b {background:url(../images/con_menu_hoverR.gif) no-repeat right top;}

h3{
	text-align:left;
}

.text_box img{
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	border-bottom:2px solid #e4e4e4;
	border-right:2px solid #e4e4e4;
	border-left:1px solid #f4f4f4;
	border-top:1px solid #f4f4f4;
}
.text_box{
	margin-bottom:15px;
	padding:10px;
	font-size:13px;
	line-height:1.4em;
	display:block;
}
.text_box01{
	margin-bottom:15px;
	padding:10px 10px 10px 20px ;
	font-size:13px;
	line-height:1.4em;
	display:block;
}


.text_box strong{
	border-bottom:1px dashed #FF9900;
	padding-bottom:1px;
}

/* table */
table
        {
        width:100%;
        padding: 0;
        margin: 3px auto 20px;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
		border-right:1px solid #ccc;
        border-collapse:collapse;
		font-family:"ＭＳ Ｐゴシック";
        }
th,
td{
	 padding:5px 2px;
	 border-bottom:1px solid #ccc;
	 border-right:1px solid #ccc;
	 margin-bottom:5px;
	 text-align:center;
}
th{
	background-color:#efefef;
}
.text{
	text-align:left;
	padding:2px 5px;
}

		
.btn{
	text-align:center;
	margin-top:15px;
	margin-bottom:10px;
}
#contents .img{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
		


/* subpage */

/* --- account -- */

#step1,
#step2,
#step3,
#step4,
#step5{
	padding-left:140px;
	background-position:10px center;
	background-repeat:no-repeat;
	height:100px;
}

#step1{
	background-image: url(../images/step1.png);
}
#step2{
	background-image: url(../images/step2.png);
}
#step3{
	background-image: url(../images/step3.png);
}
#step4{
	background-image: url(../images/step4.png);
}
#step5{
	background-image: url(../images/step5.png);
}
.account dt{
	font-weight:bold;
	font-size:15px;
	margin-bottom:10px;
	background-color:#622A04;
	padding:5px;
	color: #FFCC00;
}
.account dt span{
	display:none;
}

.text_box h3,
.detail_page h3{
	background:url(../images/icon.png) left bottom no-repeat;
	padding-left:26px;
	padding-top:5px;
	margin-bottom:5px;
	border-bottom:2px dotted #589618;
}
	
.detail_page{
	padding-left:10px;
}
	



/* left_side */

h2#banner_title,
h2#navi_title{
	height:37px;
	margin-bottom:0px;
}
h2#banner_title{
	background:url(../images/side_menu1.png) left top no-repeat;
}

#banner_box{
	border:1px solid #C08801;
	background-color:#f4f4f4;
	padding:10px;
	margin-bottom:15px;
	text-align:center;
}

h2#navi_title{
	background:url(../images/side_menu2.png) left top no-repeat;
}


/* side_navi */

#side_navi {
	width: 188px;
	margin-bottom:15px;
	background-color:#fff;
	}
#side_navi ul{	
	border: 1px solid #C08801;
}
	
#side_navi li a {
  	height: 30px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 22px;
	text-decoration: none;
	font-weight:bold;
	color:#9E3C02;
	display: block;
	background: url(../images/menu_bg.png) left top no-repeat;
	padding: 10px 0 0 30px;
}	
	
	
#side_navi li a:hover,
#side_navi li a:active,
#side_navi a.current {
	color: #FF0000;
	display:block;
	font-size:13px;
	background: url(../images/menu_hover.png) left top no-repeat;
	padding: 10px 0 0 30px;
}


#puchi_reader_122{
	background:url(../images/side_bottom.png) center bottom no-repeat;
	padding-bottom:10px;
}
h2#puchi_reader_title{
	text-indent:-99999px;
	height:30px;
	overflow:hidden;
	display:block;
	margin-bottom:0px;
	background:url(../images/news_title.png) center top no-repeat;
}

#puchi_reader_122 ul{
	line-height:1.5em;
	padding:8px 10px;
	margin:0px;
	border: 1px solid #43495A;
}
#puchi_reader_122 li{
	padding-bottom:3px;
	border-bottom:2px dotted #BCE0F3;
	margin-bottom:8px;
}
#puchi_reader_122 em{
	color: #FF6600;
	display:block;
	text-align:right;
	font-style:normal;
}
#puchi_reader_link{
	text-align:right;
	padding-right:5px;
}
#puchi_reader_link a{
	color:#000;
	font-weight:bold;
}

#puchi_reader_122 ul a{
	color:#009;
	text-decoration:none;
}
#puchi_reader_122 ul a:hover{
	color:#09f;
	text-decoration:none;
	border-bottom:1px solid #09f;
}



#sub_page{
	padding:0px 10px 10px;
}

#sub_page h3{
	color: #663300;
	width:710px;
	padding:8px 0px 6px 20px;
	margin-bottom:0px;
}
#sub_page .detail{
	color:#000033;
}
#sub_page th{
	background:url(../images/th.jpg) left top repeat-x;
}






/* footer */
