/* ==================================================================
CSS information
 style info :ã‚³ãƒ³ãƒ†ãƒ³ãƒ„é–¢ä¿‚ ä»–
================================================================== */
/* ---------------------
 * FONTSIZE MODEL * 
 ---------------------
10px	77%
11px	85%
12px	93%
13px	100%
14px	108%
15px	116%
16px	124%
17px	131%
18px	139%
19px	147%
20px	154%
21px	162%
22px	170%
23px	177%
24px	185%
25px	193%
26px	200%

/* --------------------------------------------------------
	default.cssä¸Šæ›¸ãã€ãƒªãƒ³ã‚¯
-------------------------------------------------------- */

/* reset */
html { overflow-y: scroll; }

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var { font-style: normal; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th { text-align: left; }

q:before,
q:after { content: ''; }

object,
embed { vertical-align: top; }

hr,
legend { display: none; }

h1,
h2,
h3,
h4,
h5,
h6 { font-size: 100%; }

img,
abbr,
acronym,
fieldset { border: 0; }

ul,
ol { list-style-type: none; }

body {
	background: #fff;
	color: #333;
	font-size: 13px;
	line-height: 1.5;
	background:url(../images/headerBg.gif) 0 0 repeat-x;
}

/* for IE6 */
* html body { font-size: 82%; }

/* for IE7 */
*:first-child+html body { font-size: 82%; }

/* ãƒªãƒ³ã‚¯ */
a:link {
	color: #3f63a3;
	text-decoration: none;
}

a:visited {
	color:#430081;
	text-decoration: none;
}

a:hover {
	color:#3f63a3;
	text-decoration: underline;
}

a:active { }

/* --------------------------------------------------------
	#header
-------------------------------------------------------- */

#header {
	width: 780px;
	height:79px;
	padding-top:21px;
	margin-bottom:20px;
}

h1 { float:left; }

p.jpLink { float:right; }

ul.tab {
	margin: 0;
	padding: 0;
	border-bottom: 1px #cccccc solid;
}

ul.tab li {
	float: left;
	margin: 0 0 0 5px;
	position: relative;
	bottom: -1px;
	list-style-type: none;
	border: 1px #cccccc solid;
	border-top: none;
	border-bottom: 1px #cccccc solid;
}

ul.tab li.none {
	border-bottom: 1px #fff solid;
	font-weight: bold;
}

ul.tab li a {
	color: #000;
	display: block;
	padding: 3px 100px 5px 10px;
	text-decoration: none;
	background: #fff;
}

ul.tab li a.blue { border-top: 5px #3f63a3 solid; }

ul.tab li a:hover {
	position: relative;
	bottom: 6px;
}

/* clerfix */
.clearfix:after {
	content:"";
	display:block;
	overflow:hidden;
}

.clearfix:after { clear:both; }

.clearfix { zoom:1; }

/* --------------------------------------------------------
	#footer
-------------------------------------------------------- */
#footer {
	width: 780px;
	padding:20px 0;
}

/* --------------------------------------------------------
	#wrapper
-------------------------------------------------------- */
#wrapper {
	width: 780px;
	margin: 0 auto;
}

/* --------------------------------------------------------
	#contents
-------------------------------------------------------- */
#contents {
	width: 738px;
	padding:20px 20px 0 20px;
	border:solid 1px #cccccc;
	border-top:none;
}

.h2_content {
	border-top:solid 3px #f08600;
	padding:10px;
	background-color:#f5f5f5;
	margin:0 0 20px 0;
}

h2 {
	font-size:147%;
	padding:10px;
	font-weight:bold;
	margin:0 0 10px 0;
	text-align:center;
}

h3 {
	font-size:147%;
	padding:0px 0px 0px 8px;
	border-left: solid 3px #f08600;
	color:#000000;
	font-weight:bold;
	margin:30px 0 10px 0;
	clear:both;
}

h4 {
	font-size:139%;
	margin:30px 0 10px 0;
	color:#f08600;
	font-weight:bold;
	padding:4px;
	border-top:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	background-color:#f5f5f5;
	clear:both;
}

h5 {
	font-size:124%;
	margin:20px 0 10px 0;
	color:#000000;
	font-weight:bold;
}

#contents p,
#contents dl,
#contents ul,
#contents ol {
	font-size:108%;
	margin-bottom: 1em;
	text-align: justify; /* for modern browser */
	text-justify: inter-ideograph; /* IE6ï½ž8 */
}

ul.discList {
	list-style-type: disc;
	padding-left:2em;
}

ul.discList li { margin-bottom:0.5em; }

ol.decimalList {
	list-style-type: decimal;
	padding-left:2em;
}

ol.decimalList li { margin-bottom:0.5em; }

dl dt { font-weight:bold; }

dl dd {
	padding-left:1em;
	margin-bottom:0.5em;
}

ol.decimalList li { margin-bottom:0.5em; }

.left { float:left; }

.right { float:right; }

.pageTop {
	text-align: right;
	margin:0 0 1em 0;
}

p.copyright {
	background: #000000;
	padding:5px;
	text-align: center;
	color:#ffffff;
	font-size:85%;
}

.txt_b { font-weight:bold; }

table {
	font-size:108%;
	margin-bottom: 1em;
}

table th {
	padding:0.5em;
	text-align:center;
	background-color:#f5f5f5;
	border:solid 1px #dddddd;
}

table td {
	padding:0.5em;
	border:solid 1px #cccccc;
}

table td.bold {
	font-weight:bold;
	text-align:center;
}

p.inquiriesBtn {
	width:500px;
	margin:0 auto;
	font-weight:bold;
}

p.inquiriesBtn a {
	padding:5px;
	text-align:center;
	display:block;
	background-color:#3f63a3;
	border: solid 1px #1b4692;
	color:#FFFFFF;
}
p.inquiriesBtn a:hover {
	padding:5px;
	text-align:center;
	display:block;
	background-color:#5585da;
	border: solid 1px #3f63a3;
	color:#FFFFFF;
	text-decoration:none;
}

/* form */
span.red { color:#CC0000; }

#mp-main div.fieldset dt { margin:0 0 0.5em 0; }

#mp-main div.fieldset dd { margin:0 0 1em 0; }

#mp-main input.text,
input.password,
textarea,
select {
	padding:0.4em;
	background-color: #fdfdfd;
	background-repeat: repeat-x;
	border: 1px solid #dddddd;
}

#mp-main div.fieldset dt span.required {
	background-image: url("../inquiries/static/imgs/required.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 65px;
}

#mp-main div.fieldset span.err { color: #880000; }

#mp-main div.fieldset input.text.err {
	background-color: #fff8f8;
	border: 1px solid #aa6666;
}

#mp-main div.fieldset input.radio.err {
	background-color: #fff8f8;
	border: 1px solid #aa6666;
}

#mp-main div.fieldset input.checkbox.err {
	background-color: #fff8f8;
	border: 1px solid #aa6666;
}

#mp-main div.fieldset textarea.err {
	background-color: #fff8f8;
	border: 1px solid #aa6666;
}

#mp-main div.fieldset select.err {
	background-color: #fff8f8;
	border: 1px solid #aa6666;
}

#mp-main div.errs {
	background-image: url("../inquiries/static/imgs/warning.png");
	background-repeat: no-repeat;
	color: #880000;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0px 0px 0px 35px;
	min-height: 32px;
	height: auto !important;
	height: 32px;
}
