/* カラム設定
----------------------------------------------- */

html,body { width:100%; height:100%; }

* { margin : 0 ; padding : 0 ; }
#my_body { margin: 0 auto; width : 810px ; height:100%; min-height: 100%;}
#header { margin:0; width : 100% ; height : 100px ; }
#navigation { float : left ; width : 173px ; margin:34px 0 0 12px; padding:0;}
#contents { float : left ; width : 591px ; height:100%;  min-height: 100%; margin:44px 0 0 0 ;}
#footer { width : 100% ; clear : both ; }
body > #my_body { height: auto;}
body > #contents { height: auto;}

/* 文字設定
----------------------------------------------- */

.basics12 {font-size: 12px; color:#330000; text-indent:30px; line-height:35px; text-decoration:none;}   
.basics12_1 {font-size: 12px; color:#330000;}
.basics12_2 {font-size: 12px; color:#330000; text-decoration: underline;}
.basics12_3 {font-size: 12px; color:#330000; font-weight:bold;}
.basics12_indent2 {font-size: 12px; color:#330000; text-indent:60px; line-height:35px;} 
.red12 {font-size: 12px; color: #CC0000; }
.red12_bold {font-size: 12px; color: #CC0000; font-weight:bold;}
.link12{font-size:12px; color:#669999; text-decoration:none;}
.link12_bold{font-size:12px; color:#669999; text-decoration:none; font-weight:bold}
.link12_indent{font-size:12px; color:#669999; text-decoration:none; text-indent:100px; line-height:35px;}
.brown12{font-size:12px; color:#CC6600;}
.green12_bold {color: #006633; font-weight: bold;}
.green12_336633 {font-size: 12px;color: #336633;}
.pink_12 {color: #CC6666}
.blue {color: #336699;font-weight: bold;}

.basics10{font-size:10px; color:#330000;}
.black10 {font-size: 10px;}
.red10 {font-size: 10px; color: #CC0000; }
.link10{font-size:10px; color:#669999; text-decoration:none;}
.link10_bold{font-size:10px; color:#669999; text-decoration:none; font-weight:bold;}
.style5 {color: #66CC00}


/* header区切り線位置設定
----------------------------------------------- */
#hr_header{margin:23px 0 0 0 ;}