@charset "shift_jis";

/* formating style/* 
-----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333;
	font-size: 90%;
	text-align: center;
	background-color: #ffffff;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	line-height: 1.6;
	letter-spacing: 0;
}



/* link styles
-----------------------------*/
a:link {
	color: #1d3994;
	text-decoration: none;
}

a:visited {
	color: 941d55;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	position: relative;
	left: 1px;
	top: 1px;
}

a:active {
	text-decoration: underline;
	position: relative;
	left: 1px;
	top: 1px;
}




/* main styles
-----------------------------*/
h2 {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 2em;
	margin-top: 5em;
	color: #CC0000;
}


h3 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 5em;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	color: #CC0000;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.75em;
	margin-top: 2em;
}

p {
	margin-bottom: 2em;
}

strong {
	font-weight: normal;
	font-size: 1em;
}

em {
	font-weight: bold;
}




/* 
-----------------------------*/
#wrapper {
	text-align: center;
}




/* header
-----------------------------*/
#header {
	margin-bottom: 3em;
}





/* main
-----------------------------*/
#contents {
	margin: 0px auto;
	width: 600px;
	text-align: left;
}




/* list
-----------------------------*/

ul {
	list-style: disc;
	margin-left: 2em;
	margin-right: 2em;
}

li {
	line-height: 2.5em;
}




/* form
-----------------------------*/
#form {
	text-align: center;
}

#form h2 {
	text-align: left;
}

#mb_form {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	border-spacing: 0px 1.5em;
}

#mb_form th, #mb_form td {
	border-bottom: 1px solid #CCCCCC;
}

#mb_form th {
	border-left: 10px solid #999999;
	width: 9em;
}	

#mb_form p {
	margin: 0.5em;
}

.tbg {
	text-align: left;
}

.txtmode1 {
  ime-mode: active;
}

.txtmode2 {
  ime-mode: inactive;
}




/* notice
-----------------------------*/
#note {
	width: 32em;
	margin-right: auto;
	margin-left: auto;
}

#note ul {
	list-style: none;
	font-size: 0.9em;
}
#note li {
	line-height: 1.25em;
}




/*  footer
-----------------------------*/
#footer {
	margin-top: 5em;
}

#footer ul {
	list-style: none;
	text-align: center;
	width: auto;
}

#footer li {
	word-spacing: 2em;
	white-space: nowrap;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}

#footer address {
	font-size: 0.9em;
	text-align: center;
	line-height: 5em;
}
ul.policy li {
	line-height: 1.5em;
}
