@charset "shift_jis";

/* CSS Document */

/*--------------------------------------------------------*/
/*---------------↓CSS.Reset-----------------------------*/
html, body, div, span, applet, object, iframe,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
a, abbr, acronym, address, big, cite, code,  
del, dfn, em, font, img, ins, kbd, q, s, samp,  
small, strike, strong, sub, sup, tt, var,  
b, u, i, center,  
dl, dt, dd, ol, ul, li,  
fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html{
	height: 100%;
}
body {
	min-height: 101%;
	background: #fff;
	color: #000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Verdana "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 100.01%;
	text-align: center;
}
h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
}
a {
	color: #009900;
	text-decoration: underline;
}
a:hover { color: #0000CC; }
img,fieldset {
	border: 0 none;
}
ul {
	list-style: none;
}
dt {
	font-weight: 700;
}
blockquote, cite {
	width: auto;
	font-size: 0.93em;
	margin: 0 0 1em 1.5em;
}
hr {
	display: none;
	border: 0 none;
	margin: 3px auto;
}
code {
	font-family: "Courier New", Courier, monotype;
	font-size: 1em;
}
th,td,dt,dd {
	text-align: left;
	vertical-align: top;
}
th,dt {
	font-weight: bold;
}
address {
	font: 0.9em/1.4em verdana, sans-serif;
	font-style: normal;
}


/*---------------↑CSS.Reset-----------------------------*/
/*------------------------------------------------------*/


/*===============↓clearfix================*/
.clearfix:after {
	content: "."; /* 新しい要素を作る。 「.」は他の文字でもかまいません。*/
	display: block; /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
	}
.clearfix {
	min-height: 1px;
	}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
	}
/*===============↑clearfix================*/


/*--------------------------------------------------------*/
/*---------------↓base-----------------------------*/
.clear { clear: both; }
.c001 { background: #A9A9A9; }/*169*/
.c002 { background: #9B9B9B; }/*155*/
.c003 { background: #787878; }/*120*/
.c004 { background: #646464; }/*100*/
.c005 { background: #505050; }/*80*/
.c006 { background: #E6DCD2; }/*230 220 210*/
.c007 { background: #BDB0A2; }/*189 176 162*/
.glay { color: #5F5F5F; }

#wrapper {
	width: 715px;
	margin: 0 auto;
}
#header {
	width: 715px;
	height: 95px;
	background: url(img/title_item.jpg) no-repeat;
	margin-bottom: 10px;
}
#header h1, #header p{
	text-indent: -9999px;	
}

#container {
	width: 680px;
	margin: 0 auto;
}
#title {
	width: 40px;
	float: left;
}
#content {
	width: 640px;
	height: 520px;
	margin-bottom: 10px;
	float: right;
}
#innerBox {
	width: 620px;
	color: #FFFFFF;
	margin: 10px;
}
#left {
	width: 210px;
	float: left;
}
#right {
	width: 400px;
	float: right;
}
#content ul { text-align: left; }
#content p {
	font-size: 16px;
	text-align: justify;
	padding-top: 10px;
}



div#footer {
	clear:both;
	width: 100%;
	background: #433B44;
	text-align: center;
}
div#footer address {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
}






