@charset 'UTF-8';

/** common settings **/

/* reset */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td{
	padding:0;
	margin:0;
}
table{
	border-collapse: collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-weight:normal;
	font-style:normal;
}
ol,ul{
	list-style-position:outside;
	padding-left:30px;
}
* html ol,* html ul{
	padding-left:0px;
}
ol{
	list-style:digit;
}
ul{
	list-style:circle;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:100%;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}

* html img.pngfix, div.pngfix{
	behavior: url("script/iepngfix/iepngfix.htc");
}

/* simplified style */

/*   float */
.center{
^	margin-right: auto;
^	margin-left: auto;
}
.left{
^	float:left;
}
.float_center{
	margin-right: auto;
	margin-left: auto;
}
.float_left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.clear:after{
	content:".";
	clear:both;
	height:0px;
	display:block;
	visibility:hidden;
}

/*   text-align */
.text-left{
	text-align:left;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}

/*   vertiacal-align */
.line-top{
	vertical-align:top;
}
.line-texttop{
	vertical-align:text-top;
}
.line-textbottom{
	vertical-align:text-bottom;
}
.line-middle{
	vertical-align:middle;
}
.line-bottom{
	vertical-align:bottom;
}
.line-baseline{
	vertical-align:baseline;
}

/*   font-weight */
.bolder{
	font-weight:bolder;
}
.lighter{
	font-weight:lighter;
}
.larger{
	font-size:110%;
}
.smaller{
	font-size:smaller;
}
.smaller2{
	font-size:75%;
}
.inline{
	display:inline;
}
.line-wide{
	line-height:120%;
}

/*   width */
.full-width{
	width:100%;
}
.nearly-width{
	width:90%;
}
.half-width{
	width:50%;
}
.nearly-half-width{
	width:45%;
}
.third-width{
	width:33.3%;
}
.quarter-width{
	width:24.9%;
}
.fifth-width{
	width:19.9%;
}


/*   other */
.wbr{
	word-break: break-all;
}
.zoom{
	zoom:100%;
}
.hidden{
	display:none;
}


/** site settings **/

/* simplified style */

.text-plane{
	color:rgb(48,48,48);
	font-weight:normal;
	text-decoration: none;
}
.warn{
	color:rgb(240,90,30);
	font-weight:bold;
}
.notice{
	color:rgb(30,90,220);
	font-weight:bold;
	font-size:90%;
}

/* common */
body{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"Trebuchet MS","ＭＳ Ｐゴシック",sans-serif;
}
input,select,textarea{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"Trebuchet MS","ＭＳ Ｐゴシック",sans-serif;
	font-size:90%;
}

/* base */

html{
	color:rgb(102,102,102);
}
body{
}
h1, h2, h3{
	letter-spacing:0.2em;
	font-weight:bold;
}
h1{
	padding-left:1em;
	font-size: x-large;
}
h2{
	padding:3px;
	font-size:large;
}
h3{
	padding-top:7px;
}
fieldset{
	padding-top:3px;
	padding-left:5px;
	padding-bottom:7px;
}
legend{
	font-weight:bold;
}
/*   action */
a{
	color:rgb(114,164,180);
	text-decoration:none;
}
a:link{
	color:rgb(114,164,180);
	text-decoration:none;
}
a:visited{
	color:rgb(196,124,196);
}
a:active{
	color:rgb(255,124,124);
}
a:hover{
	text-decoration:underline;
}
.link{
	text-decoration: none;
	color:rgb(0,113,188);
	cursor:pointer;
}
.link:hover{
	text-decoration:underline;
}


/*   tags */
p{
	padding-bottom:10px;
}
td{
	padding: 3px;
	border: 0;
}
table.layout td{
	padding: 0px;
}
th{
	padding: 3px;
	border: 0;
	white-space:nowrap;
}
label{
	cursor: pointer;
}
input{
}
input.p{
	padding:2px;
	border-bottom:1px solid;
	border-color:rgb(51,102,102);
	background-color:transparent;
}
input.p-high{
	padding:2px;
	border:1px solid rgb(232,152,152);
	background-color:transparent;
}
input.c{
	background-color:transparent;
	border: 0px;
}
input.t{
	padding:2px;
	border: 1px solid rgb(51,102,102);
	background-color:transparent;
}
input.t-high{
	padding:2px;
	border:1px solid rgb(232,152,152);
	background-color:transparent;
}
input.disabled{
	background-color:rgb(255,255,255);
	color:rgb(200,200,200);
}
input.warn{
	border:1px solid rgb(150,80,80);
	background-color:rgb(255,235,235);
}
textarea.warn{
	border:1px solid rgb(150,80,80);
	background-color:rgb(255,235,235);
}
input.button{
	padding-left:2em;
	padding-right:2em;
}
input.csetext{
	width:120px;
}
option{
	margin-right:5px;
}
option.disabled{
	color:rgb(120,120,120);
}
textarea{
	padding:2px;
}
textarea.text{
	border:1px solid rgb(51,102,102);
	background-color:transparent;
}
textarea.text-high{
	border:1px solid rgb(232,152,152);
	background-color:transparent;
}
div.command input{
	margin-left:1em;
	margin-right:1em;
}

div.margin{
	margin:5px;
}
div.loading{
	background-image     : url("/_style/img/loading.gif");
	background-position  : center center;
	background-repeat    : no-repeat;
}
div.loading-l{
	background-image     : url("/_style/img/loading.gif");
	background-position  : 10px center;
	background-repeat    : no-repeat;
}

div.pager{
	text-align:center;
}
div.pager a{
	font-size:small;
	margin-left:5px;
	margin-right:5px;
}
div.pager a:hover{
}
div.pager a.nowPage{
	color:rgb(255,124,124);
}
div.pager a span.now{
	color:rgb(255,124,124);
}


span.date{
	font-size:90%;
	color:rgb(60,150,30);
}


/*- base layout -*/
html{
	background-position:top left;
	background-attachment:fixed;
	background-repeat:repeat;
}
div#site{
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	width:900px;
}
div#head{
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url('/_img/shilawz_kana.png');
	margin-top:15px;
	padding-top:30px;
	padding-bottom:3px;
	border-bottom:1px solid rgb(114,164,180);
	width:900px;
	text-align:right;
}
div#body{
	padding-bottom:10px;
	width:900px;
}
div#body:after{
	content:".";
	clear:both;
	height:0px;
	display:block;
	visibility:hidden;
}

div#ground_envelope{
	background-position:center top;
	background-repeat:repeat-x;
	background-image:url(/_style/img/wave.png);
	position:fixed;
	bottom:0;
	width:100%;
	color:rgb(255,255,255);
	padding-top:44px;
}
div#ground{
	width:100%;
	background-color:rgb(111,159,174);
	padding-bottom:10px;
}
div#ground_body{
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	width:900px;
}
div#ground a{
	color:rgb(255,255,255);
	text-decoration:none;
}
div#ground a:hover{
	text-decoration:underline;
}
div#ground a#logo{
	position:relative;
	bottom:0;
	right:0;
}
div#ground_link{
	font-size:80%;
	position:relative;
	bottom:0;
	right:0;
	text-align:right;
	float:right;
	padding-top:20px;
}

div#contact_form_container{
	clear:both;
	padding-top:30px;
	padding-bottom:30px;
}
div#contact_form_container .command{
	padding-top:15px;
}
div#menu{
	padding-top:5px;
	padding-left:10px;
}
div#menu a{
	display:block;
	float:left;
	margin-right:10px;
	background-position:center top;
	background-repeat:no-repeat;
	text-indent:-9999px;
	height:23px;
	outline:none;
}
div#menu a:hover{
	border-top: 5px solid rgb(111,159,174);
	margin-top: -5px;
/*
	background-position:center bottom;
*/
}
a#menu_top{
	width:52px;
	background-image:url(/_style/img/menu/top.png);
}
a#menu_aboutus{
	width:77px;
	background-image:url(/_style/img/menu/aboutus.png);
}
a#menu_service{
	width:104px;
	background-image:url(/_style/img/menu/service.png);
}
a#menu_contact{
	width:105px;
	background-image:url(/_style/img/menu/contact.png);
}
div#left{
	float:left;
	text-align:left;
	margin-left:0px;
	padding-top:20px;
	padding-left:40px;
	padding-right:10px;
	padding-bottom:40px;
	width:626px;
	/width:646px;
}
div#right{
	margin-left:695px;
	/width:260px;
	text-align:center;
	padding-top:19px;
}
div.rightitem{
	background-image:url("img/gray_block.png");
	_background-image:url("img/gray_block.gif");
	background-position:top left;
	background-repeat:repeat;
	background-color:transparent;
	border:1px solid rgb(128,128,128);
	padding:10px 10px 13px 10px;
	margin-bottom:20px;
	width:240px;
	color:rgb(255,255,255);
	text-align:left;
}
div#single{
	padding-top:20px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:40px;
}
div#breadcrumbs{
	margin-left:40px;
	margin-bottom:15px;
	padding-top:20px;
	font-size:small;
}
div#breadcrumbs a{
	margin-left:10px;
	margin-right:10px;
}
div#breadcrumbs a:hover{
}
div#breadcrumbs a:visited{
}
div#breadcrumbs a:active{
}
table.single_layout{
}
table.single_layout th{
	font-weight:bold;
	vertical-align:top;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	letter-spacing:0.3em;
}
table.single_layout td{
	vertical-align:top;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	width:100%;
}
table.single_layout tr{
}
table.single_layout tr.no_line th{
	border-bottom:0px;
}
table.single_layout tr.no_line td{
	border-bottom:0px;
}

div#contents{
	clear:both;
	overflow:hidden;
	height:700px;
}
div#content_top{
	top:15%;
	position:relative;
	text-align:center;
}
div#contents div.content{
	margin-right:auto;
	margin-left:auto;
	margin-top:30px;
	width:758px;
	position:relative;
	background-image:url("/_style/img/drop.png");
	background-position:99% bottom;
	background-repeat:no-repeat;
	padding-bottom:40px;
}
div#contents .content .content_head{
	/*
		background-color:rgb(111,159,174);
		color:rgb(255,255,255);
	*/
	background-image:url("/_style/img/content_top.png");
	background-position:left top;
	background-repeat:no-repeat;
	border-bottom:1px dashed rgb(111,159,174);
	padding-top:20px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	color:rgb(111,159,174);
}
div#contents .content .content_body{
	background-image:url("/_style/img/content_body.png");
	background-position:center top;
	background-repeat:repeat-y;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
}
div#contents .content .content_foot{
	/*
		background-color:rgb(111,159,174);
		color:rgb(255,255,255);
	*/
	background-image:url("/_style/img/content_bottom.png");
	background-position:left bottom;
	background-repeat:no-repeat;
}

