@charset "UTF-8";
/* top.css */

/* //////////////////////////////////////////////
#カラム設定
/////////////////////////////////////////////// */
#column-top-a {
float:left;
margin:0;
padding:0;
width:57%;
height:545px;
overflow:hidden;
background:url("../image/top/bg_main.jpg") top right repeat-x;
}

#column-top-b {
float:left;
margin:0;
padding:0;
width:43%;
height:545px;
overflow:hidden;
}


#column-top-a div{
float:right;
margin:0;
padding:0;
width:200px;
height:545px;
}


/* ////////////////////////////////////////
#menu (メニュー関連)
//////////////////////////////////////// */
#column-top-a p{
margin:515px 0 0 0;
padding:5px 15px;
text-align:left;
color:#FFF;
}


/* //////////////////////////////////////////////
#基本設定
/////////////////////////////////////////////// */

h2 {
background:url("../image/top/bg_title.png") top right no-repeat; }

#column-top-b p{
margin:20px auto 0 auto;
padding:20px;
width:400px; /*241010 310pxから変更*/
line-height:200%;
}

#column-top-b p.injection{
border:1px dotted #300;
margin:-10px auto !important;
padding:10px;
width:290px;
line-height:200%;
}

#column-top-b span{
font-weight:bold;
/*display:block; 241010 削除*/
}
