@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;
	line-height:100%;
}

body {
	color:#666666;
	background-color:#F3F4F2;
	background-image:url(images/page_bg.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

a:link {
	color:#684002;
	text-decoration:none;
}
a:visited {
	color:#684002;
	text-decoration:none;
}
a:hover {
	color:#FFA315;
	text-decoration:none;
}
a:active {
	color:#684002C;
	text-decoration:none;
}

img {
	border:0;
}

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 {
	color:#999999;
	font-weight:normal;
	margin-left:20px;
	font-size:small;
	line-height:1.5em;
}

/*------------------------------------------------------------
  Set Base Layout Style
------------------------------------------------------------*/

#page {
	width:100%;
	margin: 0 auto 0 auto;
}

/*--- Header ---*/

#header {
	display:block;
}
#header .wrap {
	height:76px;
	background-color:#FFFFFF;
	background-image: url(images/header_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

/*--- Main Image Area ---*/

#image {
	display:block;
}
#image .wrap {
	text-align:center;
	background-color:#FFFFFF;
	padding-top:12px;
}
#image .wrap img {
	display:block;
	margin: 0 auto 0 auto;
}

/*--- Global Navigation ---*/

#globalnavi {
	display:block;
}
#globalnavi .wrap {
	background-color:#FFFFFF;
	background-image:url(images/globalnavi_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	padding-bottom:12px;
}

/*--- Content Index ---*/

#index {
	display:block;
}
#index .wrap {
	background-color:#FFFFFF;
	background-image:url(images/content_bg.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	padding-bottom:50px;
}

/*--- Content 2nd ---*/

#content {
	display:block;
}
#content .wrap {
	background-color:#FFFFFF;
	background-image:url(images/content_bg.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	padding-bottom:50px;
}

/*--- Footer ---*/

#footer {
	display:block;
}
#footer .wrap {
	text-align:left;
	background-image:url(images/footer_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

/*--- Conten2t ---*/

.wrap {
	position:relative;
	display:block;
	width:800px;
	margin: 0 auto 0 auto;
}

/*--- Bread Crumb ---*/
#breadCrumb {
	padding:1em 1em 0.5em 1.5em;
}

/*--- Column index ---*/

#index #columnLeft {
	float:left;
	width:512px;
}
#index #columnLeft .column {
	text-align:left;
	padding-left:12px;
}
#index #columnRight {
	float:right;
	width:282px;
}
#index #columnRight .column {
	text-align:center;
	padding-right:12px;
}

/*--- Column 2nd ---*/

#content .column {
	width:770px;
	text-align:left;
	margin-left:12px;
}

/*------------------------------------------------------------
  Common Class - Color
------------------------------------------------------------*/

.cc {
	color:#4CAC26;	/* Corporate Color */
}

.white {
	color:#FFFFFF;
}
.red {
	color:#FF3300;
}
.green {
	color:#669900;
}
.blue {
	color:#006699;
}
.yellow {
	color:#FFCC00;
}

.brown {
	color:#85784E;
}

/*------------------------------------------------------------
  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.5em;
}
.mtx {
	font-size:small;
	line-height:1.5em;
}
.ltx {
	font-size:medium;
	line-height:1.5em;
}

/*------------------------------------------------------------
  Common Class - Display
------------------------------------------------------------*/

.hide {
	display:none;
}

.noPrint {
	display:none;
}


.mgtb {
	margin:10px 0px 10px 0px;
}


