/** フォトサイズ相対表

100%は12pt
96% - 94%は12pt
90% - 88%は11pt
84% - 82%は11pt

78% - 75%は10pt
71% - 69%は10pt/8pt
65% - 63%は10pt

59% - 57%は8pt
53% - 50%は6pt

**/


/** body,h,pタグ段落０初期化 **/
body {
	margin: 0px;
	padding: 0px;
	background-color:;
	background-image: url(../image/bg_white.gif);
	background-position: left;
	background-repeat: repeat-y;
}
h1,h2,h3,h4,h5,h6,h7,p { margin: 0px;padding: 0px;}

a:visited{ color: #0000CC; }

#com{
    background-color: #FFFFFF;
    color: #333333;
    }
#com h1{
    font-size: 12px;
	}

/** 文字装飾用クラス **/
.bold        { font-weight: bold;									}
.center 	 { text-align: center;									}
.justify     { text-align:justify; text-justify:inter-ideograph ;	}
.floatleft	 { float: left;											}
.floatright	 { float: right;										}



/* ////////////////////////////////////// */
/*                                        */
/*                Frame                   */
/*                                        */
/* ////////////////////////////////////// */

#frame {
	text-align: left;
	width: 775px;
	background-image: url(../image/frame_bg.gif);
	background-repeat: repeat-y;
	font-size: 12px;
	}


/* ////////////////////////////////////// */
/*                                        */
/*               header                   */
/*                                        */
/* ////////////////////////////////////// */

#header {
	background-image: url(../images/header_banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	width: 208px;
	margin-right: 10px;
}
#header h1 {
	text-indent: -9999px;
}

#Contents {
}


/* ////////////////////////////////////// */
/*                                        */
/*               Footer                   */
/*                                        */
/* ////////////////////////////////////// */
#fc{
    width: 535px;
	margin-top: 30px;
	clear: both;
	}
#footer {
	width: 535x;
	height: 22px;
	padding: 0px 0 5px 60px;
	background-color: #545454;
	font-size: 12px;
	clear: both;
}
#footer ul,#footer li{
    margin: 0;
	padding: 0;
	list-style: none;
	}
#footer li{
    float: left;
	margin: 8px;
	}
#footer a,#footer a:link,#footer a:visited{
    color: #FFFFFF;
	text-decoration:none;
	}
#address{
    clear: both;
	margin-top: 10px;
	padding: 10px 0 10px 0;
	}
#address p{
    float: right;
	margin-right: 15px;
	}
/* ////////////////////////////////////// */
/*                                        */
/*                side left               */
/*                                        */
/* ////////////////////////////////////// */
#side_left{
	width: 208px;
	float: left;
	margin: 0;
	padding: 0;
}
#side_left p{
    margin-left: 14px;
	}
.rogo{
    margin: 0 0 0 10px;
	}
.blog{
    margin: 0 0 0 14px;
	}
	
	
/* ////////////////////////////////////// */
/*                                        */
/*                side right              */
/*                                        */
/* ////////////////////////////////////// */
#side_right{
	width: 535px;
	float: right;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 17px;
}


/* ////////////////////////////////////// */
/*                                        */
/*                main                    */
/*                                        */
/* ////////////////////////////////////// */
#main{
	width: 521px;
	padding-left: 25px;
}


/* ////////////////////////////////////// */
/*                                        */
/*                top contens             */
/*                                        */
/* ////////////////////////////////////// */
#main{
    width: 535px;
	margin: 0;
	padding: 0;
	}
.main{
    margin-bottom: 12px;
	}
.tel{
	margin-left: 60px;
	 } 
.contents{
    margin: 12px 0 20px 0 ;
	padding: 0;
	}
.contents_com{
    padding: 5px 0 0 0;
	line-height: 1.3em;
	width:168px;
	}
	

/* ////////////////////////////////////// */
/*                                        */
/*               会社概要　　             */
/*                                        */
/* ////////////////////////////////////// */
#c_b{
     width: 487px;
	 margin: 20px 0;
}
.c_bg{
     background-color: #E7E7E7;
	 border-bottom: 1px solid #999999;
	 padding: 5px;
      }
.c_bg02{
     background-color: #E7E7E7;
	 padding: 5px;
      }
.c_bg03{
     border-bottom: 1px solid #999999;
	 padding: 5px;
      }
.c_bg04{
	 padding: 5px;
      }
#c_b table{
     border-top: 1px solid #000000;
	 border-bottom:1px solid #000000;
	 }






