/*----------------------------------------------------------
   Embellir
-----------------------------------------------------------*/
@charset "utf-8";
/* setting
------------------------------------*/

body{
font-size: 12px;
line-height: 150%;
height:100%;
color: #444444;
}

html{
height:100%;
}

* html div#outline{
height:100%;
}

a { outline: none; }

a:hover img{
opacity:0.7;
filter: alpha(opacity=70);
}



* html #header img,
* html #menu img,
* html #footer img{
behavior: expression(IEPNGFIX.fix(this));
}

/*common
------------------------------------*/
p,ul,ol,li,div,dt,dd{
font-size: 12px;
}
h2{
margin-top: 0;
}

ul.pagelink li{
background: url('/images/common/bg_li.gif') left top no-repeat;
padding: 2px 0 2px 25px;
width: 280px;
float: left;
list-style: none;
}
a:link {/*未訪問のリンク*/
color:#84002f;
text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
color:#84002f;
text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
color:#c20057;
text-decoration:underline;
}
a:active {/*クリック中*/
color:#84002f;
text-decoration:none;
}

ul.pagelink li a:link {/*未訪問のリンク*/
color:#84002f;
text-decoration:underline;
}
ul.pagelink li a:visited {/*訪問後のリンク*/
color:#84002f;
text-decoration:underline;
}
ul.pagelink li a:hover {/*マウスをのせたとき*/
color:#c20057;
text-decoration:underline;
}
ul.pagelink li a:active {/*クリック中*/
color:#84002f;
text-decoration:none;
}

h3{
color: #555555;
font-size: 12px;
font-weight: normal;
padding: 2px 0 2px 5px;
background: #ffe9e9;
border-top: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
width: 625px;
margin: 10px auto 5px;
}
h4{
color: #555555;
font-size: 12px;
font-weight: normal;
padding: 2px 0 2px 5px;
background: #efede9;
border-top: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
width: 625px;
margin: 10px auto 5px;
}
h3.menu{
border-bottom: 1px solid #cccccc;
border-left: 4px solid #95003a;
color: #95003a;
font-weight: bold;
padding: 3px;
padding-left: 10px;
font-size: 14px;
}

.center{
text-align: center;
margin: 0 auto;
}
span.red{
color: #991111;
}
p{
padding: 10px;
}
.red{
color: #aa0041;
}


img.img_right{
float: right;
margin: 0px 15px 10px 10px;
}
img.img_left{
float: left;
margin: 0px 10px 10px 15px;
}


.textalign_center{
text-align: center;
}
.textalign_right{
text-align: right;
}
.textalign_left{
text-align: left;
}

img.photo{
padding: 3px;
background: #ffffff;
border: 1px solid #cccccc;
}

p.clear{
clear: both;
height: 10px;
}
div.clear{
clear: both;
height: 0px;
}

.text_right{
text-align: right;
margin: 7px 0 10px 0;
}

.textlink{
background: url('/images/bg_textlink.gif') left no-repeat;
padding: 0 0 0 15px;
}
.arrow{
margin: 4px 3px 0 0;
}

strong{
font-weight: normal;
}

span.yellow{
border: 1px solid #cccccc;
background: #FFCC00;
padding: 5px;
margin-bottom: 5px;
font-size: 10px;
}

p.right{
text-align: right;
}

img.br_service{
border: 1px solid #cccccc;
padding: 4px;
background: #ffffff;
}

div.plan_box{
padding: 30px;
border: 1px solid #cccccc;
width: 700px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 20px;
border-left: 5px solid #E4C7CD;
}

p.small{
font-size: 0.8em;
}

.float_left{
float: left;
}
.float_right{
float: right;
}
p.notice{
color: #7a0026;
}

.mb_5{
margin-bottom: 5px;
}
.mb_10{
margin-bottom: 10px;
}
.ml_10{
margin-left: 10px;
}
.ml_20{
margin-left: 20px;
}
.ml_30{
margin-left: 30px;
}
.mr_10{
margin-right: 10px;
}
.mr_20{
margin-right: 20px;
}
.mr_30{
margin-right: 30px;
}
.mb_10{
margin-bottom: 10px;
}
.mt_5{
margin-top: 5px;
}
.mt_10{
margin-top: 10px;
}
.mt_15{
margin-top: 15px;
}
.ps_10{
padding: 0 10px;
}
.ps_15{
padding: 0 15px;
}
.pr_15{
padding-right: 15px;
}
.ps_20{
padding: 0 20px;
}
.ps_30{
padding: 0 30px;
}
.pr_30{
padding-right: 30px;
}


/* Link Color
--------------------------------*/
a:link {
color:#000099;
text-decoration:underline;
}

a:visited {
color:#000099;
text-decoration:underline;
}

a:hover {
color:#3366CC;
text-decoration:underline;
}

a:active {
color:#3366CC;
}


/* outline
------------------------------------*/
#outline{
position:relative;
min-height: 100%;

}

body > #ouline{
height: auto;
}

#non_footer{
}



/* header
------------------------------------*/

#header{
background: url('/images/common/bg_header.jpg') center top repeat-x;
width: 100%;
height: 80px;
}
#header_inner{
margin-left: auto;
margin-right: auto;
width: 840px;
padding: 10px 20px 0px 20px;
height: 80px;
}

#header h1{
margin: 0 30px 0 0;
padding: 0;
color: #ffffff;
font-size: 10px;
font-weight: normal;
margin: 0 0 0 0 ;
width: 400px;
text-align: right;
float: right;
}



/* top_main_space
------------------------------------*/
#flash_space{
margin-left: auto;
margin-right: auto;
width: 840px;
height: 308px;
margin-bottom: 5px;
}

#sub_main_space{
margin-left: auto;
margin-right: auto;
width: 840px;
height: 120px;
margin-bottom: 5px;
}


/* global navi
------------------------------------*/
#navi{
margin-left: auto;
margin-right: auto;
width: 840px;
clear: both;
height: 50px;
margin-bottom: 0px;
vertical-align: bottom;
}


#navi img{
margin: 0;
padding: 0;
float: left;
line-height: 0;
}


/*content
------------------------------------*/
#content{
margin-left: auto;
margin-right: auto;
width: 840px;
padding: 10px 0px 0px 0px;
font-family: sans-serif;
clear: both;
background: #ffffff;
}

#main_content{
width: 650px;
float: right;
}

#side_content{
width: 170px;
float: left;
}



/* table
-----------------*/
table.common{
border: 1px solid #dfdfdf;
font-size: 12px;
width: 95%;
margin: 0 auto;
}
table.common th{
border: 1px solid #dfdfdf;
color: #555555;
background: #ffe9e9;
}
table.common td{
border: 1px solid #dfdfdf;
background: #ffffff;
}
table.common tr.odd th{
background: #ffe9e9;
}
table.common tr.odd td{
background: #ffffff;
}
table.common span.necessary{
color: #95003a;
font-size: 10px;
}
.no_border{
border: 0px solid white;
}

/* footer
------------------------------------*/
#footer{
background: url('/images/common/bg_footer.jpg') top center repeat-x;
height: 80px;
width: 100%;
font-family: sans-serif;
clear: both;
}

#footer_inner{
margin-left: auto;
margin-right: auto;
height: 70px;
width: 500px;
color: #ffffff;
padding: 10px 20px 0px 20px;
text-align: right;
vertical-align: bottom;
}

#footer_inner ul{
margin: 0;
padding: 0;
}

#footer_inner ul li{
float: right;
list-style-type: none;
margin: 0;
padding: 0;
margin-top: 15px;
}

#footer_inner img{
float: right;
margin-left: 20px;
margin-bottom: 10px;
}

#footer_inner div.copyright{
clear: both;
font-family: Arial;
color: #ffffff;
line-height: 14px;
}
#footer_inner div.copyright a{
color: #ffffff;
text-decoration: none;
}

/* footer Link Color
--------------------------------*/
#footer a:link {
color:#ffffff;
text-decoration:underline;
}

#footer a:visited {
color:#ffffff;
text-decoration:underline;
}

#footer a:hover {
color:#FFCC66;
text-decoration:underline;
}

#footer a:active {
color:#FFCC66;
}

/* menu page
-----------------*/
.menu_image{
float: left;
margin: 0 0 0 10px;
padding: 4px;
border: 1px solid #dddddd;
}
.w460{
width: 460px;
}


/* voice
-----------------*/
#main_content img.voice_image{
float: left;
margin: 0 0 10px 50px;
}

#main_content div.voice{
float: right;
width: 420px;
padding-right: 65px;
}
#main_content div.name{
clear: both;
margin-bottom: 30px;
padding-right: 60px;
text-align: right;
font-weight: bold;
}

#main_content div.voice b{
font-size: 14px;
display: block;
margin-bottom: 10px;
color: #B0214D;
}

#qa dt{
background: url('/images/voice/qa_q.gif') top left no-repeat;
padding-left: 40px;
height: 26px;
margin-bottom: 15px;
border-bottom:dotted 1px #666666;
color: #B0214D;
}
#qa dd{
background: url('/images/voice/qa_a.gif') top left no-repeat;
padding-left: 40px;
margin-bottom: 25px;
}

/* discount
-----------------*/
.w470{
width: 470px;
}

/********************************/
/* add EX from                  */
/********************************/
#feedList {
	margin: 0;
}
#feedList dt {
	height: 20px;
	padding-top: 5px;
	margin-left: 13px;
	color: #505050;
}
#feedList dd {
	margin: -20px 0 5px 5px;
	padding-left: 100px;
	color: #505050;
}
#feedList a {
	color:#009;
	text-decoration:underline;
}
#feedList a:hover {
	color:#36c;
	text-decoration:underline;
}

/* addas works
-----------------*/



#feedList dd { 
padding-left:120px;
padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	

}


#feedList a {color: #CC0033;}

