@charset "utf-8";
/* CSS Document */

#container{
	background-color:#000000;
}


/* ヘッダータイトル用 */
#header{
	width:807px;
	height:120px;
}
#header_title{
	width:807px;
	height:70px;
	background:url(../images/header-top.jpg) no-repeat;
}

/* メニュー幅設定 */
#menu {
	width:807px;
	height:50px;
	background:url(../images/menu.jpg) no-repeat;
	margin:0px;
}

/*メニュー設定 */

#menu ul {
	padding:0px;
	margin:0px;
}
#menu li {
	display:inline;
	list-style-type:none;
}
#menu li a {
	height:50px;
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}
/*-------------------------menu_off*/
#menu li.space a {
	background:url(../images/menu.jpg) no-repeat -0px 0px;
	width:28px;
}
#menu li.outline a {
	background:url(../images/menu.jpg) no-repeat -28px 0px;
	width:120px;
}
#menu li.business a {
	background:url(../images/menu.jpg) no-repeat -148px 0px;
	width:120px;
}
#menu li.member a {
	background:url(../images/menu.jpg) no-repeat -268px 0px;
	width:120px;
}
#menu li.contact a {
	background:url(../images/menu.jpg) no-repeat -388px 0px;
	width:120px;
}

/*-------------------------menu_hover*/

#menu li.space a:hover {
	background:url(../images/menu.jpg) no-repeat -0px -50px;
	width:120px;
}
#menu li.outline a:hover {
	background:url(../images/menu.jpg) no-repeat -28px -50px;
	width:120px;
}
#menu li.business a:hover {
	background:url(../images/menu.jpg) no-repeat -148px -50px;
	width:120px;
}
#menu li.member a:hover {
	background:url(../images/menu.jpg) no-repeat -268px -50px;
	width:120px;
}
#menu li.contact a:hover {
	background:url(../images/menu.jpg) no-repeat -388px -50px;
	width:120px;
}

#main{
	width:807px;
	background:url(../images/main-back.jpg);
}
#main_l{
	float:left;
	background:url(../images/main-l.jpg) no-repeat;
	width:276px;
	height:612px;
}
#main_pic{
	background:url(../images/main-pic.jpg) no-repeat;
	float:left;
	width:521px;
	height:218px;
}
#main_txt{
	background:url(../images/main-txt.jpg) no-repeat;
	width:451px;
	height:auto;
	min-height:460px;
	float:left;
	padding-right:20px;
	padding-left:50px;
}

#txt_upper{
	background:url(../images/txt_upper.png) no-repeat;
	width:421px;
	height:60px;
	float:left;
	padding-left:30px;
	padding-top:30px;
	margin-top:20px;
}
#txt_txt{
	background:url(../images/txt_txt.png) no-repeat;
	width:431px;
	min-height:266px;
	float:left;
	padding-left:20px;
	padding-top:20px;
}
#txt_under{
	width:461px;
	float:left;
}
.txt_pic{
	vertical-align: middle;
}
.txt_topic{
	float:left;
	width:250px;
	font-size:large;

}
.txt_topic li{
	line-height:3em;
}


#footer{
	width:807px;
	background:url(../images/main-back.jpg);
}
#footer_txt1{
	width:787px;
	text-align:right;
	padding:0 10px 0 10px;
}
#footer_txt2{
	width:787px;
	text-align:right;
	padding:0 10px 0 10px;
}
#footer_end{
	width:807px;
	height:20px;
	background:url(../images/footer_end.jpg) no-repeat;
}

	
	
	
/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;}
body{line-height:1;}
ol, ul{list-style:none;margin:0;padding:0;}
blockquote, q{quotes:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
caption{width:100%;}
a{outline:none;}

/*style*/
body{margin:0px;padding:0;-webkit-text-size-adjust: none;font:13px/23px "Meiryo","MS PGothic","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;color:#333;}
h1,h2,h3,h4,h5,h6,p{margin:0 0 20px;}
ul,ol{padding:0;margin:0 0 20px 20px;}
h1{font-size:20px;line-height:22px;}
h2{
	font-size:x-large;
}
h3{
    list-style:none;
    padding-left:25px;
    background:url(img/h3-icon.jpg) no-repeat center left;
	font-size:16px;line-height:18px;
}
h4{font-size:14px;line-height:16px;}
h5{font-size:12px;line-height:14px;}
h6{
	font-size:10px;
	line-height:10px;
}
.imgreft{
	margin-top:10px;
	border:none;
	float:left;
}
a{text-decoration:underline;}
a:hover{text-decoration:none;}
.screen-reader-text{display:none;}
.clear{clear:both;}
.clear hr{display:none;}
hr{background-color:#ddd;border:0;height:1px;clear:both;margin:30px auto;}


blockquote{margin:0px 0px 20px;padding:10px 20px 10px 20px;background-color:#f4f4f4;border:1px solid #ddd;border-radius:5px;-moz-border-radius:5px;}
blockquote blockquote{margin:20px 0;background-color:#fff;}
blockquote blockquote blockquote{margin:20px 0;background-color:#f4f4f4;}
th,td{padding:0 10px;border-bottom:1px solid #ddd;}
object,embed{width:100%;display:block;margin:auto;}


/*space*/
#header,#main,#footer{width:807px;margin:auto;}
#header,#main,#footer{overflow:hidden;}


#wrap{width:807px;text-align:left;clear:both;background:url(img/wrap.gif) repeat-y right top;}

