/***************************
Initialize
***************************/
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;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background: #FFF;
	color: #333;
	font-size: 13px;
	line-height: 1.0em;
	text-align: center;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


table {

	border-spacing: 0;
}
p { 
	margin: 0px;
	padding: 0px;
	line-height: 1.0em;
}
a { 
	color: #FF6600;
	text-decoration: none;
}
/***************************
Common
***************************/
.clear { 
	clear: both; 
}
.bold { 
	font-weight: bold;
}
.small {
	font-size: 0.8em;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.just_size {
	width: 100%;
}

.link_blank {
	background: url(../../img/blank-icon.gif) right no-repeat;
	padding-right: 15px;
}
.txt_icon {
	background: transparent url(../../img/txt-icon.gif) right no-repeat;
	padding-right: 15px;
}
/***************************
Color
***************************/
.red { 
	color: #ac0000; 
}
.red2 {
	color: red;
}
.orange {
	color: orange;
}
.blue {
	color: blue;
}
.green {
	color: green;
}
.yellow {
	color: #ff9a00;
}
.brown {
	color: #993300;
}

/***************************
Layout
***************************/
body { 
	margin: 0 auto;
	height: 100%;
	background: white;
}
#wrap {
	min-width: 320px;
	max-width: 100%;
	text-align: left;
}
#header { 
	margin: 0px auto; 
	position: relative;
	border-top:  4px solid #A8956B;
background: #ede9e1; /* Old browsers */
background: -moz-linear-gradient(top,  #ede9e1 0%, #fffffe 12%, #f6f5f1 62%, #e5e0d6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ede9e1), color-stop(12%,#fffffe), color-stop(62%,#f6f5f1), color-stop(100%,#e5e0d6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ede9e1 0%,#fffffe 12%,#f6f5f1 62%,#e5e0d6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ede9e1 0%,#fffffe 12%,#f6f5f1 62%,#e5e0d6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ede9e1 0%,#fffffe 12%,#f6f5f1 62%,#e5e0d6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ede9e1 0%,#fffffe 12%,#f6f5f1 62%,#e5e0d6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede9e1', endColorstr='#e5e0d6',GradientType=0 ); /* IE6-9 */
	padding-bottom: 5px;
	
}
#header_nav {
	position: relative;
	margin: 0px auto;
}
#content {

	position: relative;
	margin: 0px auto;
}
#footer { 
	position: relative;
	font-size: 10px;
	clear: both;

}

