@charset "Shift_JIS";

*{
	margin:0;
	padding:0;
	}
	
html,body{
height:100%;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#333333;
	background-image:url(image1/back-50bg2.png);
	margin: 0;
	padding: 0;
	color:#999999;
}

a{
	color:#666666;
	text-decoration:none;
	}

a:hover{
	text-decoration:underline;
	}
	
p{
	margin:15px;
	line-height:150%;
	}


h1{
	margin:20px 10px;
	border-bottom:1px dotted #FF6600;
	font-size:large;
	}

h2{
	margin:15px 5px;
	border-bottom:1px dotted #FF6600;
	font-style:italic;
	font-size:medium;
	}

h3{
	margin:10px 0px;
	border-bottom:1px dotted #FF6600;
	font-style:italic;
	font-size:small;
	line-height:150%;
	}




.grid_1 { width:80px; }
.grid_2 { width:160px; }
.grid_3 { width:240px; }
.grid_4 { width:320px; }
.grid_5 { width:400px; }
.grid_6 { width:480px; }
.grid_7 { width:560px; }
.grid_8 { width:640px; }
.grid_9 { width:720px; }
.grid_10 { width:800px; }
.grid_11 { width:880px; }
.grid_12 { width:960px; }

.column {
	margin: 0;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 960px;
	margin: 0 0;
	overflow: hidden;
}
.row .row {
	margin: 0 -2;
	width: auto;
	display: inline-block;
}

.box{
	margin:2px;
	border:1px solid #CCCCCC;
	}


.main{
	position:absolute;
	width:960px;
	left:50%;
	margin-top:0px;
	margin-left:-480px;
	background-color:#FFFFFF;
	}

#header{
background-image:url(image1/head-bg.png);
	
}

.gray{
	background-color:#929295;
	}
	
.brown{
	background-color:#f7f4ef;
	}
	
.white{
	background-color:#FFFFFF;
	}

.outline {
	border: 2px solid #dcd6b2;
}

.floatclear{
clear:both;
}


/*メニュー用*/

.categ{
	text-align:center;
	line-height:48px;
	margin:0;
	font-weight:bold;
	font-size: 12px;
			}
.categ a{
	display:block;
	text-decoration:none;
	background-image:url(image1/menu-bg-a.png);
	border-style:solid;
	border-width:2px 1px;
	border-color:#BBBBBB;
}			


.categ a:hover{
	color:#000000;
	text-decoration:underline;
	background-image:url(image1/menu-bg-hov.png);
	border-style:solid;
	border-width:2px 1px;
	border-color:#DDDDDD;
}

.navi{
	line-height:48px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	background-image:url(image1/menu-bg-hov.png);
	margin:0px;
	border-bottom:solid #333333 2px;
	border-right:solid #333333 1px;
	border-left:solid #FFFFFF 1px;
	border-top:solid #FFFFFF 2px;
	}

/*table zaiko*/

table{
	border:1px solid #EEEEEE;
	font-size:small;
	margin:5px;
	}
	
th{
	border-top:none;
	border-bottom:1px solid #CCCCCC;
	border-left:6px solid #FF6600;
	border-right:none;
	background-color:#F3F3F3;
	font-weight:normal;
	padding:1px;
	width:75px;
	font-size: x-small;
	}
	
td{
	border-top:none;
	border-bottom:1px solid #CCCCCC;
	border-left:none;
	border-right:none;
	padding:1px;
	width:143px;
	font-size:x-small;
	}



#footer {
	clear:both;
	margin-top:0px;
	background-image:url(image1/head-bg.png);
	color:#666666;
	bottom: 0px;
	width:auto;
	height:60px;
	text-align:center;
	font-size:small;
}

#footer ul{
	margin-bottom:1px;
}

#footer ul li{
	display:inline;
	margin-right:6px;
	padding-left:10px;
	border-left:1px solid #999;
	list-style-type:none;
	font-size:medium;
}

#footer ul li.home{
	padding-left:0;
	border-left:0;
}

#footer address{
	margin-top:5px;
	text-align:center;
	font-size:small;
}

#footer a{
	color:#666666;
	text-decoration:none;
} 

#footer a:hover{
	color:#000000;
	text-decoration:underline;
} 

