@charset "utf-8";

/*----------------------------------------------------
	Reset
----------------------------------------------------*/

html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

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

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

p {
	margin-bottom: 1em;
}

/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	background-color: #FFF;
	color: #333;
	font-size: small;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	text-align: center;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}


/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

/* -----------------------------------------------------------
	ページ全体
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

.imgR {
	float: right;
	margin: 0 0 10px 40px;
}

.imgL {
	float: left;
	margin: 0 40px 10px 0;
}

.btn {
	text-align: center;
}

.red {
	color: red ;
}

/*clearFix*/
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}



/*----------------------------------------------------
	body (default設定を上書き)
----------------------------------------------------*/

body {
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size:100%;
	width:100%;
	color:#424242;
}


/*----------------------------------------------------
	.navSkip (Navigation Skip)
----------------------------------------------------*/

span.navSkip {
	position: absolute;
	top: 0;
	left: 0;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/

#page {
	width: 900px;
	margin: 0 auto;
	padding-left: 80px;
	text-align: left;
	background:url(../img/share/shadow.gif) repeat-y center ;
}


/*----------------------------------------------------
	#header
----------------------------------------------------*/
#header {
	position: relative;
	width: 820px;
	height: 369px;
	font-size: 1px;
	background-color: #ea000a;
}

#header img {
	vertical-align: top;
	font-size: small;
}

#header h1 {
	float: left;
	width: 400px;
	height: 40px;
	padding-top: 2px;
	background:url(../img/share/company_name.gif) no-repeat;
	background-color: #ea000a;
	text-indent : -9999px;
}

#header #helpNav {
	position:relative;
	top: 0;
	right: 0px;
	text-align: right;
	margin-bottom: 0px;
	padding-top: 0px;
	font-size: 14px;
}

#header #helpNav li {
	display: inline;
	color: #ffffff;
}

#header #helpNav li a {
	color: #ffffff;
}

#header #helpNav li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#header address {
	float: right;
	margin-bottom: 16px;
	padding: 15px 0 0 0;
}

#headimage {
	clear: both;
	width: 820px;
	height: 280px;
	background: url(../img/share/sole2.jpg) no-repeat ;
}

.titlelink {
	position:relative;
}

.titlelink a {
	position:absolute;
	top:3px;
	left:0px;
}

/*----------------------------------------------------
	#gNav
----------------------------------------------------*/
#gNav {
	float: left;
	width: 800px;
	padding-left: 20px;
}

#gNav li {
	position: relative;
	float: left;
	margin-right: 1px;
}

#gNav li ul {
	font-size: small;
}

#gNav li a {
	display: block;
}

#gNav li ul {
	position: absolute;
	top:-999em;
	left: 0px;
	text-align: center;
	width: 222px;
	padding: 0 0 2px;
	background: #0A6EF0;
	font-weight: bold;
	color: #ffffff;
}

#gNav .hover ul,
#gNav li:hover ul {
	top: 47px;
}

#gNav li ul li {
	float: none;
}

#gNav li:hover img,
#gNav .hover img {
}

#gNav li:hover li img,
#gNav .hover li img {
	visibility: visible;
	margin-left: 10px;
	vertical-align: middle;
}

#gNav li ul a {
	display: block;
	width: 200px;
	margin: 0 2px;
	padding: 3px 3px 3px 14px;
	background: #FFF;
	text-decoration: none;
	text-align: left;
	border-top: 1px solid #0A6EF0;
	color: #666666;
	font-weight: bold;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-indent: -6px;
	line-height:110%;
}

#gNav li ul li a:visited {
}

#gNav li ul li a:hover {
	background-color: #f9ffae;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
	width: 820px;
	padding: 5px 0 0 0;
	background-color: #e3f5ff;
}

#contents .pageTop {
	clear: both;
	text-align: right;
	margin-top: 15px ;
}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/

#footer {
	clear: both;
	width: 820px;
	background-color: #ea000a;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
}


/*----------------------------------------------------
	contact
----------------------------------------------------*/

#agree-area {
	margin:20px 0 40px;
}

#agree-area h3 {
	font-size:100%;
	font-weight:normal;
}

#agree-area .agree_block {
	margin:0 0 1em;
	padding:10px 20px;
	overflow:auto;
	width:730px;
	height:200px;
	border:2px solid #bfbfbf;
	background:#fff;
	font-size:86%;
}


#agree-area .agree_block dt {
	margin:0 0 0 0;
}

#agree-area .agree_block dd {
	margin:0 0 0 0;
}

#agree-area .agree_block dl {
	margin:2em 0 0;
}


/* module */

.module_horizontal li {
	display:inline;
		margin:0 0 2em 2em;
}

#agree-area ol.module_basic li {
	margin:0 0 0 1.5em;
	padding:0;
	list-style-position:outside;
	list-style-type:decimal;
	background:none;
}

#agree-area ul.module_basic li {
	margin:0 0 0 1.5em;
	padding:0;
	list-style-type:disc;
	background:none;
}

