/* ---------- 汎用 タグセレクタ ---------- */
* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	color: #333;
	text-align: center;
}

/* headingLv. */
H1, H2, H3, H4{
	line-height: 100%;
  
  
  font-variant : small-caps;
}

/* anchor */
a, a:link, a:visited {
	color: #633;
}

a:hover, a:active {
	color: #c33;
}

/* paragraph */
p {
	padding-bottom: 3px;
/*	line-height: 1.6em;*/
}

/* list */
ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

/* another text */
em, address {
	font-style: normal;
}

/* form , teble*/
form {
	margin: 0;
	padding: 0;
}

legend {
	display: none;
}

input {
	padding: 2px;
}

input.txt70 {
	width: 70px;
	border: 1px solid #ccc;
}
input.txt150 {
	width: 150px;
	border: 1px solid #ccc;
}
input.txtmax {
	width: 390px;
	border: 1px solid #ccc;
}
input.txtmax2 {
	width: 370px;
	border: 1px solid #ccc;
}

textarea {
	padding: 2px;
	width: 390px;
	border: 1px solid #ccc;
}

textarea.txtmax2 {
	padding: 2px;
	width: 370px;
	border: 1px solid #ccc;
}

select {
	padding: 2px;
	width: 200px;
	border: 1px solid #ccc;
}

input.txt70:hover, input.txt150:hover, input.txtmax:hover, input.txtmax2:hover, textarea:hover
input.txt70:focus, input.txt150:focus, input.txtmax:focus, input.txtmax2:focus, textarea:focus select:focus {
	border: 1px solid #933;
}

label {
	padding: 0 15px 0 3px;
}

input.rdo:hover, input.rdo:active, input.rdo:focus,
input.chk:hover, input.chk:active, input.chk:focus,
button:hover button:active button:focus
label:hover label:active label:focus {
	cursor: pointer;
}

table {
	margin-top: 20px;
}

table.noSpace {
	margin: 0;
	padding: 0;
}

th {
	padding: 5px;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	background-image: url(../images/i_bg_999.gif);
	background-position: left top;
	background-repeat: repeat;
}

td {
	padding: 5px;
	border-bottom: 1px solid #fff;
	vertical-align: top;
	background-image: url(../images/i_bg_eee.gif);
	background-position: left top;
	background-repeat: repeat;
}

td.normal {
	padding: 0 0 5px;
	border: none;
	background-image: none;
}

td.btn {
	padding: 10px 0;
	border: none;
	text-align: center;
	background-image: none;
}

td.btn input{
	margin: 0 10px;
}

td.btn button {
	display: inline;
	margin: 0 10px;
	background-color: #fff;
}

th.middle, td.middle {
	vertical-align: middle;
}

.layout table, .layout th, .layout td, .layout_c th, .layout_c td {
	margin: 0;
	padding: 0;
	background-image: none;
}

.layout_c {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.layout_c table {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-image: none;
}

/* ---------- 共通 ページ構成id ---------- */
#container {
	margin: 0 auto;
	width: 770px;
	text-align: left;
	background-image: url(../images/i_bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
	/* for MAC IE 5.x */
	/* \*//*/
	margin: 0 auto;
	width: 770px;
	text-align: center;
	/**/
}

#subContainer {
	margin: 0 10px;
	/* for MAC IE 5.x */
	/* \*//*/
	margin: 0 auto;
	width: 750px;
	padding: 0 10px;
	text-align: center;
	background-image: url(../images/i_bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
	/**/
}

#container2 {
	margin: 0 15px;
	padding: 0;
	clear: both;
}

#header {
	height: 60px;
}

#gNavi {
	clear: both;
	padding: 0 15px;
	height: 26px;
	text-align: left;
	background-color: #fff;
	background-image: url(../images/i_bg_gnavi.gif);
	background-position: left center;
	background-repeat: repeat-x;
}

#gNavi ul, #gNavi li {
	display: inline;
	list-style-type: none;
	
}

#gNavi li a {
	display: block;
	float: left;
}

#contents {
	margin: 0;
	padding: 0;
}

#crumb {
	clear: both;
	padding: 10px 0 9px;
	border-bottom: 1px solid #999;
	text-align: left;
}

#main {
	float: left;
	width: 575px;
	min-height: 230px;
	text-align: left;
	background-color: #fff;
	background-image: url(../images/p_bg_main.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#mainExtra {
	float: left;
	width: 575px;
	text-align: left;
	background-color: #fff;
}

#main2 {
	margin-right: 46px;
}

#lNavi {
	float: left;
	width: 144px;
	padding-bottom: 270px;
	text-align: left;
	vertical-align: top;
	background-image: url(../images/i_bg_lnavi.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#lNavi ul, #lNavi li {
	display: inline;
	list-style-type: none;
}

#lNavi a {
	display: block;
}

#lNavi img {
	vertical-align: top;
}

#footer {
	clear: both;
	padding-top: 20px;
	text-align: left;
}

#footer address {
	margin: 0;
	padding: 0 15px 5px;
}

#footer img {
	display: block;
}

#sitemap ul li, #sitemap ul ul li {
	list-style-image: url(../images/i_arrow_r2.gif);
	list-style-position: outside;
	font-weight: bold;
}

#sitemap ul ul ul li, #sitemap ul ul ul ul li {
	list-style-image: url(../images/i_arrow_r.gif);
	list-style-position: outside;
	font-weight: normal;
}

#sitemap ul {
	margin-left: 20px;
}

/* ---------- 汎用 class ---------- */
/* float */
.clear {
	clear: both;
}

.left_250 {
	width: 250px;
	min-height: 1px;
	float: left;
}

.right_250 {
	width: 250px;
	min-height: 1px;
	float: right;
}

/* 寄せ */
.l_flt {
	float: left;
}

.r_flt {
	float: right;
}

.r {
	text-align: right;
}

.c {
	text-align: center;
}

/* ----- for box height -----*/
.parent {
    overflow: hidden;
}

.parent:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .parent {
    height: 1em;
    overflow: visible;
}
/**/
/* ----- for box height -----*/

/* ページ内リンク */
.insideLink {
	margin-bottom: 15px;
	font-size: 90%;
	text-align: right;
}
.insideLink a {
	padding: 0 0.5em;
}
.insideLink img {
	vertical-align: middle;
}

/* ページ内リンク - トップ */
.p_up {
	margin-bottom: 20px;
	text-align: right;
	clear: both;
}
.p_up2 {
	margin-bottom: 0;
	text-align: right;
	clear: both;
}
.p_up a, .p_up2 a {
	padding: 0 0.5em;
}
.p_up img, .p_up2 img {
	vertical-align: text-bottom;
}

/* 汎用 BOX */
.box0 {
	margin-bottom: 0;
}
.box10 {
	margin-bottom: 10px;
}
.box15 {
	margin-bottom: 15px;
}
.box20 {
	margin-bottom: 20px;
}
.box30 {
	margin-bottom: 30px;
}

/* テキスト */
.caution {
	color: #e60012;
}

/* リスト */
ul.decimal li {
	list-style-type: decimal;
	margin-left: 1.9em;
}

ul.disc li {
	list-style-type: disc;
	margin-left: 1.9em;
}

ul.circle li {
	list-style-type: circle;
	margin-left: 1.9em;
}

ul.decimal ul li, ul.disc ul li , ul.circle ul li {
	margin-left: 3.8em;
}

/* spacer */
.spacer {
	margin: 0;
	padding: 0;
}

