@charset "shift-jis";

/* ===================================================================
　リセット及びbody初期設定
=================================================================== */
html {
	overflow-y: scroll;
	height:100%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	color: #333;
	font-size: 75%;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


/*--- clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* for IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}




/* ===================================================================
　base
=================================================================== */
body {
	text-align:center;
	background-image:url(../img/bg_top.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#wrapper {
	width:800px;
	text-align:left;
	margin:0 auto;
}



/* header */
#header100 h1 a {
	margin:25px 0;
	margin-bottom:0;
	background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:130px;
	height:101px;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
}

#header h1 a {
	margin:25px 0;
	margin-bottom:0;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	background-position:left;
	width:430px;
	height:101px;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
}

#upmenu99999 ul li {
	float:right;
	padding-bottom:3px;
}

#upmenu999 ul li a {
	text-decoration:none;
	color:#ccc;
	margin-left:25px;
	padding-left:20px;
	background-image:url(../img/ya_blue.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

#upmenu ul li {
	float:right;
}

#upmenu ul li a {
	background-repeat:no-repeat;
	width:100px;
	height:33px;
	text-indent:-99999px;	
	display:block;
	overflow:hidden;
}

#upmenu2 a {
	background-image:url(../img/menu/toi.png);
}

#upmenu1 a {
	background-image:url(../img/menu/home.png);
}

#bgwh {
	background-color:#fff;
}

#p_img {
	margin-top:-5px;
}		

#path {
	padding-top:10px;
	padding-left:10px;
}

#path a {
	text-decoration:none;
	color:navy;
}		

#path a:hover {
	text-decoration:underline;
	color:navy;
}

#menu ul li {
	float:left;
	line-height: 0px;
}

#menu ul li a {
	float:left;
	line-height: 0px;
	display:block;
	background-repeat:no-repeat;
	width:160px;
	height:50px;
	text-indent:-99999px;
	overflow:hidden;
}

#menu ul li a :hover {
	background:none;
}

#menu #menu1 a:hover {
	background-image:url(../img/menu/menu1.gif);
}

#menu #menu2 a:hover {
	background-image:url(../img/menu/menu2.gif);
}

#menu #menu3 a:hover {
	background-image:url(../img/menu/menu3.gif);
}

#menu #menu4 a:hover {
	background-image:url(../img/menu/menu4.gif);
}

#menu #menu5 a:hover {
	background-image:url(../img/menu/menu5.gif);
}

#menu #menu1 {
	background-image:url(../img/menu/menu1_on.gif);
}

#menu #menu2 {
	background-image:url(../img/menu/menu2_on.gif);
}

#menu #menu3 {
	background-image:url(../img/menu/menu3_on.gif);
}

#menu #menu4 {
	background-image:url(../img/menu/menu4_on.gif);
}

#menu #menu5 {
	background-image:url(../img/menu/menu5_on.gif);
}



h4 {
	margin-bottom:15px;
}



/* contents */
#contents h2 {
	margin-bottom:10px;
}

#news{
	margin:0 0 15px 0;
}

#newinfo ul li {
	background-image:url(../img/sankaku_blue.gif);
	background-repeat:no-repeat;
	background-position:left center;
	margin-left:15px;
	margin-bottom:10px;
	padding-left:15px;
	padding-bottom:2px;
}

#newact img {
	float:right;
	border:solid 1px #ccc;
	padding:5px;
	margin:15px;
}
	

#newact p {
	margin-left:15px;
}
	


#pageup {
	text-align:right;
	padding-top:35px;
}


/* footer */
#footer100 {
	clear:both;
	margin-top:100px;
	background-color:#0E2C6C;
	height:250px;
	margin-bottom:0;
	padding-bottom:0;
	text-align:center;
}

#footer200 {
	clear:both;
	margin-top:100px;
	background-color:#8598AB;
	height:250px;
	margin-bottom:0;
	padding-bottom:0;
	text-align:center;
}

#footer {
	border-top:solid 3px #82A9CE;
	clear:both;
	height:250px;
	margin-top:100px;
	margin-bottom:0;
	padding-bottom:0;
	text-align:center;
}

#footer_menu {
	margin-left:auto;
	margin-right:auto;
	width:750px;
}

#footer_menu ul {
	padding-top:15px;
}

#footer_menu ul li {
	float:left;
	margin-bottom:20px;
}

#footer_menu ul li a {
	text-decoration:none;
	margin-left:20px;
	padding-left:5px;
	padding-right:19px;
	color:#111D4F;
	display:block;
}

#footer_menu #homeli a {
	background-image:url(../img/footer/home.png);
	background-repeat:no-repeat;
	background-position:top center;
	width:111px;
	height:33px;
	margin-left:55px;
	margin-top:-8px;
	display:block;
	text-indent:-99999px;
}

.bou {
	background-image:url(../img/footer/bou.gif);
	background-repeat:no-repeat;
}

#add0 {
	margin-left:auto;
	margin-right:auto;
	width:800px;
}
/* IE7のみ */
*:first-child+html #add0 {	
	margin-top:10px;
}

#add {
	clear:both;
	float:left;
	padding-left:25px;
	padding-top:10px;
	margin-left:25px;
	background-image:url(../img/footer/bg_add.png);
	background-repeat:no-repeat;
	text-align:left;
	width:406px;
	height:95px;
	color:#111D4F;
}
*html #add {
	margin-left:25px;
}

#add span {
	font-size:18px;
	color:#111D4F;
}


/* IE7のみ */
*:first-child+html #add2 {	
	margin-left:-300px;
}

#add2 span {
	font-size:18px;
	color:#111D4F;

}

#add_logo {
	float:right;
	margin-right:10px;
	width:200px;
}

/* IE7のみ */
*html #add_logo {
	margin-right:0;
}








/* ===================================================================
　下層
=================================================================== */
h3 {
	margin:10px 0 25px;
}



/* 会社概要 */
#aisatu {
	margin-left:27px;
}

#aisatu p {
	line-height:1.5em;
	margin-bottom:10px;
}

#aisatu p.m_b_0 {
	line-height:1.5em;
	margin-bottom:0;
}

#aisatu p.sign {
	line-height:1.5em;
	margin-bottom:0;
}

#aisatu img {
	float:right;
	padding:5px;
	border:solid 1px #ccc;
	margin-left:15px;
	margin-right:15px;
}

#com_tbl table {
	margin-left:35px;
	margin-top:15px;
	border-top:solid 1px #ccc;
	width:70%;
}

#com_tbl table tr th,td {
	padding:7px;
	padding-left:25px;
}

#com_tbl table tr th {
	background-color:#e5e4e6;
	width:120px;
	border:solid 1px #ccc;
	font-weight:100;
}

#com_tbl table tr td {
	border-bottom:solid 1px #ccc;
	line-height:1.7em;
}

#com_tbl table tr td a {
	text-decoration:none;
	color:#000;
}

#com_tbl table tr td a:hover {
	text-decoration:underline;
	color:#000;
}




/* 事業内容 */
#m_contents ul {
	margin-left:25px;
	margin-top:15px;
}

#m_contents ul li {
	margin-bottom:10px;
	padding-top:5px;
}

#m_contents ul li span {
	font-weight:bold;
}

#tikidata {
	text-align:right;
}

#m_contents .fltlf li {
	margin-bottom:0;
	margin-left:10px;
	width:200px;
	float:left;
}

#tikidata {
	text-align:right;
}

#m_contents ol {
	margin-top:15px;
}

#m_contents ol li {
	list-style:decimal;
	margin-bottom:15px;
	margin-left:50px;
	font-size:1.2em;
}



/* 経営理念 */

#keieili p {
	margin-left:30px;
	margin-bottom:10px;
}

/*
#keieili ol {
	margin-top:15px;
}

#keieili ol li {
	list-style:decimal;
	margin-bottom:15px;
	margin-left:50px;
	font-size:1.2em;
}
*/

#keieili h5 {
	margin:20px 0;
}

#keieili h6 {
	color:navy;
	font-size:1.4em;
	margin:20px;
}



/* 問合わせ-簡易 */
#contact {
	width:500px;
	margin-left:100px;
}
#contact2 {
	margin-left:100px;
	font-weight:bold;
}

#contact a {
	text-decoration:none;
	color:#000;
}

#contact a:hover {
	text-decoration:underline;
	color:#000;
}
#contact.contact2 {
	text-align:center;
}
#mail {
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
	margin:20px 0px;
	letter-spacing:1px;
}
#mail2 {
	text-align:left;
}





/* 問合わせ */
#toi_tb table {
	border-bottom:solid 1px #ccc;
	border-left:solid 1px #ccc;
	margin:15px;
	margin-left:35px;
}

#toi_tb table tr th,td {
	padding:10px;
	padding-left:15px;
	border-top:solid 1px #ccc;
	border-right:solid 1px #ccc;
}

#toi_tb table tr th {
	background-color:#e5e4e6;
	font-weight:100;
}

#toi_tb table tr th span {
	color:#900;
}

#tb_btn {
	width:800px;
	text-align:center;
	padding:25px;
	padding-top:0;
}

.btpd {
	margin-bottom:5px;
}



/* 問合わせ・お礼 */
#toit {
	font-size:1.4em;
	margin:35px;
}



/* 問合わせ・エラー */
#er_naiyou {
	color:#CC3300;
}

/* 問合わせ・確認 */
#ka_naiyou table tr th span {
	color:#CC3300;
}

#ka_naiyou table {
	border-bottom:solid 1px #ccc;
	border-left:solid 1px #ccc;
	margin:15px;
	margin-left:35px;
}

#ka_naiyou table tr th,td {
	padding:10px;
	padding-left:15px;
	border-top:solid 1px #ccc;
	border-right:solid 1px #ccc;
}

#ka_naiyou table tr th {
	background-color:#e5e4e6;
	font-weight:100;
}

#ka_naiyou table tr th span {
	color:#900;
}


/* 便り */

#tayori_div{
	text-align:right;
	font-size:1.2em;
	margin:10px 10px 0 0;
}

#tayori_tbl table tr td {
	border:none;
}


#tayori_tbl1{
	border:none;
	margin-bottom:10px;
}

#tayori_tbl1 td{
	font-size:1.3em;
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:2px dashed #999;
	padding:0 0 0 10px
}

.tayori_title {
	font-weight:bold;
	color:#06C;
	letter-spacing:1px;
}

#tayori_tbl2{
	border:none;
	line-height:1.4em;
	width:100%;
}

#tayori_tbl2 td{
	font-size:1.2em;
	border:none;
}

#tayori_tbl2 td.left{
	padding:10px 0 0 10px;
}

#tayori_tbl2 td.right{
	padding:10px 10px 0 0;
}

#tayori_list{
	margin:0 0 0 10px;
	border:none;
}

#tayori_list td {
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:1px dashed #ccc;
	padding:10px 0　3px 0;
	font-size:1.2em;
}


