﻿@charset "utf-8";

/* ===================================================================
	Author: aki
=================================================================== */

#contents .conLeft{
	float:left;
	width:700px;
}

#contents .conRight{
	float:right;
	width:250px;
}


#cbox1 .cbox-inner{
	padding:10px 0 30px 0;
}

#cbox1 h2{
	padding-bottom:8px;
	background:url(../img/cmn/line.gif) bottom repeat-x;
}

#cbox2 .cbox-inner{
	padding:10px 0px 30px 0;
}

#cbox2 h2{
	padding-bottom:8px;
	background:url(../img/cmn/line.gif) bottom repeat-x;
}


.sample_01{
	border:#9b9b9b solid 1px;
}


.sample_01 th{
width: 20%;
padding: 10px 10px 10px 10px;
text-align: left;
vertical-align: top;
color: #333;
font-weight: bolder;
border-bottom:1px dashed #9b9b9b; 
background-image: url(../img/m1.jpg)
}


.sample_01 td{
width: 80%;
padding: 10px 3px 10px 30px;
text-align: left;
vertical-align: top;
color: #333;
border-bottom:1px dashed #9b9b9b; 
}

center{
 text-align: center;
}


