@charset "utf-8";

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	初期化
::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym { border:0;}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	ベース
::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #e9e8ed;
	letter-spacing: 0.1em;
	line-height: 1.6;
	}
.win body {
	letter-spacing: 0.1em;
	}

hr { clear:left; display: none; }
br { letter-spacing: normal; }

/*------リンク-------------------------------*/

a { color: #ff0000; text-decoration: underline; font-weight: bold; }
a:link {}
a:visited {}
a:hover { color: #333; text-decoration: none; }
a:active { color: #333; text-decoration: underline; }

a:focus {
	/*\*/
		overflow: auto;
	/**/
	}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	コンテンツ
::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*------------ Javascript警告 -------------*/
#jsWarning {
	width: 100%;
	margin: 0 auto;
	background: #000;
	}
	#jsWarning p {
		padding: 10px 0;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		}

/*------------ PNG対応 -------------*/
#header,
#header h1,
h2 img { behavior: url(/css/iepngfix.htc); }

/*------------ コンテナ -------------*/
#container {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

/*------------ ヘッダー -------------*/
#header {
	width: 1100px;
	height: 125px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
	top: 0;
	}
	/*------------ ロゴ -------------*/
	#header h1 {
		display: none;
		}
	/*------------ gnavi -------------*/
	#header ul#gnavi {
		}
		/*------------ li指定 -------------
		#header ul#gnavi li {
			height: 16px;
			padding: 0;
			float: left;
			}*/

/*------------ コンテンツ -------------*/
#contents {
	width: 960px;
	height: auto;
	overflow: hidden;
	margin: -10px auto 0;
	padding: 0 0 15px;
	position: relative;
	z-index: 100;
	}
	/*------------ メインタイトル -------------*/
	#contents #mainTitle {
		width: 900px;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		}
		#contents #mainTitle h2 {
			}
	/*------------ メイン -------------*/
	#contents #main {
		width: 900px;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		}
		#contents #main h2 {
			margin: 30px 0 30px 30px;
			}
	/*------------ TOPに戻る -------------*/
	#contents p.gototop {
		clear: both;
		width: 850px;
		height: auto;
		overflow: hidden;
		margin: 0 0 15px;
		padding: 0;
		background: url(../images/btn_gototop_on.gif) right 0 no-repeat;
		}
		#contents p.gototop a {
			display: block;
			width: 54px;
			height: 23px;
			float: right;
			background: url(../images/btn_gototop.gif) 0 0 no-repeat;
			}
			#contents p.gototop a:hover {
				background: none!important;
				}
			#contents p.gototop a span {
				display: none;
				}

/*------------ フッター -------------*/
#footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px 0 15px;
	background-color: #333;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
	#footer address {
		width: 960px;
		height: 16px;
		margin: 0 auto;
		position: relative;
		}
		#footer address p {
			width: 960px;
			position: absolute;
			color: #fff;
			font-size: 10px;
			letter-spacing: 0.1em;
			}
			#footer address p.link {
				top: 0;
				left: 0;
				z-index: 100;
				text-align: left;
				}
				#footer address p.link a {
					color:#fff;
					font-weight: normal;
					}
					#footer address p.link a:hover {
						border: none;
						color: #ff0000;
						}
			#footer address p.copy {
				top: 0;
				right: 0;
				z-index: 1;
				text-align: right;
				}

