/* CSS Document */
* {
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	text-align: center;
	margin:0px;
	padding:0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}
br {
	padding:0px;
	margin:0px;
	clear: both;
}
#all {
	position: relative;
	height: 100%;
	width:920px;
	margin:0 auto;
	text-align: left;
	font-size: 13px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(img/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
html>body #all {
	height: auto;
	min-height: 100%;
}
.small{
	font-size:10px;
	margin-right: 7px;
}
.mid{
	font-size:13px;
	margin-right: 16px;
}
.big{
	font-size:15px;
	padding-right: 4px;
	margin-top: 10px;
	margin-left: 7px;
}

/*ヘッダー*/
#header {
	height: 80px;
	width: auto;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-style: normal;
	line-height: normal;
	background-image: url(img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.logo {
	height: auto;
	width: auto;
	float: left;
}
.header_cl {
	float: right;
	height: auto;
	width: 700px;
}
.header_lcm {
	float: left;
	height: auto;
	width: 470px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-top: 30px;
}
.header_rcm {
	float: right;
	height: 47px;
	width: 210px;
	text-align: right;
	color: #FFFFFF;
	padding-top: 33px;
	padding-right: 10px;
	font-size: 13px;
}
/*/ヘッダー*/
/*フッター*/
#empty, #footer {
	height: 50px;
	clear:both;
	margin-top: 10px;
}
#empty_navi, #footer {
	height: 100px;
	clear:both;
	margin-top: 10px;
}
#footer {
	height: 20px;
	width: 890px;
	text-align: right;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin-left: 10px;
	background-image: url(img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFFFFF;
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 30px;
}
.footer_navi {
	background-color: #F3F3F3;
	height: auto;
	width: 625px;
	position: absolute;
	bottom: 50px;
	margin-left: 260px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	line-height: 1.5;
}
/*.footer_navi ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.footer_navi li{
	float: left;
	margin-right: 15px;
	list-style-type: none;
}*/
/*/フッター*/

/*メインエリア*/
#main {
	height: auto;
	width: 900px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
}
#main-e {
	height: auto;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;	
}
#side {
	float: left;
	height: auto;
	width: 225px;
	text-align: left;
	line-height: normal;
	background-image: url(img/side_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
}
#content {
	float: right;
	height: auto;
	width: 665px;
	line-height: normal;
	line-height: 1.8;
	margin-right: 0px;
}
#Lcolumn {
	float: left;
	height: auto;
	width: 370px;
}
#Lcolumn326{
	float: left;
	height: auto;
	width: 326px;
}
#Rcolumn {
	float: right;
	height: auto;
	width: 280px;
}
#Rcolumn326 {
	float: right;
	height: auto;
	width: 326px;
}
/*サイドメニュー関連*/
#side a {
	display: block;
}

#side ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#side li {
	text-align: right;
	float: left;
	height: 50px;
	width: 70px;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}
.navi_menu {
	height: 50px;
	width: 70px;
}


/*サイドメニュー関連*/
.title {
	height: auto;
	width: auto;
	display: inline;
	position: relative;
	top: -5px;
	float: left;
	left: -6px;
}
.title_main {
	height: auto;
	width: auto;
	display: inline;
	position: relative;
	top: -20px;
	float: left;
	left: -33px;
}
.txt_box {
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.txt_box02 {
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.txt_box_wf {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.txt_box_main {
	padding-right: 32px;
	padding-left: 32px;
	border: 1px solid #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 20px;
	padding-top: 15px;
}
.txt_box_main ul {
	height: auto;
	width: auto;
	list-style-type: square;
	text-indent: 1em;
	line-height: 1.5;
	list-style-position: inside;
}
.txt_box_main li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	padding-top: 3px;
}
.txt_box_faq {
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.txt_box_faq ul {
	height: auto;
	width: auto;
	list-style-type: square;
	line-height: 2;
	list-style-position: inside;
}
.txt_box_faq li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.txt_box_Line {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.txt_box_blue {
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #006666;
	padding-bottom: 5px;
	margin-bottom: 20px;
	background-color: #CEFFFF;
}
.txt_box15 {
	line-height: 1.5;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}
.txt_box15b2 {
	line-height: 1.5;
	padding-right: 5px;
	padding-left: 5px;
	border: 2px solid #CCCCCC;
	padding-bottom: 5px;
}
.txt_box15_blue {
	line-height: 1.5;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #CEFFFF;
	padding-bottom: 5px;
	border: 1px solid #006666;
	margin-bottom: 15px;
}
.txt_box15_org {
	line-height: 1.5;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFE79B;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-top: 1px solid #FF9900;
	border-right: 1px solid #CC3300;
	border-bottom: 1px solid #CC3300;
	border-left: 1px solid #FF9900;
	margin-top: 20px;
}
.txt_box12_org {
	line-height: 1.2;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFE79B;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-top: 1px solid #FF9900;
	border-right: 1px solid #CC3300;
	border-bottom: 1px solid #CC3300;
	border-left: 1px solid #FF9900;
	margin-top: 20px;
}
.txt_box12_blue {
	line-height: 1.2;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #CEFFFF;
	padding-bottom: 5px;
	border: 1px solid #006666;
	margin-bottom: 15px;
}
.txt_box12_gre {
	line-height: 1.2;
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
	font-size: 80%;
	padding: 5px;
}
.txt_box12_green {
	line-height: 1.2;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #c1e0a3;
	padding-bottom: 11px;
	margin-bottom: 15px;
	border: 1px solid #507827;
	width: auto;
}
.txt_boxF12_15 {
	line-height: 1.5;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
	padding-bottom: 5px;
	font-size: 93%;
	width: 205px;
}
.top_txt18 {
	font-size: 220%;/*29px*/
	color: #FFFFFF;
	background-color: #006666;
	display: inline;
	float: left;
	margin-right: 5px;
	line-height: 1;
	margin-top: 5px;
	padding: 3px;
}
.top_txt15 {
	font-size: 189%;/*25px*/
	color: #FFFFFF;
	background-color: #006666;
	display: inline;
	float: left;
	margin-right: 5px;
	line-height: 1;
	margin-top: 5px;
	padding: 2px;
}
.txt_box_blog {
	padding-right: 32px;
	padding-left: 32px;
	border: 1px solid #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 20px;
	padding-top: 15px;
}
.txt_box_blog h2 {
	background-color: #636;
	height: auto;
	width: auto;
	color: #FFF;
	text-indent: 1em;
	font-size: 16px;
}
.txt_box_blog h3 {
	background-color: #066;
	height: auto;
	width: auto;
	color: #FFF;
	text-indent: 1em;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}
.txt_box_blog ol {
	height: auto;
	width: auto;
	list-style-type: decimal;
	margin-left: 50px;
	margin-bottom: 20px;
	list-style-position: outside;
	margin-top: 20px;
}

.dot_line_100 {
	background-image: url(img/dot_bg.gif);
	background-repeat: repeat-x;
	height: 13px;
	width: 100%;
	clear: both;
	background-position: 3px;
	margin-bottom: 20px;
}
.dot_line_280 {
	background-image: url(img/dot_bg.gif);
	background-repeat: repeat-x;
	height: 13px;
	width: 280px;
	clear: both;
	background-position: -13px;
	margin-bottom: 20px;
	margin-top: 5px;
}
.side_dot_line {
	background-image: url(img/dot_bg.gif);
	background-repeat: repeat-x;
	height: 13px;
	width: 220px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.dot_line {
	background-image: url(img/dot_bg.gif);
	background-repeat: repeat-x;
	height: 13px;
	width: 360px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.blank_box {
	height: 20px;
	width: auto;
}
/*TOPmap*/
.area_title {
	height: auto;
	width: auto;
	position: relative;
	left: -1px;
	top: -16px;
}
.area_title_main {
	height: auto;
	width: 166px;
	position: relative;
	left: -6px;
	top: -5px;
	overflow: hidden;
}
.map_box {
	background-image: url(img/map_s.jpg);
	background-repeat: no-repeat;
	height: 230px;
	width: 99%;
	border: 1px solid #CCCCCC;
	background-position: center 20px;
}
.area_next {
	float: right;
	height: auto;
	width: auto;
}
/*TOPmap*/
.header_rcm ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.header_rcm li {
	float: right;
	margin-top: 2px;

}
/**:first-child+html .header_rcm li {
	float: right;
}*/
.navi_pan {
	height: 20px;
	width: auto;
	background-image: url(img/pan_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.next_box {
	height: auto;
	width: auto;
	text-align: right;
	display: inline;
	float: right;
	position: relative;
	top: -6px;
}
.next_box-g {
	height: auto;
	width: auto;
	text-align: right;
	display: inline;
	float: right;
	position: relative;
}
.next_box_topic {
	height: auto;
	width: auto;
	text-align: right;
	display: inline;
	float: right;
	position: relative;
	top: -6px;
}
.next_box_s {
	height: auto;
	width: auto;
	text-align: right;
	display: inline;
	float: right;
	position: relative;
}
.box_center {
	text-align: center;
	height: auto;
	width: auto;
}
.title_ber {
	float: left;
	height: auto;
	width: auto;
	margin-left: -7px;
	margin-top: -11px;
}
.title_ber_rve1 {
	float: left;
	height: auto;
	width: auto;
	margin-left: 0px;
	margin-top: -11px;
	margin-bottom: 5px;
}
.komidashi {
	height: auto;
	width: auto;
	float: left;
	margin-left: 0px;
	margin-top: -11px;
	clear: both;
}
.komidashi_org {
	color: #000000;
	background-color: #FF9900;
	display: inline;
	position: relative;
	top: -5px;
	font-weight: bold;
	left: -8px;
	border-left: 10px solid #FF3300;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CC3300;
	border-bottom-color: #CC3300;
	padding: 3px;
}
.kuwashiku_org {
	background-color: #FF9900;
	clear: none;
	float: right;
	padding: 3px 5px;
	border-right: 10px solid #CC3300;
	position: relative;
}
.R_box {
	text-align: right;
	height: auto;
	width: auto;
	padding: 5px;
	clear: both;
}
.R_box_nopad {
	text-align: right;
	height: auto;
	width: auto;
	clear: both;
}

.txt_box12_green dl {
	height: auto;
	width: auto;
}
.txt_box12_green dt {
	height: auto;
	width: 97%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 3px;
}
.txt_box12_green dd {
	height: auto;
	width: auto;
	margin-left: 170px;
	top: -10px;
	margin-top: -26px;
	padding-top: 7px;
	padding-bottom: 3px;
}
.txt_box ul {
	height: auto;
	width: auto;
	list-style-type: square;
	text-indent: 1em;
	line-height: 1.5;
	list-style-position: inside;
}
.txt_box li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	padding-top: 3px;
}
.txt_title {
	color: #FFFFFF;
	background-color: #CC3366;
	height: auto;
	width: 100%;
	text-indent: 1em;
	font-weight: bold;
}
.txt_title_w {
	font-weight: bold;
	color: #006666;
	background-color: #FFFFFF;
	height: auto;
	width: 100%;
	text-indent: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
}
.txt_title_g {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006666;
	height: auto;
	width: 100%;
	text-indent: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
}
.txt_box_w {
	background-color: #FFFFFF;
	padding: 3px;
	height: auto;
	width: auto;
}
.title_img {
	height: 116px;
	width: auto;
	margin-bottom: 15px;
	overflow: hidden;
}
.title_img_blog {
	height: 96px;
	width: 545px;
	margin-bottom: 15px;
	overflow: hidden;
	background-image: url(img/blog.gif);
	background-repeat: no-repeat;
	padding-left: 120px;
	padding-top: 20px;
}
.price_box {
	background-image: url(img/price_box.gif);
	background-repeat: no-repeat;
	line-height: 1;
	padding-bottom: 10px;
	background-position: left bottom;
	margin-top: 10px;
}
.workflow {
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}
.workflow ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.workflow li {
	float: left;
	display: block;
}
.workflow_main {
	height: auto;
	width: 290px;
	margin-top: 10px;
	background-image: url(img/workflow_bg01.gif);
	background-repeat: no-repeat;
	background-position: -125px -10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.workflow_attention {
	background-color: #FFCC99;
	height: auto;
	width: 170px;
	margin-top: 10px;
	border: 2px solid #FF9900;
	line-height: 1.3;
	padding: 5px;
	float: right;
}
.attention {
	font-size: 140%;
	color: #FFFFFF;
	background-color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	line-height: normal;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.title_txt {
	width: 665px;
	overflow: hidden;
	height: 116px;
	margin-bottom: 15px;
	margin-top: 40px;
}
.faq_q {
	height: auto;
	width: auto;
	display: inline;
	margin-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC3366;
	padding-right: 20px;
	margin-bottom: 15px;
}
html>/**/body .faq_q {
	height: auto;
	width: auto;
	display: inline;
	margin-left: 10px;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC3366;
	padding-right: 20px;
	margin-bottom: 15px;
}
.faq_qi {
	background-color: #CC3366;
	display: inline;
	font-size: 200%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	margin-right: 10px;
}
.faq_a {
	padding: 10px;
	height: auto;
	width: auto;
	margin: 10px;
	border: 1px solid #FF9900;
}
.faq_ai {
	font-size: 200%;
	font-weight: bold;
	color: #000000;
	background-color: #FF9900;
	display: inline;
	position: relative;
	left: -10px;
	float: left;
	top: -10px;
	line-height: 1.1;
	padding-right: 3px;
	padding-left: 3px;
	height: auto;
	width: auto;
	clear: both;
}
.faq_list {
	height: auto;
	width: auto;
}
.faq_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.faq_list li {
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.faq_list li a {
	text-decoration: none;
}
.faq_list li a:hover {
	text-decoration: underline;
}
.faq_list2 {
	height: auto;
	width: auto;
}
.faq_list2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.faq_list2 li {
	height: auto;
	width: auto;
	padding-bottom: 5px;
	padding-left: 10px;
}
.faq_list2 li a {
	text-decoration: none;
}
.faq_list2 li a:hover {
	text-decoration: underline;
}

.kalender_box {
	height: auto;
	width: auto;
	background-color: #CCCCCC;
}
.performance_title {
	background-image: url(img/performance_title.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D9DFE0;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}
.title_husen_15 {
	height: auto;
	width: auto;
	float: left;
	position: relative;
	left: -6px;
	top: -7px;
	clear: right;
}
.topic_title {
	color: #FFFFFF;
	background-color: #006666;
	padding: 3px;
	height: auto;
	width: auto;
	text-indent: 1em;
}
.topic_title a{
	color: #FFFF00;
}
.topic_title a:hover{
	color: #FFFFFF;
}
.topics_box {
	height: auto;
	width: auto;
}
.topics_box ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 5px;
}
#saitmap {
	padding-right: 25px;
	padding-left: 25px;
	border: 1px solid #CCCCCC;
	padding-bottom: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
}
#saitmap ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-indent: 1em;
}
#saitmap li {
	height: 27px;
	width: auto;
	background-color: #E7E7E7;
	margin-bottom: 10px;
	padding-top: 3px;
}
.blog_title {
	background-color: #CCCCCC;
	height: auto;
	width: auto;
}
.blog_title_main {
	background-image: url(img/blog_t_main.gif);
	background-repeat: repeat-x;
	height: auto;
	float: left;
}
#price_navi {
	background-repeat: no-repeat;
	height: auto;
	width: 205px;
	padding-top: 50px;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-image: url(img/price_navi_bg.gif);
	background-position: left top;
	padding-bottom: 10px;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
}
#price_navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#price_navi li {
	height: auto;
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
#price_navi a:hover {
	color: #CC0000;
}
#topics_box {
	height: auto;
	width: 100%;
}
#topics_box ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topics_box li {
	height: auto;
	width: 100%;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 8px;
}
.caption {
	height: auto;
	width: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006666;
	margin-bottom: 15px;
	text-indent: 1em;
}
.service_k {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333399;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	line-height: 1.5;
	padding-top: 5px;
	margin-top: 15px;
}
#service_list {
	height: auto;
	width: auto;
}
#service_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #99FFCC;
	height: auto;
	width: auto;
	text-indent: 0em;
}
#service_list li {
	float: left;
	background-color: #F2F2F2;
	margin: 0px 15px 15px 0px;
	padding: 10px 7px;
	text-align: center;
	border: 1px solid #CCCCCC;
	width: 167px;
}
#service_list .txt {
	line-height: 1.3;
	height: auto;
	width: auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	padding-left: 8px;
}
.syousai {
	font-size: 85%;
	padding: 3px;
	height: auto;
	width: 85px;
	background-color: #FFFFFF;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #FF9900;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.syousai a{
	text-decoration: none;
	display: block;
}
.syousai a:hover{
	color: #CC0000;
	text-decoration: underline;
}
.form {
	font-size: 85%;
	padding: 3px;
	height: auto;
	width: 85px;
	background-color: #FFFFFF;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #009900;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
}
.form a{
	text-decoration: none;
	display: block;
}
.form a:hover{
	color: #CC0000;
	text-decoration: underline;
}

.tab_c {
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 20px;
}
.require {
	color:#FF0000;
}
.error{
	color:#FF0000;
	background-color: #FFD9D9;
}
.form_box {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.buttons {
	text-align: center;
	height: auto;
	width: auto;
	margin-top: 20px;
}
#price_list {
	height: auto;
	width: auto;
}
#price_list li {
	float: left;
	height: auto;
	width: 314px;
	margin-right: 6px;
	border: 1px solid #999999;
	margin-bottom: 6px;
	padding: 5px;
}
#price_list ul {
	list-style-type: none;
}
.epub_topbox {
	background-image: url(img/epub_topbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 110px;
	margin-bottom: 15px;
	border: 1px solid #CC3366;
	padding: 10px 10px 10px 5px;
}
.epub_top_r {
	float: right;
	height: auto;
	width: 190px;
	line-height: 1.3;
}
.epub_service_r {
	float: right;
	height: auto;
	width: 480px;
}
.t_list {
	height: auto;
	width: auto;
}
.t_list td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.b_titel {
	padding: 5px;
	height: auto;
	width: 100%;
	background-color: #993366;
	line-height: normal;
	margin-bottom: 10px;
	color: #FFFFFF;
}
.w3c_l {
	float: left;
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.w3c_r {
	float: right;
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.service_box {
	background-image: url(img/bg_service.jpg);
	background-repeat: no-repeat;
	background-position: right 150px;
	height: auto;
	width: auto;
}
.b-plinkkaisetu {
	height: auto;
	width: auto;
	padding-left: 20px;
}
.partner_Btitle {
	background-image: url(img/partner_bBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 55px;
	width: 100%;
	text-indent: 6em;
	margin-bottom: 15px;
	padding-top: 20px;
}
.partner_Ltitle {
	background-image: url(img/partner_lBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 55px;
	width: 100%;
	text-indent: 6em;
	margin-bottom: 15px;
	padding-top: 20px;
}
.tst {
	height: auto;
	width: auto;
}
.tst a{
	color: #FFFFFF;
}
.s-links {
	margin-bottom: 10px;
}
.u_line {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 10px;
	margin-top: 10px;
}
.form_a {
	padding: 10px;
	height: auto;
	width: auto;
	margin: 0px 0px 10px;
	border: 1px solid #FF9900;
	font-size: 80%;
	line-height: 1.2;
}
.form_title {
	font-size: 120%;
	font-weight: bold;
	color: #990000;
	margin-bottom: 5px;
}
.tabl-box {
	width: 190px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #066;
	margin-bottom: 15px;
	line-height: 1.3;
}

.plan-list {
	text-align: center;
	height: auto;
	width: auto;
}
.plan-list ul {
	height: auto;
	width: auto;
	list-style-type: none;
}
.plan-list ul li {
	float: left;
	height: auto;
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
}

