@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	color: #000;
	font-size: 75%;
	font-family: 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	background: url(../img/bg_body.gif);
}


/* Reset
---------------------------------------- */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, address, option {
	margin: 0; 
	padding: 0; 
	font-size: 100%; 
	font-weight: normal;
}
 
ol, ul {
	list-style: none;
}

fieldset, img, abbr {
	border: 0;
}

table {
	border-collapse: collapse; 
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

address, caption, em, strong, th ,cite ,optgroup {
	font-style: normal; 
	font-weight: normal;
}

a {
	text-decoration: none;
}


/* Anchors
---------------------------------------- */
a:link {
}

a:visited {
}

a:hover{
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}


/* Base
---------------------------------------- */
#container {
	background: url(../img/bg_container.jpg) repeat-x;
	position: relative;
}

#headOrnament {
	width: 100%;
	height: 17px;
	background: url(../img/ornament.png) repeat-x;
	position: absolute;
	left: 0;
	top: 0;
}

#flashArea {
	width: 1020px;
	margin: 0 auto;
}

#contentsArea {
	position: relative;
	top: -14px;
}

#contents {
	width: 1020px;
	margin: 0 auto;
	padding: 0 1px;
	background: #fff url(../img/bg_contents.png) repeat-y;
}

#contentsHead {
	width: 1022px;
	margin: 0 auto;
}

#contentsBgTop {
	width: 1022px;
	height: 14px;
	margin: 0 auto;
	background: url(../img/bg_contents_top.png) no-repeat;
}

#contentsBgBottom {
	width: 1022px;
	height: 14px;
	margin: 0 auto;
	background: url(../img/bg_contents_bottom.png) no-repeat;
}



/* Layout
---------------------------------------- */
#contents ul#gNavi {
	width: 978px;
	padding: 22px 21px 0;
	background: url(../img/bg_gnavi.gif) no-repeat;
	
}

#contents ul#gNavi li {
	float: left;
}

#contents ul#gNavi li img {
	vertical-align: top;
}

#contents .notice {
	padding: 12px 0 18px 46px;
}

#contents .notice img {
	vertical-align: middle;
	margin-right: 10px;
}

.copyright {
	font-weight: bold;
	text-align: center;
	margin-top: 14px;
	padding-bottom: 10px;
	color: #666;
}



/* clearfix
---------------------------------------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/* Mac版IEのみに適用 \*//*/
	height: auto;
	overflow: hidden;
	/**/
}
