@charset "UTF-8";
/*------------------------------------------------------------
共通スタイル
------------------------------------------------------------*/

/************************************************************
各ブラウザデフォルトCSSリフレッシュ
************************************************************/
* {
	margin: 0;
	padding: 0;
}

/************************************************************
共通レイアウト
************************************************************/
html,body{
    height:100%;/*#wrapperでheightを100%にした時必要*/
}

body {
	color: #333333;
	background-color: #ffffff;
	font-size: 85%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.2;
	/*\*/
	/*letter-spacing: 0.2em; /* バックスラッシュハックMACIE5用-文字間をフォントサイズの0.1em分に指定 */
	/**/
	text-align: center;/* テキストを中央揃えに指定 -------------------------------------中央配置時必須*/
}

#wrapper {
	width: 950px; /* ボックスの幅を指定 */
	margin: 0 auto; /* 左右方向のマージンをautoに指定 -------------------------------------中央配置時必須*/
	text-align: left; /* テキストを左揃えに指定 -------------------------------------中央配置時必須*/
	/*background-image:url(/common_img/bg.gif);*/
	background-color:#ffffff;
	height:100%;
}

#body {
	background:transparent url(/images/bg.gif) repeat-y scroll center center;
}

#container {
	margin: 10px 0px;
}

#container02 {
	margin: 15px;
	font-size: 100%;
}


#footer {
	border-top: #FFB30D 3px solid;
	padding: 15px 0px 0px;
}

#footer-links {
  text-align: center;
  border-top: 4px solid #FABF00;
}

.box_01 {
	background:url(/images/frame_bg.gif) repeat-y center;
	margin-bottom: 20px;
	width: 605px;
}
/*
.box_sp {
	background:url(/images/waku_bg.gif) repeat-y center;
	margin: 20px 0px;
	width: 605px;
}
*/


.box_sp {
	border: 1px solid #999999;
	margin: 20px 0px;
	width: 920px;
}

.box_sp_w {
	border: 1px solid #999999;
	margin: 20px 0px 5px;
	width: 920px;
}

.box_sp h3 {
	background: #F2CB63;
}

.box_sp_w h3 {
	background: #F2CB63;
}



.box_02 {
	padding: 0px 0px 10px;
	margin-bottom: 20px;
}

.box_03 {
	background:url(/images/box03_main.gif) repeat-y center;
	margin-bottom:20px;
	color:#333333;
}


.box_main  {
	padding: 10px 10px 5px;
}

.box_main ul {
	width: auto;
	overflow: hidden;
}

.formbox_error ul {
	width: auto;
}

.box_sp .box_main {
	padding: 0px 10px 20px;
}

.box_main ul {
	margin: 0px;
}

.box_main li.question {
  overflow: hidden;
}

.box_main li.tip {
  overflow: hidden;
}

.pagination, .box_center {
	text-align: center;
	margin: 10px 0px 20px;
}

.box_center02 {
	text-align: center;
	margin: 10px 0px 0px;
}

.box_tag {
	background:url(/images/tag.gif) no-repeat left top;
	padding:18px 15px 12px 22px;
	border: 1px solid #C5C5C5;
	margin-bottom:10px;
	font-size:85%;
}

.box_tag a {
	margin: 0px 10px;
}

.box_line {
	border-bottom: 1px dashed #CFCFCF;
	padding: 20px 5px;
}

.formbox_top {
	border-bottom: 1px dashed #CCCCCC;
	padding: 10px 5px 20px;
}

.formbox_inside {
	border-bottom: 1px dashed #CCCCCC;
	padding: 20px 5px;
}


.formbox_bottom {
	padding: 20px 5px 10px;
}

.formbox_error {
	background: #F6F4ED;
	border: 1px solid #CCCCCC;
	padding: 15px;
	margin: 10px 5px 20px 0px;
}

.box_error {
	background: #F6F4ED;
	border: 1px solid #CCCCCC;
	padding: 20px 30px;
	margin: 50px 0px;
}

.box_error .fc_black {
  background: url(/images/error_icon.gif) no-repeat left top;
  padding: 5px 0px 5px 35px;
  font-size:medium;
}


.fieldWithErrors input, .fieldWithErrors textarea, .fieldWithErrors select {
  background-color: #FFF2F2;
}

#flash_notice {
	background: #F6F4ED;
	border: 1px solid #FFC000;
	padding: 10px;
	margin: 10px 5px 20px 0px;
	color: #FF3300;
}

.box_main_l {
	float:left;
	width: 85px;
	font-weight:bold;
}

.box_main_r {
	float:right;
	width:470px;
	overflow: hidden;
}


.user_main_l {
	float:left;
	width: 110px;
	font-weight:bold;
}

.user_main_r {
	float:right;
	width:430px;
}

.button_l {
	display:inline;
	margin: 0px 10px 0px 0px;
	width:207px;
}

.button_r {
	display:inline;
	width:207px;
}

.formbox_error li {
	margin: 5px 0px 5px 15px;
	list-style-type: disc;
	color:#FF3300;
}


.formbox_error .fc_black {
	background: url(/images/error_icon.gif) no-repeat left;
	padding: 5px 0px 5px 35px;
	font-size:medium;
}

.prev_page, .page_back {
	background:url(/images/paging_back.gif) no-repeat left;
	padding: 5px 0px 5px 20px;
	display:inline;
	margin-right: 15px;
}
.next_page, .page_next {
	background: url(/images/paging_next.gif) no-repeat right;
	padding: 5px 20px 5px 0px;
	display:inline;
	margin-left: 15px;
}

.form_lineup {
	display:inline;
}



/************************************************************
見出しデフォルト
************************************************************/
h1 {
	font-size: 100%;
}
h2 {
	font-size:medium;
	color:#5A2E00;
}
h3 {
	background:url(/images/h3_bg.gif) no-repeat top;
	padding:10px 0px 7px 15px;
	color: #5A2E00;
	font-size:small;
}

h3 a:link,
h3 a:visited {
	color: #333333;
	font-size:small;
	text-decoration: underline; 
}

h3 a:hover,
h3 a:active {
	color: #333333;
	font-size:small;
	text-decoration: none; 
}


.h3_02 {
	background: url(/images/h3_bg.gif) no-repeat top;
	padding:10px 0px 7px 15px;
	color: #5A2E00;
	font-size: medium;
}


h4 {
	color: #333333;
	font-size:small;
}

h4 a:link,
h4 a:visited {
	color: #333333;
	font-size:small;
	text-decoration: underline; 
}

h4 a:hover,
h4 a:active {
	color: #333333;
	font-size:small;
	text-decoration: none; 
}


.h4_02 {
	font-size:medium;
	font-weight:bold;
	color:#333333;
	margin: 35px 0px 0px;
}

h5 {
	font-size: 100%;
}
h6 {
	font-size: 100%;
}

/************************************************************
リンク共通
************************************************************/

a { 
	text-decoration: underline; 
	}

a:link { 
	/*font-weight: bold; */
	text-decoration: underline; 
	color: #0062CE;
	}
a:visited { 
	/*font-weight: bold; */
	text-decoration: underline; 
	color: #0062CE;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #0062CE;
}

/************************************************************
その他共通のタグ規則
************************************************************/
ul{
	list-style:none;
}
img{border:none;}

/************************************************************
フォームタグclass
フォームで使う共通設定
************************************************************/
/*外観*/
.textbox1,.textbox2,.textbox3,.textbox4,.textbox5,.textbox6,.textbox_none {
	border: 1px solid #afafaf;
	background-color: #f5f5f5;
	padding: 1px;
}

/*幅*/
.textbox1 {
	width: 200px;/*検索用*/
}
.textbox2 {
	width: 98%;/*全体*/
}
.textbox3 {
	width: 50%;/*半分*/
}
.textbox4 {
	width: 4em;/*4文字分*/
}
.textbox5 {
	width: 74px;/*4文字分*/
	height:12px;
}
.textbox6 {
	width: 140px;/*公開設定用*/
}
.textbox_none {

}
/*フォーカス時*/
.textbox1:focus,.textbox2:focus,.textbox3:focus,.textbox4:focus,.textbox5:focus,.textbox6:focus,.textbox_none:focus {
	border-color: #7F9DB9; /* フォーカス時のボーダーの色を指定 */
	background-color: #FFFFFF; /* フォーカス時の背景色を指定 */
}


/*サブミットボタン単体*/
.submit_1btn{
margin-top:20px;
text-align:center;
}

/*サブミットボタン複数*/
.submit_2btn{
margin-top:20px;
}
.submit_2btn .l{
width:40%;
text-align:right;
}
.submit_2btn .r{
width:40%;
}

/*次へ前へ*/
.next_pre{
margin-top:20px;
font-size:85%;
}
.next_pre .l{
padding-left:10px;
background:url(/common_img/orange_triangle_left.gif) center left no-repeat;
}
.next_pre .r{
padding-right:10px;
background:url(/common_img/orange_triangle_right.gif) center right no-repeat;
}
/************************************************************
lr_box
共通で使えるfloat用box
************************************************************/
.lr_box{
}
.l{
float:left;
}
.r{
float:right;
}
/*flat解除*/
.lr_box:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

/*\*//*/
.lr_box {
display:inline-block;
}
/**/

/* \*/
* html .lr_box {
height:1%;
}
/* */

.lr_box {
display:block;
}



/************************************************************
top_navi roolover
画像メニューロールオーバーなど
************************************************************/
#top_navi{
margin-top:5px;
padding-left:114px;
width:556px;
height:22px;
background:url(/common_img/navi.gif) no-repeat;
background-position:114px -22px;
text-indent: -9999px;
}
#top_navi li{
float:left;
width:111px;
}

#top_navi li a{
display:block;
overflow:hidden;
width:100%;
height:0 !important;
height /**/:22px;
padding-top:22px;
background-image:url(/common_img/navi.gif);
}
#top_navi01 a {background-position:0 0;}
#top_navi02 a {background-position:-111px 0;}
#top_navi03 a {background-position:-222px 0;}
#top_navi04 a {background-position:-333px 0;}
#top_navi05 a {background-position:-444px 0;}

#top_navi01 a:hover {background-position:0 -22px;}
#top_navi02 a:hover {background-position:-111px -22px;}
#top_navi03 a:hover {background-position:-222px -22px;}
#top_navi04 a:hover {background-position:-333px -22px;}
#top_navi05 a:hover {background-position:-444px -22px;}

/************************************************************
その他ページ共通で使う要素
************************************************************/
/*ぱんくず*/
.pankuzu{
padding-top:10px;
padding-bottom:7px;
padding-left:12px;
background:url(/mytop../images/common/green_triangle.gif) center left no-repeat;
}
.pankuzu p{
font-size:85%;
}

/************************************************************
その他(ここは引き出し)
************************************************************/
.fsize_s{font-size: 85%;}
.fsize_s_bold_pink{font-size: 85%; font-weight:bold; color:#FF00FF;}
.fsize_m_bold_pink{font-size: 100%; font-weight:bold; color:#FF00FF;}
.vmd{ vertical-align:middle;}
.marginbottom5{margin-bottom:5px;}
.margintop10{margin-top:10px;}
.clear{ clear:both;}
.clear10{ clear:both; height:10px;}
.bg_happyougray{ background-color:#F3F3F3;}
.red{ color:#ff0000;}
.redb{ color:#ff0000; font-weight:bold;}
.blueb{ color:#3333ff; font-weight:bold;}
.blue{ color:#3333ff;}
.redb150{ color:#ff0000; font-weight:bold; font-size:150%;}
.b150{ font-size:150%; font-weight:bold;}
.redb200{ color:#ff0000; font-weight:bold; font-size:200%;}
.b200{ font-size:200%; font-weight:bold;}
.b85{ font-size:85%; font-weight:bold;}
.fsize85{ font-size:85%;}
.pink{ color:#fd81b3;}
.koipink85{ font-size:85%; font-weight:bold; color:#ff3399;}
.koipink{ color:#ff3399;}
.bkoipink{ color:#ff3399; font-weight:bold;}
.bg_blue{background-color:#e7eaff;}
.color_green{color:#339900;}
.orange{color:#ff6c00; font-weight:normal;}
.borange{color:#ff6c00; font-weight:bold;}
.bold_only{font-weight:bold;}
.test_l{background-color:#EEFFF7;}
.test_r{background-color:#FFF0F8;}
.t_center{text-align:center;}
.hissu{
color:#FF0000;
font-size:85%;
font-weight:normal;
}
.text_l{text-align:left;}
.text_c{text-align:center;}
.text_r{text-align:right;}


/************************************************************
共通タグ
************************************************************/
ul {
	margin:10px 0px;
}

.common_wrapper ul {
  margin: 0px;
}

.more {
	background:url(/images/allow.gif) no-repeat right;
	text-align:right;
	padding: 1px 20px;
	margin-bottom: 10px;
}

.more02 {
	background:url(/images/allow.gif) no-repeat right;
	text-align:right;
	padding: 1px 20px;
	margin: 5px 0px 0px;
}

.bg_y {
	background: url(/images/bg_yellow.gif) repeat-y left top;
	padding:4px 5px;
	margin: 2spx 0px 5px;
}

.bg_b {
	background: url(/images/bg_blue.gif) repeat-y left top;
	padding:4px 5px;
	margin: 2px 0px 5px;
}

.bg_o {
	background: url(/images/bg_orange.gif) repeat-y left top;
	padding:4px 5px;
	margin: 15px 0px 5px;
}

.bg_faq {
	background: url(/images/bg_faq.gif) repeat-y left top;
	padding:4px 5px;
	margin: 2px 0px 5px;
}

.light-y_bg h4 {
	float:left;
}

.rss01 {
	background:url(/images/icon_rss.gif) no-repeat left;
	text-align: right;
	padding-left: 15px;
	float:right;
	width:20px;
}

.rss02 {
	background:url(/images/icon_rss.gif) no-repeat left;
	text-align: right;
	padding: 0px 0px 0px 15px;
}

#footpath {
	margin: 0px 0px 10px;
	overflow: hidden;
}

#footpath_sp {
	margin: 10px 0px;
}

#footpath_sp span {
	margin: 0px 10px;
}

.entry  {
	line-height: 140%;
	padding: 10px 5px;
	margin-bottom: 10px;
	width: 575px;
	overflow: hidden;
}

.entry_line  {
	line-height: 140%;
	padding: 10px 5px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
	width: 575px;
	overflow: hidden;
}

.entry li {
	margin: 5px 0px;
}


p.posted {
	text-align: right;
	padding:10px 10px 0px;
	border-top: #C5C5C5 1px solid;
	font-size: x-small;
}

p.posted02 {
	text-align: right;
	padding:0px 10px;
	font-size: x-small;
}

.posted02 {
	padding:0px 10px;
	font-size: x-small;
}

.separator {
  font-size: x-small;
}

.footer_custom_fields {
  padding: 0px 0px 10px 50px;
}

.post-name {
	background:url(/images/hito.gif) no-repeat left;
	padding: 3px 0px 3px 12px;
	text-align:right;
}

.present {
	font-weight: bold;
}

.form_lineup div {
	  display:inline;
}




/*******************サイドバー******************************/

.side_btn {
	text-align:center;
	margin: 15px 0px 15px 0px;
}

.btn_c {
	margin: 30px 60px 15px 77px;
}

.side_contents {
	border:#cccccc 1px solid;
	margin: 10px 0px 0px;
}

.side_header {
	background:url(/images/bg_orange.gif) repeat-y center top;
	padding: 3px 10px;
}

/*
.side_title {
	background:url(/images/side_title_bg.gif) no-repeat center top;
	text-align:center;
	padding: 15px 0px;
}
*/

.side_main {
	padding: 5px 0px 0px;
}

.side_main .question {
	width: 220px;
	overflow: hidden;
}

.side_main .tip {
	width: 220px;
	overflow: hidden;
}

.box_02 .question {
	width: 550px;
	overflow: hidden;
}

.box_02 .tip {
	width: 550px;
	overflow: hidden;
}
  

/*******************ヘッダーナビ******************************/

div.headNav {
	background:#FFFFFF url(/images/headnav_bg.gif) repeat-x scroll top;
	padding:7px 15px 3px;
	width:920px;
}

.headNav p {
	float:left;
	margin-right:10px;
	padding: 3pt 0pt 3px;
	width:250px;
}

div#contentsTop {
	background-image:none;
	border-bottom:4px solid #FFB30D;
	padding:0px;
}

div.headNav ul {
	float: left;
	padding:3pt 0pt 0px;
	text-align:right;
	width:430px;
	margin: 0px;
} 

div.headNav ul li {
	display:inline;
	padding:4px 0pt 0px 14px;
}

div.headNav ul li a {
	display:inline;
	padding:4px 0pt 3px 21px;
}

div.headNav ul li.headNavQuestion a {
	background:url(/images/hd_icon_question.gif) no-repeat left;
	height:18px;
}

div.headNav ul li.headNavknowhow a {
	background: url(/images/hd_icon_kh.gif) no-repeat left;
	height:18px;
}

div.headNav ul li.headNavLogin a {
	background: url(/images/hd_icon_login.gif) no-repeat left;
	height:18px;
}

div.headNav ul li.headNavRegister a {
	background: url(/images/hd_icon_register.gif) no-repeat left;
	height:18px;
}

.explanation {
	font-size: small;
	margin: 10px 0px;
  line-height: 1.2em;
}

p.textarea {
	float: right;
	width: 230px;
	text-align:right;
	margin: 0px;
	padding: 0px;
}

#header_search {
	width: 200px;
	display:inline;
}

#header_search:focus {
  background-color: #F9F8E4;
}

.first_search {
	width: 200px;
}








/***********************icon*********************************/
.sidebar_list {
	margin: 0px;
	padding: 5px 0px 5px 53px;
}

.question {
	background: url(/images/icon_answer_waiting.gif) no-repeat left;
	margin: 0px;
	padding: 5px 0px 5px 53px;
}

.answer {
	background: url(/images/icon_answer.gif) no-repeat left;
	margin: 0px;
	padding: 5px 0px 5px 53px;

}

.fixed_question {
	background: url(/images/icon_resolution.gif) no-repeat left;
	margin: 0px;
	padding: 5px 0px 5px 53px;
}

.interrogator {
	background: url(/images/icon_interrogator.gif) no-repeat left;
	margin: 0px;
	padding: 5px 0px 5px 53px;
	overflow: hidden;
}

.tip {
	background: url(/images/icon_knowhow.gif) no-repeat left;
	margin: 0px;
	padding: 5px 0px 5px 53px;
}

.comment {
	background: url(/images/icon_comment.gif) no-repeat left;
	margin: 0px;
	padding: 5px 0px 5px 53px;
}

.faq {
	background: url(/images/icon_officialFAQ.gif) no-repeat left;
	margin: 0px;
	padding: 5px 0px 5px 53px;
}

.box_03 .answer,
.box_03 .interrogator {
	font-weight:bold;
}

/* 追加 h2　文字設定　xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

div.entries, div.faqs {
	background:url(/images/h2_faq_bg.gif) no-repeat top;
	margin:0px 0px 10px;
	padding: 17px;
}

div.entries h2, div.faqs h2 {
	color:#005643;
	}

div.tips {
	background:url(/images/h2_tips_bg.gif) no-repeat top;
	margin:0px 0px 10px;
	padding: 17px;
}

div.tips h2 {
	color:#005E90;
	}

.margin_h3 {
	margin:25px 0px 0px;	
}

/******************************h3背景*********************************/
.h3_question {
	background: url(/images/h3_bg_que.gif) no-repeat top;
	padding: 15px 15px 12px 80px;
}

.h3_fixed_question {
	background: url(/images/h3_bg_reso.gif) no-repeat top;
	padding: 15px 15px 12px 80px;
}
.h3_tip {
	background: url(/images/h3_bg_know.gif) no-repeat top;
	padding: 15px 15px 12px 80px;
}

.h3_answer {
	background: url(/images/h3_bg_ans.gif) no-repeat top;
	padding: 15px 15px 12px 80px;
}

.h3_comment {
	background: url(/images/h3_bg_comm.gif) no-repeat top;
	padding: 15px 15px 12px 80px;
}

.h3_faq {
	background:#ABEAE8 url(/images/h3_bg_faq.gif) no-repeat center top;
	padding: 15px 15px 12px 80px;
}

.category-top {
	background:url(/images/cate_frame_top.gif) no-repeat center top;
	margin:50px 0px 0px;
	padding:10px 0px 0px;
	color:#333333;
}

.category-body {
	background:url(/images/cate_frame_bg.gif) repeat-y center top;
	padding:0px 10px 10px;
	font-size:90%;
}

.category-body h3 {
	color:#999999;
	border-bottom:1px solid #999999;
	background:none;
	padding:5px 0px 5px;
}


.category-bottom {
	background:url(/images/cate_frame_bottom.gif) no-repeat center top;
	height:9px;
	margin:0px 0px 20px;
	padding:0px;
}

.cate_left {
	float:left;
	width:175px;
}

.cate_right {
	float:right;
	width:390px;
}
.category-body ul {
	margin:0px;
	padding:5px 0px 0px;
}

.category-body li {
	float:left;
	padding:0px 0px 0px 7px;
	margin:0px;
	line-height:140%;
	width:180px;
	background:url(/images/cate_list.gif) no-repeat left 6px
}

.category-body li ul {
  padding: 0px;
}

/*
.category-body li a, .category-body li a:link {
	width:250px;
	float:left;
	padding:0px;
	margin:0px;
	line-height:140%;
}*/

/* 追加 h3　文字設定　xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

h3.h3_question a, h3.h3_question a:link, h3.h3_question a:active, h3.h3_question a:visited,
h3.h3_answer a, h3.h3_answer a:link, h3.h3_answer a:active, h3.h3_answer a:visited {
	color:#5A2E00;
	font-size:120%;
	text-decoration:underline;
}

h3.h3_fixed_question a, h3.h3_fixed_question a:link, h3.h3_fixed_question a:active, h3.h3_fixed_question a:visited {
	color:#5A2E00;
	font-size:120%;
	text-decoration:underline;
}

h3.h3_faq a, h3.h3_faq a:link, h3.h3_faq a:active, h3.h3_faq a:visited {
	color:#005643;
	font-size:120%;
	text-decoration:underline;
}

h3.h3_tip a, h3.h3_tip a:link, h3.h3_tip a:active, h3.h3_tip a:visited,
h3.h3_comment a, h3.h3_comment a:link, h3.h3_comment a:active, h3.h3_comment a:visited {
	color:#005E90;
	font-size:120%;
	text-decoration:underline;
}

/* 追加 h3 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#thread-recoomendations h3.light-y_bg {
	background:url(/images/h3_thread_recoomend.gif) no-repeat left top;
	margin:15px 0px 5px;
	padding:7px 5px 0px 40px;
	height:28px;
}

h3.questionnaire {
	background:url(/images/h3_questionnaire.gif) no-repeat left top;
	padding:8px 0px 10px 60px;
	margin-bottom:10px;
	color:#333333;
}


/* h4 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.box_main div.entry h4 {
	background:#EDEDED;
	border-left:4px solid #018C87;
	padding:3px 10px;
	margin:5px 0px;
	color:#005F5B;
	font-size:110%;
}


.sub_navigation {
	border-bottom:1px solid #CCCCCC;
	border-left:4px solid #CCCCCC;
	margin:12px 0px 0px 5px;
	padding:5px;
}

h4.sub_navigation a, h4.sub_navigation a:link {
	color:#005643;
}


/* h5 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.box_main div.entry h5 {
	color:#16928d;
	border-bottom:1px solid #018C87;
	margin:12px 0px 8px;
	padding:0px;
	font-size:100%;
}

/* step xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.step01 { background:url(/images/step_01.gif) no-repeat left top; width:570px; padding:40px 0px 0px 5px; margin:10px 0px; }

.step02 { background:url(/images/step_02.gif) no-repeat left top; width:570px; padding:40px 0px 0px 5px; margin:10px 0px; }

.step03 { background:url(/images/step_03.gif) no-repeat left top; width:570px; padding:40px 0px 0px 5px; margin:10px 0px; }

.step04 { background:url(/images/step_04.gif) no-repeat left top; width:570px; padding:40px 0px 0px 5px; margin:10px 0px; }

.step05 { background:url(/images/step_05.gif) no-repeat left top; width:570px; padding:40px 0px 0px 5px; margin:10px 0px; }

.step06 { background:url(/images/step_06.gif) no-repeat left top; width:570px; padding:40px 0px 0px 5px; margin:10px 0px; }

.step07 { background:url(/images/step_07.gif) no-repeat left top; width:570px; padding:40px 0px 0px 5px; margin:10px 0px; }

.step08 { background:url(/images/step_08.gif) no-repeat left top; width:570px; padding:40px 0px 0px 5px; margin:10px 0px; }

.step09 { background:url(/images/step_09.gif) no-repeat left top; width:570px; padding:40px 0px 0px 5px; margin:10px 0px; }

.step10 { background:url(/images/step_10.gif) no-repeat left top; width:570px; padding:40px 0px 0px 5px; margin:10px 0px; }

.step11 { background:url(/images/step_11.gif) no-repeat left top; width:570px; padding:40px 0px 0px 5px; margin:10px 0px; }

.step12 { background:url(/images/step_12.gif) no-repeat left top; width:570px; padding:40px 0px 0px 5px; margin:10px 0px; }

.step13 { background:url(/images/step_13.gif) no-repeat left top; width:570px; padding:40px 0px 0px 5px; margin:10px 0px; }

.step14 { background:url(/images/step_14.gif) no-repeat left top; width:570px; padding:40px 0px 0px 5px; margin:10px 0px; }

.step15 { background:url(/images/step_15.gif) no-repeat left top; width:570px; padding:40px 0px 0px 5px; margin:10px 0px; }

.step16 { background:url(/images/step_16.gif) no-repeat left top; width:570px; padding:40px 0px 0px 5px; margin:10px 0px; }

.step17 { background:url(/images/step_17.gif) no-repeat left top; width:570px; padding:40px 0px 0px 5px; margin:10px 0px; }

.step18 { background:url(/images/step_18.gif) no-repeat left top; width:570px; padding:40px 0px 0px 5px; margin:10px 0px; }

.step19 { background:url(/images/step_19.gif) no-repeat left top; width:570px; padding:40px 0px 0px 5px; margin:10px 0px; }

.step20 { background:url(/images/step_20.gif) no-repeat left top; width:570px; padding:40px 0px 0px 5px; margin:10px 0px; }


/* FAQ要素 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.one_point {
	background: #FFEDDE url(/images/one_point.gif) no-repeat center top;
	margin:15px 0px;
	padding:50px 15px 15px;
	font-weight:normal;
	color:#333333;
}

.attention {
	background: #F7EDED url(/images/attention.gif) no-repeat 8px 8px;
	margin:0px;
	padding:40px 15px 15px;
	border-left:#DB0000 4px solid; 
}

.important_box {
	background: #EBF0F5 url(/images/important.gif) no-repeat 8px 8px;
	margin:0px;
	padding:40px 15px 15px;
	border-left:#2892FF 4px solid; 
}

.note {
	background: #EAEAEA url(/images/note.gif) no-repeat left top;
	margin:0px;
	padding:25px 15px 15px;
	border:#C5C5C5 1px solid; 
}

.related_info {
	background: url(/images/related_info.gif) no-repeat left top;
	margin:0px;
	padding:22px 15px 15px;
	border:#81D29C 1px solid; 
}

blockquote {
	background-color:#F5F2EC;
	border:#928873 1px dashed;
	padding:15px;
	margin:0px 15px;
	font-weight:normal;
	color:#655636;
}

.help-image {
	background-color:#EAEAEA;
	border:#C5C5C5 1px solid;
	padding:4px;
	margin:10px 0px 0px;
}

.no-border {
	background-color:transparent;
  border-style:none;
}

.link_icon {
	background:url(/images/link_icon.gif) no-repeat left top;
	padding-left:15px;
	margin:0px;
}

.box_main div.entry li {
	background:url(/images/list.gif) no-repeat left center;
	padding-left:18px;
	margin:5px 0px;
}

ul.link_list li { background:none !important; padding:0px !important; }

ul.link_list li a, ul.link_list li a:link, ul.link_list li a:link, ul.link_list li a:link{
	background:url(/images/link_icon.gif) no-repeat left top;
	padding-left:15px;
	margin:0px;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

pre.code {
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
  border: 1px dotted grey;
  padding: 0.5em;
}

/*===================================================================
 5: sub_common_header setting
===================================================================*/

div#header{
 padding:0 20px 0 15px;
 border-bottom:#dadada 1px solid;
}
div#header p.logo{
 float:left;
 padding:9px 0px 12px;
margin-right:23px;
 width:239px;
}
div#header div#headNav{
 float:left;
 width:650px;
 padding:9px 0 0;
}
div#header div#headNav h1, div#header div#headNav p {
font-size:small;
 font-weight:normal;
 color:#333;
}
#headNav h1{

}
div#header div#headNav li{
 display:inline;
 border-left:#333 1px solid;
 padding:0 0 0 10px;
 margin:0 0 0 7px;
 zoom:1;
 *line-height:1;
 *margin-top:3px;
}
div#header div#headNav li.home{
 padding:0;
 margin:0;
 border:0;
}

div#commonHeadUserNav {
width:948px !important;
}


/***********
new sidebar
***********/

#header #header_search{
	width: 230px;
}

#header .textarea{
	width: 300px;
}

#header ul{
	margin-top: 4px;
}

.first-step-guide-box{
  width: 585px;
  padding-top:5px;
}

/*.first-step-guide{
	float:left;
	padding: 0px 7px 5px 0px;
	width:187px;
}*/

ul.guide {
	padding:5px 0px 17px;
}

.guide li {
	width:187px;
	min-height:40px;
	float:left;
	padding: 0px 7px 5px 0px;
}

.guide p.thumb {
	float:left;
	margin-right:8px
}

p.guide_ttl {
	font-weight:bold;
	font-size:100%;
}


p.guide_txt {
	font-size:80%;
}

.thumb_r {
	float:right;
	width:128px;
	min-height:48px;
}

#informations-box .box_main{
	padding: 0 10px 0 7px;
}

#informations-box ul{
	padding-top: 5px;
}

#informations-box li{
	background:url(/images/list_circle.gif) no-repeat left center;
	margin: 5px;
	padding-left: 15px;
}

#user-menu{
	background:#D3D3D3 url(/images/guest_header_bg_t.gif) no-repeat center top;
	min-height:29px;
	_height:29px;
	padding:0px;
	margin:0px 0px 20px;
}


#user-menu ul{
	margin:0px;
	padding:7px 0px 0px;
}

#user-menu li{
	display:inline;
}

.user-menu_b {
	background:url(/images/guest_header_bg_b.gif) no-repeat center bottom;
	min-height:29px;
	_height:29px;
	padding:0 10px;
}

img{vertical-align:baseline;}
#commonHeadNav img{vertical-align:top;}


div#header div#headNav li {
	padding:2px 0px 0px 10px;
}

.faq_categories {
	padding:10px 12px 0px;
	margin-top:10px;
	line-height:1.2;
}

.category_cont {
	float:left;
	width:270px;
	padding:0px;
	margin:0px 5px 0px 0px;	
}

.category_cont_r {
	float:right;
	margin:0px;
	width:270px;
	padding:0px;
}

.faq_categories h4 {
	background:#EDEDED;
	border-left:4px solid #018C87;
	text-align:center;
	font-size:100%;
	padding:2px 0px;
	margin-bottom:10px;
}

.category_cont li, .category_cont_r li {
	margin:0px 0px 5px 0px;
	width:250px;
	background:url(/images/list_circle.gif) no-repeat left 5px;
	padding-left: 10px;

}

li.check_mark {
	background:transparent url(/images/list.gif) no-repeat scroll left center;
	margin-left:10px;
	padding-left:18px;
	padding-bottom:5px;
	padding-top:5px;
}

#inner .box_bottom {
	background: transparent url(/images/frame_bottom.gif) no-repeat scroll left bottom;
	height: 9px;
}

#inner .box_03 .box_bottom {
	background: none;
	height: 0px;
} 

.disabled {
  display: none;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
