@charset "utf-8";
@import url("module.css");

/*------------------------------------------------------------
  Init Default HTML
------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

body {
	color:#666666;
	background-color:#ffffff;
	background-image:url(images/page_bg.gif);
	background-position:left top;
	background-repeat:repeat;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

a:link {
	color:#9900CC;
	text-decoration:underline;
}
a:visited {
	color:#9900CC;
	text-decoration:underline;
}
a:hover {
	color:#0099CC;
	text-decoration:none;
}
a:active {
	color:#0099CC;
	text-decoration:underline;
}

img {
	border:none;
}

ul,ol {
	display:block;
	position:relative;
	list-style:none;
}

li {
	list-style-type:none;
}

dl {
	display:block;
}

dt {
	display:block;
}

dd {
	display:block;
	padding-left:1em;
}

strong {
	font-weight:bold;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells: show;
}

caption {
	caption-side:top;
	text-align:left;
}

th, td {
	text-align:left;
	vertical-align:top;
}

blockquote {
	margin:1em;
}

fieldset {
	margin:0.5em 0 1em 0;
	padding:1em;
	padding-top:0;
}

legend {
	color:#BA5132;
	font-size:small;
	font-weight:bold;
	padding:0 1em 0.5em 1em;
}

address {
	letter-spacing:0.2em;
}

h1 {
	font-size:small;
	line-height:120%;
}

h3.circle {
	background-image:url(images/h3_bg.jpg);
	background-repeat:no-repeat;
	background-position:5px 40%;
	margin:1em 0px 1em 0px;
	padding-left:30px;
	color:#138ABB;
	font-weight:bold;
	font-size:medium;
}

/*------------------------------------------------------------
  Set Base Layout Style
------------------------------------------------------------*/

#page {
	width:100%;
	margin: 0 auto 0 auto;
}

/*--- Header ---*/

#header {
	display:block;
}
#header .wrap {
	height:115px;
	background-image: url(images/header_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
}

/*--- Global Navigation ---*/

#globalnavi {
	display:block;
	
}
#globalnavi .wrap {
	background-image:url(images/globalnavi_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

/*--- Content1 ---*/

#content {
	display:block;
}
#content .wrap {
	background-image:url(images/content_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

/*--- Footer ---*/

#footer {
	display:block;
}
#footer .wrap {
	text-align:center;
	background-image:url(images/footer_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

/*--- Conten2t ---*/

.wrap {
	position:relative;
	display:block;
	width:750px;
	margin: 0 auto 0 auto;
	background-color:#FFFFFF;
}

/*--- Bread Crumb ---*/
#breadCrumb {
	padding:1em 1em 0.5em 1.5em;
}

/*--- Column ---*/

#content #columnLeft {
	float:left;
	width:520px;
}

#content #columnLeft .column {
	text-align:left;
	padding:20px 0 50px 10px;
}

#content #columnRight {
	float:right;
	width:220px;
}

#content #columnRight .column {
	text-align:left;
	padding:20px 0 50px 0;
}


/*------------------------------------------------------------
  Common Class - Color
------------------------------------------------------------*/

.cc {
	color:#4CAC26;	/* Corporate Color */
}

.white {
	color:#FFFFFF;
}
.red {
	color:#FF3300;
}
.green {
	color:#669900;
}
.blue {
	color:#138ABB;
}
.yellow {
	color:#FFCC00;
}

/*------------------------------------------------------------
  Common Class - Position
------------------------------------------------------------*/

.fll { float:left; }
.flr { float:right;}

.al { text-align:left; }
.ac { text-align:center; }
.ar { text-align:right; }

.vat { vertical-align:top; }
.vam { vertical-align:middle; }
.vab { vertical-align:bottom; }

.fix {
	width:100%;
}
.clear {
	clear:both;
}

.space {
	width:100%;
	height:20px;
}

/*------------------------------------------------------------
  Common Class - Text
------------------------------------------------------------*/

.s {
	font-size:x-small;
	line-height:1em;
}
.m {
	font-size:small;
	line-height:1em;
}
.l {
	font-size:medium;
	line-height:1em;
}
.stx {
	font-size:x-small;
	line-height:1.7em;
}
.mtx {
	font-size:small;
	line-height:1.7em;
}
.ltx {
	font-size:medium;
	line-height:1.7em;
}


.bltx {
	font-size:medium;
	line-height:1.7em;
	font-weight:bold;
}
.mgt {
	margin-top:10px;
}
/*------------------------------------------------------------
  Common Class - Display
------------------------------------------------------------*/

.hide {
	display:none;
}

.noPrint {
	display:none;
}

ul.numberList {
    margin: 10px 0 18px 30px;
    padding: 0;
}
ul.numberList li {
	list-style-type:decimal;
	margin: 0;
}
	
ul.discList {
    margin: 10px 0 18px 30px;
    padding: 0;
}
ul.discList li {
	list-style-type:disc;
	margin: 0;
}


