/*全体の設定*/
body{
	color:#46342f;
	font-size:10pt;
	background-color:white;
	font-family:'ＭＳ ゴシック','Osaka';
	text-align:left;
	margin:0px;
}

a:hover {
 text-decoration:underline;
}
a {
	color:#885D04;
	text-decoration:none
}

/*文字の設定*/
p{
	color:#46342f;
	font-weight: normal;
	font-size:10pt;
	margin-left:10px;
	margin-top:0px;
	margin-bottom:10px;
}

/*タイトルの設定*/
h1{
	color:#a87235;
	font-width:bold;
	font-size:16pt;
	text-align:center;
}

h2{
	color:white;
	font-width:normal;
	font-size:12pt;
	text-align:left;
	margin-left:10px;
	margin-top:0px;
	margin-bottom:0px;
	vertical-align:middle;
}

h3{
	color:#885D04;
	font-width:bold;
	font-size:16pt;
	margin-bottom:20px;
	margin-top:20px;

}

img {
	border:none;
}


/*その他テーブルの設定*/
table {
	width:600px;
	border-style:solid;
	border-width:1px;
	border-color:#46342f;
	border-collapse: collapse;
}

th {
	padding-left:50px;
	padding-top:0px;
	padding-bottom:0px;
	background:url(../images/bg2.jpg) no-repeat left #C79E48;
	border-width:1px;
	height:30px;
	vertical-align:middle;
}

td {

	font-family:'ＭＳ ゴシック','Osaka';
	padding-top:5px;
	padding-bottom:5px;
	border-color:#46342f;
	border-style:solid;
	border-width:1px;
	font-size: 10pt;
	vertical-align:middle;

}

.cel1{
	width:100px;
	background-color:#F2E6B5;
	text-align:center;
}

.cel2{
	width:350px;
	background-color:#FFFBEB;
	padding-left:20px;
}

.cel3{
	width:150px;
	background-color:#FFFBEB;
	text-align:right;
}

/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(YourImageHere.png) no-repeat bottom right; 
} 
.cssbox { 
    width: 335px !important; /* intended total box width - padding-right(next) */
    width: 320px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 20px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left; 
    margin-right: 25px; /* interior-padding right */ 
    padding: 15px 0 15px 40px; /* mirror .cssbox_head right/left */ 
} 



