/* CSS Document */


/*■初期設定*/

body{
	color:#000000;/*通常のテキストカラー*/
	}
a{
	color:#0099FF;/*通常のリンクテキストカラー*/
	}

a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}



/*■初期設定ここまで*/


*{ margin:0; padding:0;}
img{ border:0;}



/*■フォントサイズ調整*/
body {
    font-size: 14px; /* モダンブラウザ */
    *font-size: 90%; /* IE 7 */
    *font:80%; /* IE 6以下 */
}
body{
	text-align:center;
	}

.CNT{ text-align:center;
    
	
                     }
.L{ text-align:left;}
.R{ text-align:right;}


#container{
	width:800px;
	margin:auto;
	text-align:left;
	}
h1{
	font-size:11px;
	font-weight:normal;
	color:#333333;
	line-height:15px;
	height:13px;
	}		
#head{
	
       background:url(img/h1_bg.jpg) repeat-x;
	height:50px;
	margin:0 0 1px 0;
	zoom:100%;        
        }

#head:after{
    content: "";   clear: both;
    height: 0;
    display: block;
    visibility: hidden;		
	}	

#head h2{
	margin:10px 0px 0 0;
	font-weight:normal;
	
        float:left;
	width:300px;
        }
#head h2 a{
	font-size:20px;
	padding:0px 0px 0 18px;
        line-height:30px;
	vertical-align:top;
	text-decoration:none; color:#FFFFFF;
	}
#head_menu{
	background:url(img/bg_menu.jpg);
	height:30px;
	float:right;
	width:500px;
	margin:10px 0 0 0px;
	}
#head_menu ul{
	
        list-style-type:none;
	margin:20px 0 0 30px;
	zoom:100%;
	}
#head_menu ul:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;	
	}	
#head_menu ul li{
	float:left;
	font-size:14px;
	color:#FFFFFF;
	}
#head_menu ul li a{
	color:#FFFFFF;
	text-decoration:none;
	font:14px;
	}
#head_menu ul li a:hover{
	color:#FF6600;
	text-decoration:underline;
	}
#contents{
	margin:0 0 20px 0;
	clear:left;
	}
#main_image{
	background:url(img/top/aosora.jpg) no-repeat;
	height:250px;
	margin:0 0 1px 0; 
	}
#main_image p{
	padding:72px 10px 0 20px;
	color:#FFFFFF;
	font-size:12px;
	}

#main_up{
	background:url(img/bg_main_up.jpg);
	height:40px;
	}
#main{
	background:url(img/bg_main.jpg) repeat-y;
	padding:6px;
	}
#main_in{
	height:300px;
	overflow:auto;
	padding:10px;
	}
#main_dwn{
	background:url(img/bg_main_dwn.jpg);
	height:40px;
	}
#main p{
	margin:8px 0 0 0;
	}

#copy{
	clear:left;
	background-color:#6D6D6D;
	height:20px;
	font-size:10px;
	text-align:right;
	color:#ffffff;
	border: double #cccccc;
	border-width:3px 0 0 0;
	padding:2px;
	}
#copy a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
	}
#copy a:hover{
	color:#FFFFFF;
	}



/***トップ***/
#top{

	}
#top h3{
	font-size:18px;
	color:#663300;
	}
#top div#top_up{
	border:solid #333333;
	border-width:2px 0 0 0;
	zoom:100%;
	margin:0 0 20px 0;
	}
#top div#top_up:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#top div#left{
	float:left;
	width:400px;
	margin:20px 0 0 0;
	}
#top div#left p{
	line-height:180%;
	margin:10px 0 10px 0;
	}	
#top div#info{
	float:left;
	width:360px; 
	height:220px;
	margin:10px 0 0 36px;
	background:url(img/bg_bwn.jpg);
	}
#top div#info h4{
	font-size:12px;
	margin:10px 0 0 10px;
	}

#top div#info h5{
	margin:10px 10px 0 10px;
	font-size:12px;
	}
#top div#info h6{
	margin:4px 10px 0 10px;
	     
        font-weight:bold;
        
	}

#top div#info p{
	margin:4px 10px 0 10px;
	font-size:12px;
	line-height:130%;
	}

#top div#bnr_sps{
	clear:left;
	margin:0 0 20px 0;
	zoom:100%;
	}

#top div#bnr_sps:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}	

#top div#bnr_sps p{
	width:250px;
	height:84px;
	float:left;
	margin:0 5px 0 0px;
	}

#top div#bnr_sps p a{
	background:url(img/wa.jpg);
	display:block;
	width:250px;
	height:84px;
	color:#ffffff;
	font-size:16px;
	line-height:84px;
	font-weight:bold;
	text-decoration:none;
	text-indent:10px;
	}

#top div#bnr_sps p a:hover{
	font-size:16px;
	filter:alpha(opacity=75); /*IE*/
	-moz-opacity:0.75; /*FF*/
	}

#top div#bnr_type{
	margin:10px 0 0 0;
	height:114px;
	}
#top div#bnr_type p{
	float:left;
	margin:0 4px 0 4px ;
	}


/***その他のページ***/

#other_page{line-hight:200%
	}
#other_page h3{
	width:700px
       margin:0 0 10px 0;
       padding:2px 8px;
       border-width:0 0 5px 0;
       border-color:#029EBC;
       border-style:solid;
       background:#fff;
       color:#6fd5e7;
       line-height:100%;
       line-weight:bold;
       text-align:right;
        }

	
#other_page h4{
	hight:15px;margin:0px 0px 5px 0px;
        padding:8px 0px 0px 22px;
	width:600px;
	font-size:18px;
	font-weight:bold;
	color:#444444;
	background-image:url(img/head015_05.png)  ;
        }
#other_page h5{
	font-size:16px;
	line-height:1.5em;
        margin:10px 10px 0 50px;
	color:#6600cc;
	}	

#other_page h6{
	font-size:100%;
	line-height:1.5em;
	margin:1em 270px 10px 1em;
	background-color:#ccff00;
	}	


#other_page div.styleA{
       float:left;
       }
       
#other_page div.styleB{
       background-color:#BEDC81;
       width:40px;
       padding:10px;
       font-color:#006666;
       font-size:18px;
       font-weight:bold;
       }

#other_page div.styleC{
       float:right;
       table border:2px #99ccff solid;
       
       }
         
#other_page div.typeA{
	}
#other_page div.typeA p{
	margin:0 1em 0px 60px;
	line-height:110%;
        font-seze:14px;
	}
#other_page div.typeB{
	margin:0;
        }

#other_page div.typeB:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}

#other_page div.typeB p{
	vertical-align:sub;
        }	

#other_page div.typeB div.left{
	float:left;
	width:370px;
	}
#other_page div.typeB div.right{
	float:right;
	width:370px;
	margin:0 0 0 20px;
	}

#other_page div.typeC{
        float:left;
        width:440px;
        }

#other_page div.typeD{
        font-size:16px;      
        line-height:100%;
        background:url(img/ba_b028.gif) no-repeat;
        padding:10px ;
        width:800px;
        }

#other_page div.typeD p{
        font color:#006633;
        }

#other_page div.issiki{
	margin:0 0 0 30px;
        font-size:100% ;
	line-height:1.5em;
	font-weight:bold;
	color:#0000cc;
	}

#other_page div.typ{
        font-size:100%;
        line-height:100%;
        color:#FFCC66;
        padding:10px 40px ;
        }
	
#other_page div.typeE div.left{
	float:left;
	width:440px;
	}

#other_page div.typeE div.left p{
       margin:0 1em 0px 60px;
	line-height:110%;
        font-seze:14px;
	}


#other_page div.typeE div.sdw_body{
	float:right;
	width:350px;
	background:url(img/shadow_bg.jpg) no-repeat left bottom;
	padding-bottom:20px;
	text-align:left;
        }
#other_page div.typeE div.sdw_body-inner {
	background:#FFF5EC url(images/shadow_body.jpg) no-repeat left top;
	padding:20px;
        }

#other_page div.typeE div.sdw_body p {
	margin:0 0 10px 0;
       }

#other_page div.typeE div.right p{
       margin:2em ;
       }
       
#other_page div.work{
       margin:0 1em 0px 60px;
       line-height:110%;
       }
       

#other_page div.line{
       border-bottom:solid 2px #660033;
       }

#other_page div.sample1{
       width:240; height:850;
       padding:1em;
       border-color:#996666;
       img margin:10px 10px;
       background-color:#F0FFF0;
       }

#other_page div.sample1 p{
       margin:0 10px 10px 20px; 
       }

#other_page div.bottom{
      vertical-align:bottom;
      line-height: 130%;
      

      
       }
#other_page div.canpene{
       background-color:#FF6666;
        padding:10px;
       width:340px;
       
       }

#other_page div.fone{
       margin:10px;
       font-size:18px;color:#33CC33;

       }
 




#other_page div.enkaku{
	background-color:#0abcdb;
        padding:10px 0px 0px 10px;
	font-size:18px;
	font-weight:bold;
        }

#other_page div.nounyu p{
       margn:5px 40px; width:600px; 
       padding:5px 0px 5px 40px;
       font-size:13px;
       background-color:#EBF7FA;
       line-height:100%;   
       }

#other_page div.back{
       position:static;
       padding:13px 30px 0 40px;
       aligin:top;
       }

#other_page div.foto{
       position:absolute;
       left:290px; top:-70px; 
       zoom:100%;
       z-index:2;      
       }

#other_page div.hand{
       position:relative;
       left:100px; top:-70px;       
       z-index:1;
       }

#other_page div.info{
       font-size:16px;
       background-color:#d5f1f6;
       line-height:150%;       
       }





#other_page p.margin_none{ margin:0;}


/*テーブルセット*/
#tbl_setA{
	border:#330000 solid 1px;
	border-collapse:collapse;
	margin:0;
	}
#tbl_setA th{
	border:#330000 solid 1px;
	background:url(img/bg_th_a.gif);
	padding:6px;
	color:#330000;
	text-align:center;
	}
#tbl_setA td{
	border:#330000 solid 1px;
	padding:6px;
	color:#333333;
	}
	
	
/******************************************************************************************************/
#p-copy{
	width:800px;
	text-align:left;
	margin:auto;

	}
#p-copy p a{
	background:url(img/copy_pondt_wt.gif) no-repeat;
	display:block;
	width:24px;
	height:13px;
	text-indent:-9999px;
	margin:5px 0 0 776px;
	}