@charset "Shift_JIS";
/*-----/CommonStyles/-----*/

/*/ AllStyles /*/
* {
	padding: 0;
	margin: 0;
}
/*--------------------*/

/*/ SEOTEXT /*/
h1.seotext {
	display: none;
}
/*--------------------*/

/*/ table class="data"のデザインは下記で変更可能です/*/
table.data { /*テーブルのデザイン*/
	width: ; /*幅*/
	height: ; /*高さ*/
	border-collapse: collapse; /*ボーダー同士の隣接間隔*/
	border: 1px solid #174375; /*ボーダー（線幅・線の種類・色）*/
	margin: 0px; /*マージン*/
}
table.data th { /*見出しのデザイン*/
	color: #174375;
	width: ; /*幅*/
	height: ; /*高さ*/
	text-align: center; /*横位置*/
	vertical-align: center ; /*縦位置*/
	background-color: #bfd6ef; /*背景色*/
	padding: 5px; /*パディング*/
	border: 1px solid #174375 /*ボーダー*/
}
table.data td { /*セルのデザイン*/
	width: ; /*幅*/
	height: ; /*高さ*/
	text-align: ; /*横位置*/
	vertical-align: ; /*縦位置*/
	background-color: #fff; /*背景色*/
	padding: 5px; /*パディング*/
	border: 1px solid #174375; /*ボーダー*/
}
/*--------------------*/

/*/ img /*/
img {
	border: none;
}
/*--------------------*/

/*/ form /*/
form {
	margin: 0;
}
/*--------------------*/

/*/ p /*/
p {
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	margin-bottom: 1em;
}
/*--------------------*/

/*/ fontsize-xtra_large /*/
.large_x {
	font-size: 18px;
	line-height: 1.3em;
}

.large_x_nomargin {
	font-size: 18px;
	line-height: 1.3em;
	margin-bottom: 0;
}

.large_x_h {
	font-size: 18px;
	line-height: 1.5em;
}

.large_x_h_nomargin {
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 0;
}

/*--------------------*/

/*/ fontsize-large /*/
.large {
	font-size: 16px;
	line-height: 1.3em;
}
.large_nomargin {
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 0;
}
.large_h {
	font-size: 16px;
	line-height: 1.5em;
}
.large_h_nomargin {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 0;
}


/*--------------------*/

/*/ fontsize-midium /*/

.midium {
	font-size: 14px;
	line-height: 1.3em;
}

.midium_nomargin {
	font-size: 14px;
	line-height: 1.3em;
	margin-bottom: 0;
}

.midium_h {
	font-size: 14px;
	line-height: 1.5em;
}

.midium_h_nomargin {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 0;
}

/*--------------------*/

/*/ fontsize-small /*/
.small {
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: 1px;
}

.small_nomargin {
	font-size: 12px;
	line-height: 1.2em;
	letter-spacing: 1px;
	margin-bottom: 0;
}

.small_nomargin_bule {
    color:#023068;
	font-size: 12px;
	line-height: 1.2em;
	letter-spacing: 1px;
	margin-bottom: 0;
}

.small_h {
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: 1px;
	}

.small_h_bule{
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: 1px;
	color:#023068;
}

.small_h_nomargin {
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 1px;
	margin-bottom: 0;
}
/*--------------------*/

/*/ fontsize-xtra_small /*/
.small_x {
	font-size: 10px;
	line-height: 1.3em;
}

.small_x_nomargin {
	font-size: 10px;
	line-height: 1.3em;
	margin-bottom: 0;
}

.small_x_h {
	font-size: 10px;
	line-height: 1.5em;
	letter-spacing: 1px;
}

.small_x_h_nomargin {
	font-size: 10px;
	line-height: 1.5em;
	letter-spacing: 1px;
	margin-bottom: 0;
}

.small_x_h_blue {
	font-size: 10px;
	line-height: 1.5em;
	letter-spacing: 1px;
	margin-bottom: 0;
	color:#023068;
	
}
/*--------------------*/

/*/ fontsize_for_img_caption /*/

.caption_l {
	font-size: 12px;
	margin-top: 5px;
	letter-spacing: 1px;
	line-height: 1em;
}

.caption_s {
	font-size: 10px;
	margin-top: 5px;
	line-height: 1em;
	letter-spacing: 1px;
}
/*--------------------*/

/*/ fontsize_for_img_caption_center /*/

.caption_l_center {
	font-size: 12px;
	margin-top: 5px;
	letter-spacing: 1px;
	line-height: 1em;
	text-align: center;
}

caption_s_center {
	font-size: 10px;
	margin-top: 5px;
	line-height: 1em;
	letter-spacing: 1px;
	text-align: center;
}
/*--------------------*/

/*/ fontsize_for_img_caption_right /*/

.caption_l_right {
	font-size: 12px;
	margin-top: 5px;
	letter-spacing: 1px;
	line-height: 1em;
	text-align: right;
}

.caption_s_right {
	font-size: 10px;
	margin-top: 5px;
	line-height: 1em;
	letter-spacing: 1px;
	text-align: right;
	
}

/*---------------/tablepadding/-----*/

table.v_table tr td {
padding: 3px;
}

table.v_table2 tr td {
padding: 5px;
}

table.v_table3 tr td {
padding: 10px;
}

/*--------------/margin/-----*/

.margin_t5 {
border: 0;
margin-top:5px;
}

.margin_t10 {
border: 0;
margin-top:10px;
}

.margin_t15 {
border: 0;
margin-top:15px;
}

.margin_t20 {
border: 0;
margin-top:20px;
}

.margin_t30 {
border: 0;
margin-top:30px;
}

.margin_l10 {
border: 0;
margin-left:10px;
}

.margin_b20 {
border: 0;
margin-bottom: 20px;
}

/*-------------------/shadow/-----*/
.shadow_left {
background-image:url(../images/shadow_left.gif);
background-repeat:repeat-y;
background-position:right top;
}

.shadow_right {
background-image:url(../images/shadow_right.gif);
background-repeat:repeat-y;
}

/*-------------------/dotline/-----*/

.dotline {
background-repeat:repeat-x;
background-image:url(../images/dotline_p.gif);
background-position:center;
}

/*-------------------/a/-----*/
a:link {
color: #023068;
text-decoration: underline;
}

a:visited {
color: #023068;
text-decoration: underline;
}

a:hover {
color: #3399CC;
text-decoration: underline;
}

a:active {
color: #3399CC;
text-decoration: underline;
}


/*======================================

	コンタクト フォーム

=======================================*/

select,
input,
textarea {
	font-size: 99%;
}

form {
	margin: 0.5em 20px;
	padding: 1px 0;
}


form  dl {
	margin: 1em 20px;
	padding: 1px 0;
	list-style-position: inside;
}

/*form dl{
	margin: 0.5em 10px;
}
*/
form dt{
	margin: 0.5em 0 0 2em;
	float:left;
}

form dd{
	margin: 0.5em 0 0 12em;
}

fieldset#contact_f {
	margin:10px 0 10px 0;
	padding:10px 0 10px 0;
	border: 1px solid #ddd;
}

#contact_f legend {
	margin: 0 1em;
	padding: 0 10px;
}

#contact_f input,
#contact_f textarea {
	margin: 0.4em 0;
	padding: 0.1em 10px;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
}

#contact_f input {
	line-height: 1.2;
}

#contact_f input:hover,
#contact_f textarea:hover {
	border: 1px solid #aaa;
}

#contact_f input:focus,
#contact_f textarea:focus {
	border: 1px solid #000;
}

#contact_f textarea {
	padding: 0.4em 10px;
}

/*form button {
	margin: 0.4em 0 0 20em;
	}*/

	
form em {
	color:#CC0000;
	}
	
fieldset#contact_f p{
	margin: 0;
	border: 0;
	padding: 0;
	text-align: center;
} 