/* ::::: CSS初期化処理 ::::: */

*{
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	line-height:1;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
}

body {
	width: 100%;
	font-family : 'Hiragino Kaku Gothic Pro', Meiryo, san-serif;
	
}

h1, h2, h3 { margin: 0px; padding: 0px; font-weight: normal; }

p{
	letter-spacing: 0.1em;
	font-size: 14px;
}

p a:link,p a:visited{
	color: #452F25;
}

p a:hover,p a:active{
	color: #F60;
}

p b{
	font-weight: bold;
}

img,a img{
  vertical-align:bottom;
  border:none;
  background:transparent;
}

.scrolloff{
	overflow: hidden;
	background-image: url(../images/back.png);
	background-repeat: repeat-x;
	height: 100%;
}

.importance{
	display: none;
	height: 1px;
	font-size: 1px;
	text-indent: -9999;
	position: absolute;
	visibility: hidden;
	line-height: 1px;
	top: -9999px;
}

.right{
	float: right;
}

.left{
	float: left;
}

.center{
	text-align: center;
}

.right_btn{
	text-align: right;
}

.text_right{
	text-align: right;
}

.text_point{
	color: #D2CFCC;
}

.clear{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	width: 0px;
}

.fade{
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}
	   
.textbox{
	font-size: 13px;
	line-height: 35px;
	height: 35px;
	background-color:transparent;
	color: #3C3735;
}

.textarea{
	font-size: 13px;
	line-height: 20px;
	background-color:transparent;
	color: #3C3735;
}


.box220{
	width: 220px;
}

.box50{
	width: 50px;
}

.sbutton{
	font-size: 13px;
	background-image: url(../images/sbutton.png);
	background-repeat: repeat-x;
	line-height: 28px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #ccc;
	height: 30px;
	width: 120px;
	text-align: center;
	color: #333;
	cursor: pointer;
	white-space: nowrap;
	letter-spacing: 0.1em;
}

.sbutton:hover{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #999;
	color: #666;
}

.sbutton:active{
	background-image: url(../images/sbutton_active.png);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #666;
	color: #333;
}

.sbutton a:link,.sbutton a:visited{
	font-size: 13px;
	line-height: 28px;
	color: #333;
	white-space: nowrap;
	letter-spacing: 0.1em;
}

.sbutton a:hover,.sbutton a:active{
	color: #666;
}

/* ::::: CSS設定 ::::: */

#container{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#open{
	position: absolute;
	left: 0px;
	top: 0px;
}

#close{
	position: absolute;
	left: 0px;
	top: 0px;
}

#opening{
	background-repeat: repeat-x;
	height: 1000px;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 9998;
	background-image: url(../images/back.png);
	left: 0px;
}

#logo{
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 170px;
	z-index: 9999;
	position:absolute;
	left:50%;
	margin-left: -85px;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
	top: 290px;
}

#loading{
	height: 24px;
	width:  24px;
	z-index: 9999;
	position:absolute;
	left:50%;
	margin-left: -12px;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
	top: 350px;
}

#banner_point{
	background-image: url(../images/banner_point.png);
	background-repeat: no-repeat;
	height: 320px;
	width:  320px;
	z-index: 9999;
	position:absolute;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
	top: 0px;
	right: 0px;
}

#caution{
	height: 200px;
	width:  640px;
	z-index: 9999;
	position:absolute;
	left:50%;
	margin-left: -320px;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
	background-image: url(../images/caution.png);
	background-repeat: no-repeat;
	top: 350px;
}

#caution_ie{
	font-size: 11px;
	color: #333;
	line-height: 16px;
	width: 800px;
	position: absolute;
	top: 700px;
	letter-spacing: 0.1em;
	margin-left: -400px;
	left: 50%;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
	z-index: 9999;
}

#jump_chrome{
	margin-top: 150px;
	position: absolute;
	margin-left: 225px;
}

#jump_safari{
	margin-top: 150px;
	position: absolute;
	margin-left: 295px;
}

#jump_firefox{
	margin-top: 150px;
	position: absolute;
	margin-left: 367px;
}

#menu {
	margin-left: 50px;
	list-style-type: none;
	position: absolute;
	top: 10px;
}

#main{
	position: absolute;
	width: 900px;
	top: 480px;
}

#main_maskl{
	height: 340px;
	width: 340px;
	position: absolute;
	left: -225px;
	top: -155px;
	z-index: 9996;
	background-image: url(../images/main_maskl.png);
	cursor: pointer;
}

#main_maskr{
	height: 340px;
	width: 340px;
	position: absolute;
	left: 790px;
	top: -155px;
	z-index: 9996;
	background-image: url(../images/main_maskr.png);
	cursor: pointer;
}

#main_arrowl{
	height: 60px;
	width: 30px;
	position: absolute;
	left: 50px;
	top: -20px;
	z-index: 9997;
	background-image: url(../images/main_arrowl.png);
	cursor: pointer;
}

#main_arrowr{
	height: 60px;
	width: 30px;
	position: absolute;
	left: 820px;
	top: -20px;
	z-index: 9997;
	background-image: url(../images/main_arrowr.png);
	cursor: pointer;
}

#banner_arrowu{
	height: 15px;
	width: 30px;
	position: absolute;
	left: 120px;
	top: 10px;
	background-image: url(../images/banner_arrowu.png);
	cursor: pointer;
}

#banner_arrowd{
	height: 15px;
	width: 30px;
	position: absolute;
	left: 120px;
	top: 270px;
	background-image: url(../images/banner_arrowd.png);
	cursor: pointer;
}

#roundabout{
	list-style-type: none;
}

#roundabout li{
	width: 27em;
	height: 18em;
	cursor: pointer;
	font-size: 1em;
	background-color: #D9D8D5;
	overflow: hidden;
	background-image: url(../images/roundabout_back.png);
	background-repeat: repeat-x;
	padding-top: 1em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	padding-left: 1em;
}

#roundabout li img {
	height: 17em;
	width: 12em;
	float: left;
	margin-right: 1em;
	background-color: #F1F1F1;
	padding: 0.4em;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #777;
	border-left-color: #CCC;
}

#roundabout h1{
	font-size: 0.9em;
	margin-bottom: 15px;
	color: #F2F1F0;
	margin-top: 5px;
	text-shadow: #999 2px 2px 2px;
	letter-spacing: 0.1em;
	font-weight: bold;
	line-height: 1.5em;
}

#roundabout h1 a:link,#roundabout h1 a:visited{
	color: #F2F1F0;
	font-weight: bold;
}

#roundabout h1 a:hover,#roundabout h1 a:active{
	color: #FFF;
	font-weight: bold;
}

#roundabout h2{
	font-size: 0.7em;
	line-height: 1.5em;
	color: #555;
	letter-spacing: 0.1em;
}

#roundabout h2 a:link,#roundabout h2 a:visited{
	color: #333;
}

#roundabout h2 a:hover,#roundabout h2 a:active{
	color: #F60;
}

#banner{
	list-style-type: none;
	position: absolute;
	top: 15px;
	height: 300px;
	left: 680px;
	width: 280px;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#banner li{
	width: 14.5em;
	height: 4.5em;
	cursor: pointer;
	font-size: 1em;
	background-color: #B7B6AE;
	text-align: center;
	line-height: 4.5em;
	color: #F2F1F0;
	background-image: url(../images/banner_back.png);
	background-repeat: repeat-x;
}

#banner li a:link,#banner li a:visited{
	color: #F2F1F0;
	font-weight: bold;
}

#banner li a:hover,#banner li a:active{
	color: #FFF;
}

#web_base{
	position: absolute;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
	height: 900px;
	margin-left: 500px;
}

#web_product{
	list-style-type: none;
	width: 320px;
	height: 320px;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
}

#web_product li{
	width: 320px;
	height: 80px;
	cursor: pointer;
	font-size: 1em;
	background-color: #B7B6AE;
}

#web_product li img {
	height: 80px;
	width: 320px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDD;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
	border-left-color: #DDD;
}

#dtp_base{
	position: absolute;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
	height: 900px;
	margin-left: 500px;
}

#dtp_product{
	list-style-type: none;
	width: 320px;
	height: 320px;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
}

#dtp_product li{
	width: 320px;
	height: 80px;
	cursor: pointer;
	font-size: 1em;
	background-color: #B7B6AE;
}

#dtp_product li img {
	height: 80px;
	width: 320px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDD;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
	border-left-color: #DDD;
}

#msg_product{
	height: 0px;
	width: 330px;
	position: absolute;
	z-index: 9980;
	margin-left: 460px;
	top: 205px;
	background-image: url(../images/msg_product.png);
	background-repeat: repeat-x;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#web01t{
	width: 300px;
	position: absolute;
	margin-left: 460px;
	top: 205px;
	z-index: 9981;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#web02t{
	width: 300px;
	position: absolute;
	margin-left: 460px;
	top: 205px;
	z-index: 9981;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#web03t{
	width: 300px;
	position: absolute;
	margin-left: 460px;
	top: 205px;
	z-index: 9981;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#web04t{
	width: 300px;
	position: absolute;
	margin-left: 460px;
	top: 205px;
	z-index: 9981;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#web05t{
	width: 300px;
	position: absolute;
	margin-left: 460px;
	top: 205px;
	z-index: 9981;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#web06t{
	width: 300px;
	position: absolute;
	margin-left: 460px;
	top: 205px;
	z-index: 9981;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#web07t{
	width: 300px;
	position: absolute;
	margin-left: 460px;
	top: 205px;
	z-index: 9981;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#web08t{
	width: 300px;
	position: absolute;
	margin-left: 460px;
	top: 205px;
	z-index: 9981;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#web09t{
	width: 300px;
	position: absolute;
	margin-left: 460px;
	top: 205px;
	z-index: 9981;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#web10t{
	width: 300px;
	position: absolute;
	margin-left: 460px;
	top: 205px;
	z-index: 9981;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#dtp01t{
	width: 300px;
	position: absolute;
	margin-left: 460px;
	top: 205px;
	z-index: 9981;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#dtp02t{
	width: 300px;
	position: absolute;
	margin-left: 460px;
	top: 205px;
	z-index: 9981;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#dtp03t{
	width: 300px;
	position: absolute;
	margin-left: 460px;
	top: 205px;
	z-index: 9981;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#dtp04t{
	width: 300px;
	position: absolute;
	margin-left: 460px;
	top: 205px;
	z-index: 9981;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#dtp05t{
	width: 300px;
	position: absolute;
	margin-left: 460px;
	top: 205px;
	z-index: 9981;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#dtp06t{
	width: 300px;
	position: absolute;
	margin-left: 460px;
	top: 205px;
	z-index: 9981;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#dtp07t{
	width: 300px;
	position: absolute;
	margin-left: 460px;
	top: 205px;
	z-index: 9981;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#dtp08t{
	width: 300px;
	position: absolute;
	margin-left: 460px;
	top: 205px;
	z-index: 9981;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#dtp09t{
	width: 300px;
	position: absolute;
	margin-left: 460px;
	top: 205px;
	z-index: 9981;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#dtp10t{
	width: 300px;
	position: absolute;
	margin-left: 460px;
	top: 205px;
	z-index: 9981;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#screen_web{
	background-image: url(../images/screen_web.png);
	height: 200px;
	width: 400px;
	position: absolute;
	margin-left: 0px;
	top: 220px;
	background-repeat: no-repeat;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#screen_dtp{
	background-image: url(../images/screen_dtp.png);
	height: 200px;
	width: 400px;
	position: absolute;
	margin-left: 0px;
	top: 220px;
	background-repeat: no-repeat;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#screen_sitemap{
}

#footer {
	width: 100%;
	height: 150px;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	margin-top: 50px;
	z-index: 9999;
}

#footer_contents{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#footer_logo{
	position: absolute;
	background-image: url(../images/footer_logo.png);
	background-repeat: no-repeat;
	margin-top: 3px;
	margin-left: 50px;
	height: 50px;
	width: 100px;
}

#footer_navi{
	list-style-type: none;
	margin-top: 20px;
	margin-left: 270px;
	position: absolute;
	width: 650px;
}

#footer_navi li{
	float: left;
	width: 130px;
}

#footer h3 a:link,#footer h3 a:visited{
	font-family: "Trebuchet MS", Helvetica, Arial;
	color: #CCC;
	letter-spacing: 0.2em;
	font-size: 14px;
	background-image: url(../images/footer_arow.png);
	background-repeat: no-repeat;
	padding-left: 15px;
}

#footer h3 a:hover,#footer h3 a:active{
	color: #CCC;
}

#footer h4 a:link,#footer h4 a:visited{
	font-family: "Trebuchet MS", Helvetica, Arial;
	color: #CCC;
	letter-spacing: 0.2em;
	font-size: 11px;
}

#footer h4 a:hover,#footer h4 a:active{
	color: #CCC;
}

#sitemap{
	background-image: url(../images/roundabout_back.png);
	background-repeat: repeat-x;
	height: 480px;
	width: 640px;
	position: absolute;
	z-index: 9999;
	top: -500px;
	background-color: #999;
	left: 50%;
	margin-left: -320px;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#sitemap dl{
	margin-left: 40px;
	margin-bottom: 25px;
}

#sitemap dt{
	float: left;
	width: 120px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}

#sitemap dd{
	float: left;
	width: 130px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

#sitemap dt a:link,#sitemap dt a:visited{
	font-family: "Trebuchet MS", Helvetica, Arial;
	color: #333;
	letter-spacing: 0.2em;
	font-size: 14px;
	font-weight: bold;
}

#sitemap dt a:hover,#sitemap dt a:active{
	color: #FFF;
}

#sitemap dd a:link,#sitemap dd a:visited{
	font-family: "Trebuchet MS", Helvetica, Arial;
	color: #666;
	letter-spacing: 0.2em;
	font-size: 14px;
}

#sitemap dd a:hover,#sitemap dd a:active{
	color: #FFF;
}

#sitemap_header{
	background-image: url(../images/sitemap_header.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 320px;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 60px;
	margin-left: 40px;
}

#sitemap_right{
	text-align: right;
	width: 600px;
	margin-top: 70px;
}

.sitemap_line{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}

.product_left{
	height: 900px;
	width: 15px;
	top: 0px;
	background-image: url(../images/product_basel.png);
	background-repeat: no-repeat;
	float: left;
}

.product_center{
	background-color: #FFF;
	height: 900px;
	top: 0px;
	float: left;
}

.product_right{
	height: 900px;
	width: 15px;
	top: 0px;
	background-image: url(../images/product_baser.png);
	background-repeat: no-repeat;
	right: 0px;
	float: right;
}

.product_mask{
	height: 200px;
	width: 350px;
	background-image: url(../images/product_mask.png);
	background-repeat: repeat-x;
	position: absolute;
	z-index: 9998;
	top: 700px;
}

.footer_col{
	list-style-type: none;
	margin-top: 8px;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6A6760;
	padding-top: 12px;
}

.footer_col li{
	margin-bottom: 5px;
	padding-left: 16px;
}

.screen_col{
	list-style-type: none;
	margin-top: 90px;
}

.screen_col li{
	margin-bottom: 15px;
	background-image: url(../images/footer_arow.png);
	background-repeat: no-repeat;
	padding-left: 12px;
}

.screen_col h4 a:link,.screen_col h4 a:visited{
	font-family: "Trebuchet MS", Helvetica, Arial;
	color: #808080;
	letter-spacing: 0.2em;
	font-size: 16px;
}

.screen_col h4 a:hover,.screen_col h4 a:active{
	color: #808080;
}

.catalog{
	list-style-type: none;
	margin-bottom: 20px;
}

.catalog li{
	float: left;
	padding-right: 6px;
	padding-bottom: 6px;
}

.catalog img{
	background-color: #EAE8E6;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #999;
}

.msg_text{
	font-size: 12px;
	line-height: 18px;
	color: #555;
	letter-spacing: 0.1em;
}

.msg_text img{
	float: left;
	margin-right: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDD;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
	border-left-color: #DDD;
}

.msg_link{
	padding-top: 15px;
	width: 300px;
}

.msg_link a:link,.msg_link a:visited{
	font-family: "Trebuchet MS", Helvetica, Arial;
	color: #808080;
	font-size: 11px;
	letter-spacing: 0.1em;
}

.msg_link a:hover,.msg_link a:active{
	color: #F60;
}

/* ::::: 下層ページ用CSS ::::: */

#page{
	padding-top: 35px;
	padding-bottom: 20px;
}

#page h1{
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 12px;
	color: #E7E4E2;
	letter-spacing: 0.1em;
	text-shadow: #666 2px 2px 3px;
}

#page p{
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 0.1em;
	color: #3C3735;
}

.page_article{
	margin-bottom: 20px;
}

.page_rect{
	width: 350px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	background-color: #B0ACA8;
	margin-bottom: 15px;
}

.page_rectl{
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	height: 30px;
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #3C3735;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 128px;
	overflow: hidden;
	background-color: #A6A29D;
}

.page_rectr{
	float: left;
	height: 30px;
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #3C3735;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 220px;
	overflow: hidden;
}

.page_rectc{
	height: 30px;
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #3C3735;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	overflow: hidden;
	padding-right: 20px;
	padding-left: 20px;
}

.page_rectd{
	height: 30px;
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #3C3735;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	overflow: hidden;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #A6A29D;
}

.page_recte{
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #3C3735;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	overflow: hidden;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #A6A29D;
	padding-top: 5px;
	padding-bottom: 5px;
}

.page_rectlb{
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	height: 100px;
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #3C3735;
	line-height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 128px;
	overflow: hidden;
	background-color: #A6A29D;
}

.page_rectrb{
	float: left;
	height: 100px;
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #3C3735;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 200px;
	overflow: hidden;
	position:relative;
}

.page_rectl2{
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	height: 50px;
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #3C3735;
	line-height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 128px;
	overflow: hidden;
	background-color: #A6A29D;
}

.page_rectr2{
	float: left;
	height: 45px;
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #3C3735;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 220px;
	overflow: hidden;
	position:relative;
	padding-top: 5px;
	line-height: 20px;
}

.page_rectl4{
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	height: 100px;
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #3C3735;
	line-height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 128px;
	overflow: hidden;
	background-color: #A6A29D;
}

.page_rectr4{
	float: left;
	height: 90px;
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #3C3735;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 220px;
	overflow: hidden;
	position:relative;
	padding-top: 10px;
	line-height: 20px;
}

.page_rect a:link,.page_rect a:visited{
	color: #333;
}

.page_rect a:hover,.page_rect a:active{
	color: #CCC;
}

.page_line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8C8A80;
	padding-bottom: 15px;
}

.title_concept{
	background-image: url(../images/title_concept.png);
	background-repeat: no-repeat;
	min-height: 500px;
	width: 350px;
	padding-left: 100px;
	padding-right: 50px;
}

.title_company{
	background-image: url(../images/title_company.png);
	background-repeat: no-repeat;
	min-height: 500px;
	width: 350px;
	padding-left: 40px;
	padding-right: 110px;
}

.title_homepage{
	background-image: url(../images/title_homepage.png);
	background-repeat: no-repeat;
	min-height: 500px;
	width: 350px;
	padding-left: 100px;
	padding-right: 50px;
}

.title_commercial{
	background-image: url(../images/title_commercial.png);
	background-repeat: no-repeat;
	min-height: 500px;
	width: 350px;
	padding-left: 40px;
	padding-right: 110px;
}

.title_freepaper{
	background-image: url(../images/title_freepaper.png);
	background-repeat: no-repeat;
	min-height: 500px;
	width: 350px;
	padding-left: 100px;
	padding-right: 50px;
}

.title_magazine{
	background-image: url(../images/title_magazine.png);
	background-repeat: no-repeat;
	min-height: 500px;
	width: 350px;
	padding-left: 40px;
	padding-right: 110px;
}

.title_promotion{
	background-image: url(../images/title_promotion.png);
	background-repeat: no-repeat;
	min-height: 500px;
	width: 350px;
	padding-left: 100px;
	padding-right: 50px;
}

.title_inquiry{
	background-image: url(../images/title_inquiry.png);
	background-repeat: no-repeat;
	min-height: 500px;
	width: 350px;
	padding-left: 100px;
	padding-right: 50px;
}

.title_privacy{
	background-image: url(../images/title_privacy.png);
	background-repeat: no-repeat;
	min-height: 500px;
	width: 350px;
	padding-left: 40px;
	padding-right: 110px;
}

.title_agreement{
	background-image: url(../images/title_agreement.png);
	background-repeat: no-repeat;
	min-height: 500px;
	width: 350px;
	padding-left: 100px;
	padding-right: 50px;
}

.title_link{
	background-image: url(../images/title_link.png);
	background-repeat: no-repeat;
	min-height: 500px;
	width: 350px;
	padding-left: 100px;
	padding-right: 50px;
}

/* ::::: 管理者ページ用CSS ::::: */

#admin{
	background-image: url(../images/roundabout_back.png);
	background-repeat: repeat-x;
	width: 700px;
	z-index: 9999;
	background-color: #999;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #333;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
	margin-top: 100px;
	margin-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
}

#admin h1{
	font-size: 32px;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
	text-shadow: #999 2px 2px 2px;
	color: #555;
}

#admin h2{
	font-size: 16px;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
	text-shadow: #999 2px 2px 2px;
	color: #333;
}

#admin p{
	margin-bottom: 20px;
}

#admin fieldset{
	margin-top: 30px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	border: 1px solid #FFF;
	margin-bottom: 30px;
}

#admin legend{
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}

#admin dl{
	margin-bottom: 25px;
}

#admin dt{
	float: left;
	width: 120px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}

#admin dd{
	float: left;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	white-space: nowrap;
}

#admin table{
	background-color: #DDDDC8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #999;
	padding: 10px;
	width: 100%;
}

#admin a:link,#admin a:visited{
	color: #452F25;
}

#admin a:hover,#admin a:active{
	color: #F60;
}

.admin_back{
	background-image: url(../images/back.png);
	background-repeat: repeat-x;
}

.atextbox{
	background-color: #FFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
}

.atextarea{
	background-color: #FFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
	width: 450px;
}

/* ::::: View設定 ::::: */

#view{
	overflow: hidden;
	background-image: url(../images/view_back.png);
	background-repeat: repeat-x;
}

#view img {
	float: left;
	margin-right: 20px;
	background-color: #FFF;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #777;
	border-left-color: #CCC;
}

#view h1{
	font-size: 14px;
	margin-bottom: 10px;
	color: #F2F1F0;
	margin-top: 5px;
	text-shadow: #999 2px 2px 2px;
	letter-spacing: 0.15em;
	font-weight: bold;
	line-height: 20px;
}

#view h2{
	font-size: 32px;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
	text-shadow: #999 2px 2px 2px;
	color: #555;
}

#view_text{
	overflow-y: auto;
	overflow-x: hidden;
	height: 340px;
}

#view_text p{
	font-size: 12px;
	line-height: 18px;
	color: #555;
	letter-spacing: 0.1em;
}

#view_btm{
	text-align: left;
}

#view_btm a:link,#view_btm a:visited{
	color: #452F25;
	font-size: 12px;
}

#view_btm a:hover,#view_btm a:active{
	color: #F60;
}

/* ::::: mailform CSS設定 ::::: */

#mailform{
	background-image: url(../images/roundabout_back.png);
	background-repeat: repeat-x;
	width: 800px;
	z-index: 9999;
	background-color: #999;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #333;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	margin-top: 100px;
	margin-bottom: 100px;
	padding-top: 40px;
	padding-bottom: 40px;
}

#mailform a:link,#mailform a:visited{
	color: #FFF;
	font-size: 12px;
}

#mailform a:hover,#mailform a:active{
	color: #F60;
}

#mailform h1{
	font-size: 32px;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
	text-shadow: #999 2px 2px 2px;
	color: #555;
	padding-left: 50px;
}

/* ::::: Ajax設定 ::::: */

#pageslide-slide-wrap {
	background-image: url(../images/slide_back.png);
	background-repeat: no-repeat;
	overflow-y: auto;
	overflow-x: hidden;
}

.roundabout-holder {
	list-style: none;
}

.roundabout-in-focus {
	cursor: auto;
}

