@charset "utf-8";
/*formatting style
-------------------------------*/
* {
	font-style: normal;
}
body {
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-family: sans-serif;
	line-height: 1.6;
	color: #333333;
	background-color: #B6B5B5;
	text-align: center;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
}
/*basic layout
---------------------------------*/
#wrapper {
	width: 788px;
	background-color: #FFF;
	margin: 0px auto;
	text-align: left;
	background-image: url(../images/right.gif);
	background-repeat: repeat-y;
	background-position: right;
}	
#header {
	position: relative;
	width: 100%; /* windows Internet explorer 6対策 */
	background-image: url(../images/header-home.gif);
	background-repeat: no-repeat;
	z-index: 100;
	height: 150px;
}

#header h1 a{
	position: absolute;
	top: 55px;
	font-weight: bold;
	color: #000;
	font-size: 82%;
	left: 28px;
}
#header h1 a:hover {
	color: #f4a460;
	text-decoration: underline;
}
#header #readTop {
	position: absolute;
	left: 230px;
	top: 118px;
	color: #E1C589;
	font-size: 110%;
}
#header #sideTop {
	position: absolute;
	left: 30px;
	top: 118px;
	color: #E1C589;
	font-size: 110%;
}
#header p {
	position: absolute;
	top: 7px;
	right: 20px;
}

#global-nav {
	position: absolute;
	right: 19px;
	top: 74px;

}
#header #global-nav ul {


}


#global-nav ul li {
	width: 138px;
	float: right;
}

#global-nav ul li a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 100%;
	padding-top: 3px;
}

#global-nav ul li a:hover {
	color:#ec8602;
}
#global-nav ul li ul {
	background-color: #E5C88D;
}
#global-nav ul .parent ul {
	display: none;

}
#global-nav ul .parentOn ul {
	display: block;
}
#global-nav ul .parent ul li {

}


#global-nav ul li ul li {
	float: none;
}
#global-nav ul li ul li a {
	font-size: 90%;
	font-weight: normal;
	background-image: none;
	border-top: 1px solid #FFF;
}
#global-nav ul li ul li a:hover {
	background-image: none;
	border-top: 1px solid #FFF;
	background-color: #ec8602;
	color: #FFF;
}


#container {
	position: relative;
	width: 788px;
	background-image: url(../images/left.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px;
}
#container #primary {
	float: right;
	width: 571px;
}


#primary #main {
	width: 554px;
	float: left;
}
#main #topSection {
	background-image: url(../images/misin.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 265px;
	margin-bottom: 20px;
	border: 1px solid #F0EFE9;
	margin-top: 1px;
}
#main #topSection h1 {
	font-size: 150%;
	font-weight: bolder;
	color: #9BCFEB;
	margin-bottom: 0px;
	margin-top: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-left: 15px;
}
#main #topSection p {
	font-size: 105%;
	line-height: 2em;
	color: #666;
	margin-bottom: 0px;
	margin-top: 8px;
	font-weight: bold;
	margin-left: 15px;
}
#main #topSection ul {
	line-height: 2em;
	font-size: 100%;
	font-weight: bold;
	color: #666;
	margin-left: 15px;
}
#main h2  {
	margin: 0px;

}
#main .section {
	margin-bottom: 20px;
	width: 554px;
	border: 1px solid #F0EFE9;
	margin-top: 3px;
}

#main .section h3 {
	font-size: 110%;
	color: #9BCFEB;
	font-weight: bold;
	margin-left: 15px;
	margin-bottom: 10px;
}
#main .section p {
	margin-bottom: 20px;
	line-height: 1.8em;
	font-size: 100%;
	margin-left: 15px;
}
#main .section #attention {
	font-size: 88%;
}
#main .section img.sample {
	margin-bottom: 30px;
	margin-left: 10px;
}


#main .section #plain-shape {
	position: absolute;
	top: 400px;
	right: 20px;
}
#container #secondary {
	float: left;
	width: 213px;
	height: 400px;
}


#side {
	width: 198px;
	float: right;
	position: relative;
	margin: 0px;
}
#side-works {
	width: 198px;
	background-image: url(../images/sideBack.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 4px dotted #F9F6EA;
	border-left: 1px solid #FFF;
}


#side-works ul {
	margin-top: 15px;
}


#side-works ul li {
	position: relative;
	list-style: none;
	height: 54px;
	margin-bottom: 15px;
}
#side-works ul li p {
	line-height: 1.5em;
	position: absolute;
	left: 90px;
	top: 10px;
	margin: 0px;
}
#side-works ul li a img {
	margin-left: 10px;

}

#orderIcon  {
	margin-top: 10px;
	margin-left: 22px;
	margin-bottom: 10px;
}

#side-guide {
	margin-bottom: 7px;
	margin-top: 3px;
	background-image: url(../images/sideBack.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 198px;
	border: 1px solid #FFF;

}
#side #side-guide ul {
	background-color: #FFF;
	width: 178px;
	margin-top: 10px;
	margin-left: 10px;
	height: 300px;
	padding-top: 10px;
}


#side-guide ul li {
	height: 30px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #999;
	margin-right: 15px;
	margin-left: 15px;
}
#side #side-guide ul li a {
	margin-top: 10px;
	margin-left: 20px;
}

#side-column {
	background-image: url(../images/sideBack.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 198px;
	margin-top: 3px;
	margin-bottom: 10px;
	height: 148px;


}
#side-column ul {
	width: 177px;
	background-color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	height: 100px;

}
#side-column ul li {
	border-bottom: 1px dotted #999;
	height: 30px;
	margin: 10px 15px;
}
#side-column ul li a   {
	margin-top: 10px;
	margin-left: 10px;
}

#side-information {
	height: 400px;
	border: 1px solid #FFF;
	width: 198px;
	background-image: url(../images/sideBack.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 3px;
	padding-top: 15px;

}
#side-information h4 {
	margin-left: 15px;
}

#side-information p {
	margin-top: 5px;
	font-size: 100%;
	margin-bottom: 0px;
	margin-left: 5px;
}
#side-information .small {
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 50px;
}

#side-information h5 {
	margin-bottom: 20px;
	margin-left: 20px;
}


#side-information iframe {
	margin-bottom: 10px;
	margin-left: 5px;

}
#side #side-information #AriData {
	font-size: 80%;
	margin-left: 5px;
}

#home #side #side-information a {
}


#side-information ul {
	margin-bottom: 10px;
	margin-left: 30px;
}
#side-information ul li {
	height: 2.5em;
	padding-top: 6px;
	border-style: none;

}
#bottom {
	clear: both;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 30px;
}
#bottom p {
	position: absolute;
	right: 35px;
	margin-top: 5px;
}
#footer {
	position: relative;
	height: 50px;
	background-color: #FFF;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}
#footer p {
	right: 20px;
	position: absolute;
	top: 20px;
	font-size: 90%;
	color: #FFF;
}

/*link style
--------------------------------*/
a:link {
	color: #039;
	text-decoration:none;
}
a:visited {
	color: #039;
	text-decoration:none;
}
a:hover {
	color: #f4a460;
	text-decoration: underline;
}
a:active {
	color: #666;
	text-decoration: none;
	position: relative;
	right: 1px;
}
