@charset "utf-8";

/*
	Site Name: 
	Description:layout
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1:LAYOUT
	2:BASIC
	3:OTHER

==========================================================
*/

/*
===== 1: LAYOUT ==========================================
*/

#detail_block{
padding:0 15px;
}
.main-body{
margin:0 10px;
}
/*
===== 2: BAISC ==========================================
*/

h2{
   margin:5px 0;
}
h3{
    clear:both;
    margin:5px 20px;
    padding:1px 8px 0;
    background-image:url(/img/shared/headers/h3-header.gif);
    border:1px dotted #aac6e1;
    font-weight:bold;
    line-height:1.5;
    font-size:100%;
}
p{
margin:8px 5px 8px;
line-height:1.4;

}
.print-menu{
text-align:right;
}

/*
===== 3:  MAIN==========================================
*/

#main li{
list-style-type: decimal;
}

#main ol{
margin:5px 50px;
}
#main ul{
margin:0px 10px;
}

#main ul li{
list-style-type: none;
background-image:url(/img/shared/marker/marker-shikaku.gif);
background-repeat:no-repeat;
background-position:0px 4px;
padding-left:13px;
}

.bg-light-blue{
padding:5px 10px;
}

.pc-image{
margin:0 5px 5px 0;
float:left;
}

