@charset "utf-8";
/*
 * name:common.css
 * author:Manabu Kushimoto(web-park.org)
*/

/* reset
------------------------------------------------ */
body,div,pre,p,a,img,form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	height: 100%;
	background: #1F385A;
	font-size: 75%;
	font-family: "メイリオ", "Meiryo", Verdana, Helvetica, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kakugo Pro W3", Osaka, sans-serif;
	line-height: 1.6;
	color: #333;
}
ul,ol { list-style: none; }
img { border: none; vertical-align: top; }
a:link { color: #00f; text-decoration: none; }
a:visited { color: #00f; text-decoration: none; }
a:hover { text-decoration: underline; }

.hide { display: none; }
.fRed { color: #f00; }
.space { margin-top: 10px; }
.exSpace { margin-top: 30px; }
.spaceL { margin-left: 10px; }
.spaceR { margin-right: 10px; }
.center { text-align: center; }
.sup { font-size: .8em; }

.floatParent {
	width: 100%;
}
.floatParent .left_block { float: left; }
.floatParent .right_block { float: right; }

.ws,.wm { padding: .3em .2em; background: url(../img/share/input_bg.png) no-repeat left top #FDFBF0; border: solid #ccc 1px; }
.ws { width: 130px; }
.wm { width: 425px; }
.wexs { width: 100px; }
textarea { width: 490px; height: 240px; background: url(../img/share/input_bg.png) no-repeat left top #FDFBF0; border: solid #ccc 1px; }
label input { vertical-align: middle; }

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

.clearfix {
	clear: both;
	*zoom: 1;
}

/* container
------------------------------------------------ */
#container {
	margin: 0 auto;
	width: 1000px;
	background: url(../img/share/bg.jpg) no-repeat left top #fff;
}

/* header
------------------------------------------------ */
#header {
	position: relative;
	padding-top: 20px;
	width: 100%;
	z-index: 10;
}

	#tagline {
		position: absolute;
		top: 3px;
		left: 0;
		font-size: 80%;
		font-weight: normal;
		color: #fff;
	}

	#logo {
		float: left;
		padding: 5px 0 5px 45px;
		width: 271px;
	}

	#header .tel {
		float: right;
		padding: 18px 41px 5px 0;
		width: 255px;
	}

	#gnav {
		margin: 0 auto;
		width: 960px;
	}

		#gnav li {
			position: relative;
			float: left;
		}

			#gnav li ul {
				display: none;
				position: absolute;
				top: 50px;
				left: 0;
			}

				#gnav li ul li {
					float: none;
				}

					#gnav li ul li a {
						display: block;
						padding: 10px 5px;
						width: 195px;
						margin-top: -1px;
						border: solid #ccc 1px;
						background: url(../img/share/dotted.gif) repeat left top;
						color: #333;
					}

/* contents
------------------------------------------------ */
#contents {
	position: relative;
	padding: 40px 38px 15px;
	width: 924px;
	z-index: 1;
}

	#main_column {
		float: right;
		width: 705px;
	}

	#side_column {
		float: left;
		width: 200px;
	}

/* section */
.section {
	position: relative;
	margin-bottom: 15px;
}

	.section .sec_title { margin-bottom: 15px; }

/* aside */
.aside {
	margin-bottom: 25px;
}

/* side_bnr */
.side_bnr {
	display: none;
	padding-bottom: 10px;
}

	.side_bnr li {
		margin-bottom: 10px;
	}
.side_bnr_01 {
margin-top: 350px;
}
.side_bnr_01 p {
padding-left: 10px;
}
.side_bnr_01 li {
margin-bottom: 10px;
}
.side_bnr_01 li a {
color: #333;
}
.side_bnr_01 li a:hover {
color: #06c;
}
/* side_news */
#side_news {
	display: none;
}

	#side_news dl {
		color: #666;
	}

		#side_news dl dt {
			margin-top: 5px;
			padding-left: 16px;
			background: url(../img/share/arrow1.gif) no-repeat left 50%;
			font-weight: bold;
		}

		#side_news dl dd {
			padding: 0 0 5px 16px;
			border-bottom: dotted #999 1px;
			font-size: 80%;
		}

/* footer
------------------------------------------------ */
#footer {
	background: url(../img/share/bg_btm.gif) no-repeat left top #1F385A;
	color: #fff;
}

	#footer .nav {
		padding: 15px 0;
	}

		#footer .nav li {
			float: left;
			padding: 0 1em;
			border-right: dotted #fff 1px;
			line-height: 1.2;
		}
		#footer .nav li.last-child { border-right: none; }
			#footer .nav li a { color: #fff; }

	#footer .info {
		padding: 15px 0;
		border-top: dotted #fff 1px;
	}

		#footer .info address {
			float: left;
			width: 50%;
			font-style: normal;
		}

		#copyright {
			float: right;
			width: 50%;
			text-align: right;
		}

/* modalwindow
------------------------------------------------ */
#overLay {
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background: #fff;
	z-index: 500;
}
#displayContent {
	position: absolute;
	top:50%;
	left:50%;
	margin: -50px 0 0 -50px;
	padding: 20px 40px 20px 20px;
	_padding: 20px;
	width: 100px;
	height: 100px;
	z-index: 600;
}
#getContents {
	padding: 10px;
	_padding: 6px;
	width: 100%;
	height: 100%;
	background: #fff;
	border: solid #ccc 2px;
}
#closeBox {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
}
