@charset "utf-8";
/*////////////////////////////////////////////////////////////
/*index.css*/

/*------------------------------------------------------------
	1. ベーススタイル
-------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}img,fieldset{border:0;}li{list-style:none;}table{border-collapse:collapse;border-spacing:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}caption,th{text-align:left;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

html {
	height: 100%;
	overflow: hidden;
}

body {
	height: 100%;
	background: url(../img/share/bg.jpg);
	height: 100%;
	font-family: 'Hiragino Maru Gothic Pro',"ヒラギノ丸ゴ Pro W4",'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.45;
	color: #342b09;
}

h1, h2, h3, h4, h5, h6 { 
	display: block;
	line-height: 1;
}

legend,hr { 
	display: none;
}

label {
	cursor: pointer;
}

img { 
	vertical-align: top;
}

object {
	outline: none;
}


/*------------------------------------------------------------
	1. コンテナー
-------------------------------------------------------------*/
#container .containerInner {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	font-size: 100%;
}

/*------------------------------------------------------------
	2. ヘッダー
-------------------------------------------------------------*/
#container .containerInner #header {
	width: 980px;
	background: url(../img/share/hd_bg.gif) no-repeat;
	height: 97px;
	min-height: 97px;
	position: relative;
}

#header h1.siteName {
	position: absolute;
	top: 6px;
	left: 24px;
}

/*------------------------------------------------------------
	3. コンテント,メイン,ホワイトラウンドコーナー
-------------------------------------------------------------*/
#content {
	background: url(../img/share/content_bg.gif) repeat-y;
}

#main {
	width: 960px;
	margin: 0 auto;
	background: url(../img/share/main_roundtop.gif) no-repeat;
	padding-top: 10px;
}

#main .inner{
	background: url(../img/share/main_roundbg.gif) no-repeat bottom;
	padding: 0 10px 10px;
}

#mainindex {
	width: 960px;
	margin: 0 auto;
}

/*------------------------------------------------------------
	4. フッター
-------------------------------------------------------------*/
#footer {
	margin: 0 auto;
	width: 980px;
}

#navUtility li {
	float: left;
	padding-left: 20px;
}

#navUtility li.farst {
	padding-left: 0px;
}

#copright {
	float: right;
	width: 412px;
}

#copright li{
	float: left;
}

#copright li.txt{
	padding-right: 10px;
}


/*------------------------------------------------------------
	5. Clearfix
-------------------------------------------------------------*/
.clearfix { /*for IE 5.5-7*/
	zoom: 1;
}

.clearfix:after { /*for modern browser*/
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* ------------------------------------------------------------
	6. ie-expression
	------------------------------------------------------------*/
* html .alpha { 
	behavior: expression(
	this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
	this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "alpha.gif" : this.src,
	this.style.behavior = "none"
	);
}

