@charset "UTF-8";
html, body    {
    height:100%;
}

body {
	margin: 0;
	padding: 0;
	color: #343437;
	font-family: "font-family: Verdana", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	;
	font-size: 88%;
	line-height: 1.5;
	background-color: #FFF;
	background-image: url(images/bg.png);

}

/*ページフェード */

#wrapper{
	display: none;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 20px;
	padding-left: 20px; 
}
.right {
	text-align: right;
}
a img {
	border: none;
}


a:hover img{
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity = 80);
}



.sidebar1 a:link {
	color: #353537;
	text-decoration: none;
}
.sidebar1 a:visited {
	color: #353537;
	text-decoration: none;
}
.sidebar1 a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 970px; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

.header {
	width: 970px;
}


.sidebar1 {
	float: left;
	width: 200px;
	padding-bottom: 10px;
	font-size: 14px;
}
.topimage {
	background-image: url(images/bg_topbanner.png);
	height: 180px;
	width: 740px;
	background-repeat: no-repeat;
	padding: 0px;
	margin-bottom: 20px;
}

.wrap {
	width: 740px;
	float: right;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 9px;
}



.content {
	width: 740px;
	min-height:350px;
	height:auto !important;
	height:350px;
	float: right;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border: 1px solid #CCC;
	background-color: #FFF;
	position: relative;
}

.content-form {
	width: 970px;
	min-height:350px;
	height:auto !important;
	height:350px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-top: 9px;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.list {
	padding-bottom: 10px;
	list-style-position: inside;
	list-style-type: disc;
}

ul.list li {
	padding-top: 5px;
	padding-bottom: 5px;
}
ul.list a, ul.list a:visited {
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #3366CC;
}
ul.list a:hover, ul.list a:active, ul.list a:focus {
	text-decoration: underline;
}


ul.home-nav {
	list-style: none;
}


.home-nav li {
	float: left;
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin-right: 0px;
}


.header-nav li {
	float: left;
	position: relative;
	list-style-type: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding: 0px;
}


ul.header-nav {
	list-style: none;
	padding: 0px;
}
ul.header-nav li {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
ul.header-nav a, ul.header-nav a:visited {
	display: block; /* リンクにブロックプロパティを指定し、リンクが含まれる LI 全体がリンクになるようにします。これにより、領域全体がマウスのクリックに反応するようになります。 */
	width:181px;  /*この幅により、IE6 でボタン全体をクリックできるようになります。IE6 をサポートする必要がない場合は削除できます。適切な幅を計算するには、サイドバーコンテナの幅からそのリンクの余白を減算します。 */
	text-decoration: none;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.header-nav a:hover, ul.header-nav a:active, ul.header-nav a:focus { /* マウスを使用する場合もキーボードを使用する場合も、背景色とテキストカラーを変更します。 */
	color: #FFF;
	background-color: #E3F9C1;
}

.nav li {
	float: left;
	position: relative;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	background-color: #333;
}


ul.nav {
	list-style: none; 
	margin-bottom: 15px; 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
ul.nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
ul.nav a, ul.nav a:visited {
	display: block;  /*この幅により、IE6 でボタン全体をクリックできるようになります。IE6 をサポートする必要がない場合は削除できます。適切な幅を計算するには、サイドバーコンテナの幅からそのリンクの余白を減算します。 */
	text-decoration: none;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 5px;
	width: 178px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* マウスを使用する場合もキーボードを使用する場合も、背景色とテキストカラーを変更します。 */
	background-color: #E3F9C1;
}

/* ~~ フッター ~~ */
.footer {
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
	text-align: center;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.ml10 {
	margin-left: 10px;
}
.pt40 {
	padding-top: 40px;
}


.css_btn_class {
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:0px solid #1966d1;
	padding:10px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #3366cc 55%, #377aff 50% );
	background:-ms-linear-gradient( top, #3366cc 55%, #377aff 50% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3366cc', endColorstr='#377aff');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(55%, #3366cc), color-stop(50%, #377aff) );
	background-color:#3366cc;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #1570cd;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #3086f0;
 	-moz-box-shadow:inset 1px 1px 0px 0px #3086f0;
 	box-shadow:inset 1px 1px 0px 0px #3086f0;
	
}

.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #377aff 55%, #3366cc 50% );
	background:-ms-linear-gradient( top, #377aff 55%, #3366cc 50% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#377aff', endColorstr='#3366cc');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(55%, #377aff), color-stop(50%, #3366cc) );
	background-color:#377aff;

}.css_btn_class:active {
	position:relative;
	top:1px;
}
.content h1,.content-form h1,.content h2  {
	font-size: 16px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	color: #696;
	margin-bottom: 20px;
}
table {
	border-collapse: collapse;
	width: 680px;
	font-size: 95%;
	margin: 20px;
}

th {
	padding: 4px;
	text-align: center;
	color: #333;
	background-color: #eee;
	border: 1px solid #353537;
	font-weight: normal;
}
td {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #353537;
}
.content h5 {
	font-size: 94%;
	font-weight: bold;
	text-align: center;
}
hr {
	border: 0 none;
	height: 1px;
	color: #696969;
	background-color: #CCC;
	margin-right: 20px;
	margin-left: 20px;
}

/*ページトップへ戻る */

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}



.content h6 {
	font-size: 16px;
	font-weight: normal;
	color: #F30;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F30;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
}
.red {
	color: #F00;
}
