@charset"utf-8";
/*	"#" = id	"." = class	 !important	*/

*{
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

/* ------------------------------------------------------------
Html Rewrite
------------------------------ */
body {
	background-color: #FFFFFF;
	color: #333333;
	font-size: 12px;
	line-height: 150%;
	text-align: left;	
}

p, pre, blockquote {
	margin: 0px;	
/*	text-align: justify;
	text-justify: inter-ideograph; */
}
strong {
	font-weight: normal;
	color: #CC3366;
}

img {
	border-style: none;
	border-width: 0;
}

table, th, td {
	border-collapse:separate; 
}

A:active  { color: #333333; text-decoration: none; }
A:link    { color: #333333; text-decoration: none; }
A:visited { color: #333333; text-decoration: none; }
A:hover   { color: #333333; text-decoration: underline; }

h1 {
	text-align: left;
	font-size: 15px;
	font-weight: bold;
}
h2 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}
 
h4 {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
} 

/* ------------------------------------------------------------
Base
------------------------------ */
#container {
	position:absolute;
	width:760px;
	top: 15px;
	left: 20px;
	/*	margin: 0px auto; //for center
*/
}


/* ------------------------------------------------------------
Layout
------------------------------ */
#contents {
	padding-top: 220px;
	width: 760px;
}

#contentsMain {
	float: left;
	width: 530px;
	text-align: left;
	background-image: url(../img/contents_main_bg.gif);
	background-position: bottom;
	padding-bottom: 25px;
	min-height: 525px;
	height: auto !important;
	height: 525px;
}

#contentsSub {
	float: right;
	width: 200px;
}



/* ------------------------------------------------------------
main contents
------------------------------ */
#contentsMain p {
	padding-right: 30px;
	padding-left: 30px;
}

#contentsMain blockquote {
	padding-right: 30px;
	padding-left: 30px;
}

#contentsMain p.capSub {
	padding-bottom: 3px;
	font-size:10px;
	padding-left: 1em;
	text-indent: -1em;
	color: #777777;
	line-height: 130%;
}

#contentsMain p.cap {
	font-size: 12px;
	padding-left: 1em;
	text-indent: -1em;
}

#contentsMain ul {
	padding-right: 30px;
	padding-left: 50px;
	list-style-position: outside;
}

#contentsMain ol {
	padding-right: 30px;
	padding-left: 55px;
	list-style-position: outside;
}

#contentsMain dl{
	padding-right: 30px;
	padding-left: 30px;
}
	
#contentsMain dt{
	font-weight: bold;
	padding-top: 15px;
}


#contentsMain h2 {
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 0px;
}

#contentsMain h3 {
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 0px;
}

#contentsMain h4 {
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 0px;
}
/* ------------------------------------------------------------
Header
------------------------------ */
#header {
	position:absolute;
	width:760px;
/*	height:250px;*/
	left: 0px;
	top: 0px;
}

#headerTitle {
	text-align: left;
	width: 260px;
	height:32px;
	float: left;
}

#headerNavi {
	float: right;
	text-align: right;
	width: 480px;
	height:32px;
}

#headerNavi ul{
	list-style-type: none;
	list-style-image: none;
	padding-top: 5px;
}

#headerNavi li{
	margin-right: 5px;
	display: inline; /* For IE6 */
}


#headerImg {
	clear:both;	
}


#globalNavi ul {
	list-style: none;
}

#globalNavi li {
	float:left;
}

#topicPath {
	clear:both;
	margin-top:5px;
	font-size:10px;
	color:#999999;
	text-align: left;
}

#topicPath a{
	color:#999999;
}


/* ------------------------------------------------------------
LocalNavi
------------------------------ */
#localNavi {
	height: 400px;
	background-image: url(../img/localnavi_bg.gif);
}

#localNavi ul{
/*	font-size: 0.9em;*/
	list-style-type: none;
}

#localNavi li{
	display:inline;
}

#localNavi a {
	padding-left: 30px;
	background-image: url(../img/localnavi_bg_a.gif);
	color: #993366;
	text-decoration: none;
	height: 30px;
	display:block;
}


#localNavi a:hover {
	color: #FFFFFF;
	background-image: url(../img/localnavi_bg_b.gif);
}

/* ------------------------------------------------------------
SubContents
------------------------------ */
#linkPageTop {
	clear:both;
	width: 760px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}

/* ------------------------------------------------------------
Footer
------------------------------ */
#footer {
	background-image: url(../img/hooter_bg.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 760px;
	font-size: 11px;
	visibility: inherit;
	background-position: left bottom;
}

#footer #copylight{
	margin-left: 10px;
	margin-top: 10px;
	width: 350px;
	float: left;
}

#footer #link{
	margin-top: 10px;
	width: 200px;
	float: right;
	margin-right: 10px;
	text-align: right;
}


/* ------------------------------------------------------------
Position
------------------------------ */
.positionC {
	text-align: center !important;
}

.positionR {
	text-align: right !important;
}

.positionL {
	text-align: left !important;
}


/* ------------------------------------------------------------
Float
------------------------------ */
.floatL {
	float: left;
}

.floatR {
	float: right;
}

.floatC {
	clear:both;
}


/* ------------------------------------------------------------
Space
------------------------------ */
.spaceTopS {
	padding-top: 10px !important;
}

.spaceTopM {
	padding-top: 20px !important;
}

.spaceTopL {
	padding-top: 30px !important;
}


/* ------------------------------------------------------------
Text
------------------------------ */
.txtNotes {	
	font-size:10px;
	color:#777777;
}
.txtAttention {	
	color:#CC3366;
}
.txtExample {
	font-size:10px;
	color:#8CB5A6;
}

.txtNeed {
	color:#FF9900;
	font-weight: normal;
}

.txtWH {
	color:#FFFFFF;
}


/* ------------------------------------------------------------
Talbe
------------------------------ */
/*** For Contact ***/
table.tblContact {
	width: 470px;
	border-collapse: separate;
	border: 1px solid #DDDDDD;
	border-spacing: 0px;
	margin-top: 15px;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 15px;
}

th,td.tblContact {
	padding: 3px 5px;
	border-width: 1px;
	border-style: solid;
}

th.tblContact {
	width: 30%;
	color: #FFFFFF;
	background-color: #798DB3;
	border-top-color: #FFFFFF;
	border-right-color: #7676B8;
	border-bottom-color: #626399;
	border-left-color: #BEBEDE;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	border-width: 1px;
	border-style: solid;
}
td.tblContact {
	width: 70%;
	color: #798DB3;
	background-color: #E9ECF5;
	border-top-color: #FFFFFF;
	border-right-color: #BEBEDE;
	border-bottom-color: #A7A7BE;
	border-left-color: #F2F2F9;
	text-align: left;
	vertical-align: top;
}



/*** For entry ***/
table.tblEntry {
	width: 470px;
	border-collapse: separate;
	border: 1px solid #DDDDDD;
	border-spacing: 0px;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
}

th,td.tblEntry {
	padding: 3px 5px;
	border-width: 1px;
	border-style: solid;
}

th.tblEntry {
	width: 30%;
	color: #FFFFFF;
	background-color: #B38D79;
	border-top-color: #FFFFFF;
	border-right-color: #B87676;
	border-bottom-color: #996362;
	border-left-color: #DEBEBE;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	border-width: 1px;
	border-style: solid;
}
td.tblEntry {
	color: #B38D79;
	background-color: #F5ECE9;
	border-top-color: #FFFFFF;
	border-right-color: #DEBEBE;
	border-bottom-color: #A7BEA7;
	border-left-color: #F9F2F2;
	text-align: left;
	vertical-align: top;
}

/*** For Furikomi ***/
table.tblFurikomi {
	width: 250px;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #C0D6B8;
	margin-bottom: 5px;
}

th,td.tblFurikomi {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: left;
	vertical-align: middle;
}

th.tblFurikomi {
	width: 35%;
	color: #5A965B;
	background-color: #DBE9DA;
	font-weight: normal;
	border-width: 0 0 1px 1px;
	border-style: none none solid solid;
	border-color: #FFFFFF #FFFFFF #C0D6B8 #C0D6B8;
}
td.tblFurikomi {
	width: 65%;
	border-bottom-color: #C0D6B8;
	border-width: 0 1px 1px 0;
	border-style: none solid solid none;
	border-color: #FFFFFF #C0D6B8 #C0D6B8 #FFFFFF;
}


/*** For Company ***/
table.tblCompany {
	width: 470px;
	border-collapse: separate;
	border-spacing: 0px;
	margin-top: 30px;
	margin-left: 30px;
	padding-top: 20px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #DDDDDD;
}

th,td.tblCompany {
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
}

th.tblCompany {
	width: 30%;
	color: #A76D6F;
	background-color: #E9DBDA;
	border-bottom-color: #D6C0B8;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E9DBDA;
}
td.tblCompany {
	width: 70%;
	border-bottom-color: #DDDDDD;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: dotted;
}



/*** For Price ***/
table.tblPrice {
	width: 470px;
	border-collapse: separate;
	border: 1px solid #B3798D;
	border-spacing: 0px;
	margin-top: 40px;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 15px;
}

th,td.tblPrice {
	padding: 3px 5px;
	border-width: 1px;
	border-style: solid;
}

th.tblPrice {
	width: 40%;
	color: #FFFFFF;
	background-color: #B3798D;
	border-top-color: #FFFFFF;
	border-right-color: #B87676;
	border-bottom-color: #996263;
	border-left-color: #DEBEBE;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
}

td.tblPrice {
	width: 60%;
	color: #990033;
	background-color: #F5E9EC;
	border-top-color: #FFFFFF;
	border-right-color: #DEBEBE;
	border-bottom-color: #BEA7A7;
	border-left-color: #F9F2F2;
	text-align: left;
	vertical-align: top;
}



/*** general ***/
table.tblHidden {
	border-collapse: separate;
	border: 0px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}

th, td.tblHidden {
	padding: 1px 5px;
	border: 0;
}


/* ------------------------------------------------------------
Form
------------------------------ */
input.inputDef		{ font-size: 12px; color: #000000; height: 15pt; background-color: #FFFFFF; border: 1px solid #7799BB;}
input.inputErr		{ font-size: 12px; color: #000000; height: 15pt; background-color: #FAEBF0; border: 1px solid #CC3366;}
select.selectDef	{ font-size: 12px; color: #000000; background-color: #FFFFFF; border: 1px solid #7799BB;}
select.selectErr	{ font-size: 12px; color: #000000; background-color: #FAEBF0; border: 1px solid #CC3366;}
textarea.areaDef	{ font-size: 12px; color: #000000; background-color: #FFFFFF; border: 1px solid #7799BB;}
textarea.areaErr	{ font-size: 12px; color: #000000; background-color: #FAEBF0; border: 1px solid #CC3366;}
input.radioDef		{ background-color: #666666;}
input.radioErr		{ background-color: #FAEBF0;}

/* botton */
input.btnEnter		{width:160px; height:30px;}
input.btnReturn		{width:100px; height:30px;}



/* ------------------------------------------------------------
Page:Sitemap
------------------------------ */
#mapLeft {
	float: left;
	width: 260px;
}

#mapRight {
	float: right;
	width: 260px;
}
