@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

@import "templates.css";

/* IEマウスオーバー用 */
html {
	*filter: expression(document.execCommand("BackgroundImageCache", false, true));
	overflow-x: hidden;
}

/* Win_IE表示用 */
* {
	/*\*/
	*zoom: 1;
	/**/
}

#header {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
	-webkit-text-size-adjust: none;
}

body {
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	font-size: 13px;
	/*\*/
	*font-size: 88%;
	/**/
	color: #323232;
	line-height: 1.7;
	letter-spacing: 1px;
	word-spacing: -0.1em;
	text-align: justify;
}

#topbody {
	background: url(../images/bg_gm.png) left top repeat-x, url(../images/img_bg-aozora.png) center top no-repeat, url(../images/img_bg.gif);
}

#body {
	background: url(../images/bg_gm.png) left top repeat-x, url(../images/img_bg-aozora.png) center top no-repeat, url(../images/img_bg.gif);
}

#contents_test {
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

br {
　letter-spacing: normal; /* ← IE6、IE7対策 */ 
}

* {
	margin: 0;
	padding: 0;
}

img {
	display: block;
	border: 0;
}

a {
	overflow:hidden;
	outline:none;
}

ul{
	margin: 0px;
	padding: 0px;
}

li{
	list-style:none;
}

/*
hr {
	display: none;
}
*/

a:link,
a:active,
a:visited { 
	color: #194B96;
	text-decoration: none;
}
a:hover { 
	color: #194B96;
	text-decoration: underline;
}

.linktxt a:link,
.linktxt a:active,
.linktxt a:visited {
	color: #464646;
	text-decoration: none;
}

.linktxt a:hover {
	color: #194B96;
	text-decoration: none;
}

a:hover .over-white {
	opacity:0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha( opacity=75 )";
	background-color: #FFF;
}

a:hover .over-white-s {
	opacity:0.90;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	background-color: #FFF;
}

ul {
	list-style-type: none;
}

/*
hr {
	display: none;
}
*/

h1, h2, h3, h4, h5, h6, p,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

select,
input {
	vertical-align:baseline;
}

select {
	padding:2px;
	border:1px solid #aaa;
	background-color:#fff;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

input[type="text"],
input[type="mail"],
input[type="number"],
input[type="password"],
input[type="file"],
textarea {
	padding:4px;
	border:1px solid #aaa;
	background-color: #FFF;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

select,
input[type="text"],
input[type="mail"],
input[type="number"],
input[type="password"],
input[type="file"],
textarea {
	font-size:13px;
	outline: none;
	font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','MS UI Gothic','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
select {
	height: 24px;
	line-height: 17px;
}

input[type="text"],
input[type="mail"],
input[type="number"],
input[type="password"],
input[type="file"] {
	height: 24px;
	line-height: 17px;
}
*:first-child+html select { /* IE 7 */
	vertical-align: middle;
}
*:first-child+html input[type="text"],
*:first-child+html input[type="mail"],
*:first-child+html input[type="number"],
*:first-child+html input[type="password"],
*:first-child+html input[type="file"] { /* IE 7 */
	height: 14px;
	line-height: 14px;
	vertical-align: middle;
}

input[type="checkbox"],
input[type="radio"] {
	position: relative;
	/*\*/
	*margin-top: 1px;
	/**/
	vertical-align: middle;
	width: 140;
	height: 10;
}

input[type="text"]:focus,
input[type="mail"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
textarea:focus {
	border:1px solid #0F7FBF;
	background-color:#FFFEF7;
	-moz-box-shadow:#0F7FBF 0 0 6px;
	-webkit-box-shadow:#0F7FBF 0 0 6px;
	-khtml-box-shadow:#0F7FBF 0 0 6px;
	box-shadow:#0F7FBF 0 0 6px;
}

input[type=radio] {
	display: none;		/* 標準スタイル */
}
.gender_label {
	position: relative;		/* ボックスの位置を指定する */
	padding: 0 0 0 24px;	/* ボックス内側の余白を指定する */
}
.gender_label:hover:after {
	border-color: #0171bd;	/* ボックスの境界線を実線で指定する */
}
.gender_label:after,  .gender_label:before{
	position: absolute;	/* ボックスの位置を指定する */
	content: "";		/* ボックスのコンテンツ */ 
	display: block;		/* ブロックレベル要素化する */ 
	top: 50%;			/* 上部から配置の基準位置を決める */ 
}
.gender_label:after {
	left: 0px;			/* 左から配置の基準位置を決める */ 
	margin-top: -10px;	/* チェック枠の位置 */
	width: 16px;		/* ボックスの横幅を指定する */
	height: 16px;		/* ボックスの高さを指定する */
	border: 2px solid #aaa;	/* ボックスの境界線を実線で指定する */
	border-radius: 50%;		/* ボックスの角丸を指定する */
	background: #DCDCDC;
}
.gender_label:before {
	left: 0px;			/* 左から配置の基準位置を決める */ 
	margin-top: -10px;	/* チェックマークの位置 */
	width: 14px;		/* ボックスの横幅を指定する */
	height: 14px;		/* ボックスの高さを指定する */
	background: #0171bd;/* ボックスの背景色を指定する */
	border-radius: 50%;	/* ボックスの角丸を指定する */
	border: 3px solid #aaa;	/* ボックスの境界線を実線で指定する */
	opacity: 0;			/* 要素を透過指定する */
}
input[type=radio]:checked + .gender_label:before {
	opacity: 1;		/* 要素を表示する */
}
input[type=radio]:checked + .gender_label:after {
	opacity: 0.0;		/* 要素を表示する */
}

#clear-right {
	clear: right;
}

#clear-left {
	clear: left;
}

.under_line{
      font-weight:bold;
      width:50%;
      border-bottom: 2px solid #99FFFF;
      display: inline-block;
}

.gairai_under_line{
      font-weight:bold;
      width:100%;
      border-bottom: 2px solid #FFD5EC;
      display: inline-block;
}

.bold_daimei {
   font-weight:bold;
}

