﻿@charset "utf-8";
/* CSS Document */

/*■初期設定*/

body{
	color:#000000;/*通常のテキストカラー*/
	overflow-y:scroll;/*常にスクロールバーを表示させる…バーの有無でセンタリング位置がずれるため。121219追加*/
	}
a{
	color:#0000cc;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:none;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*■初期設定ここまで*/



*{ margin:0; padding:0;}
img{ border:0;}

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/
body {
    font-size: 13px; /* モダンブラウザ */
    *font-size: small; /* IE 7 */
    *font: x-small; /* IE 6以下 */
	font-family:'ＭＳ Ｐゴシック', sans-serif;/*フォント種*/

}
p,th,td,li{
	font-size:12px;
	*font-size:90%;
	*font:80%;
	}

body{
	text-align:left;
	}


/*■レイアウトセレクタ*/
.CNT{
	text-align:center;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}


/*■基本レイアウト*/
#container{
	width:796px;
	margin:auto;
	text-align:left;
	}

#container2{
	width:796px;
	margin:auto;
	text-align:left;
	background-color:#ffffff;
	border:solid 7px;
	color:#ff9999;
	}

#head{}
#head h1{
	height:16px;
	line-height:16px;
	font-size:11px;
	color:#333333;
	font-weight:normal;
	text-indent:0;
	}
#head h2{
	margin:6px 0 0 0px;
	font-weight:normal;
	}
#head h2 a{
	font-size:24px;
	line-height:30px;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;	
	}
#head h2 a:hover{
	font-size:24px;
	line-height:30px;
	vertical-align:top;
	text-decoration:none;
	color:#333333;
	}
#head_menu{
	background:url(../img/bg_head_menu.gif) no-repeat;
	width:796px;
	height:30px;
	}
#head_menu ul{
	list-style-type:none;
	}
#head_menu ul li{
	font-size:14px;
	letter-spacing:1px;
	float:left;
	width:159px;
	height:30px;
	position:relative;
	}
#head_menu ul li a{
	color:#ffffff;
	text-decoration:none;
	display:block;
	font:14px;
	width:159px;
	height:30px;
	line-height:30px;
	text-align:center;
	}
#head_menu ul li a:hover{
	color:#FFCC00;
	}
#head_menu ul li.off{
	overflow:hidden;
	width:159px;
	}
#head_menu ul li.off ol.sub{
	left:0px;
	top:-999px;
	}
#head_menu ul ol.sub{
	position:absolute;
	left:0px;
	top:30px;
	width:159px;
	border:1px solid #999999;
	text-align:center;
	list-style-type:none;
	}
#head_menu ul li.on{
	width:159px;
	}
#head_menu ul>li.on{
	overflow:visible;/*×*/
	}
#head_menu ul ol.sub li{
	float:none;
	width:159px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #999999;
	text-align:center;
	float:none;
	filter:alpha(opacity=82); /*IE*/
	-moz-opacity:0.82; /*FF*/
	}
#head_menu ul ol.sub li a{
	background-color:#FFFFFF;
	text-decoration:none;
	color:#000000;
	vertical-align:middle;
	font-size:12px;
	height:30px;
	line-height:30px;
	text-align:center;
	}
#head_menu ul ol.sub li a:hover{
	background-color:#FFCC00;
	color:#000000;
	}

.line{
	clear:left;
	margin:10px 0 0 0;
	}

.line2{
	clear:left;
	margin:1px 0 0 0;
	}


#main_image{
	float:left;
	background:url(../img/top/main_pic.jpg) no-repeat;
	width:796px;
	height:100px;
	}
#main_image p{
	margin:5px;
	padding-top:60px;
	color:#FFFFFF;
	font-size:12px;
	text-align:right;
	}

#contents{
	clear:left;
	zoom:100%;
	width: 798px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
#contents:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#recruitphoto{
	height:10px;
	font-size:12px;
	text-align:left;
	padding:5px;
	margin:20px 0 0 100px;
	}
	
#recruitphoto a{
	color:#0000cc;
	text-decoration:none;
	}
#foot_up{
	background:url(../img/line_02.gif) no-repeat bottom;
	clear:both;
	height:32px;
	margin:20px 0 0 0;
	}
#copy{
	height:20px;
	width:796px;
	font-size:10px;
	margin:auto;
	text-align:center;
	padding-top:10px;
	color:#333333;
	}
	
#copy a{
	color:#333333;
	text-decoration:none;
	}
#copy a:hover{
	color:#333333;
	}

#theunder{
	width:796px;
	height:90px;
	overflow: hidden;
	}
	
#theunder ul{
	list-style-type:none;
	}
	
#theunder ul li{
	font-size:11px;
	float:left;
	width:150px;
	height:10px;
	margin-top:5px;
	padding-top:5px;
	display:block;
	border-left: 1px solid #999999;
	text-align:center;
	margin-left: -1px;
	}


#theunder ul li a{
	text-decoration:none;
	color:#999999;
	}



/***トップ***/
#top{}
#top_btm{
	zoom:100%;
	}
#top_btm:after{
	content: "";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
	}
#top div#left{
	float:left;
	width:440px;
	margin:20px 0 0 0;
	}
#top div#left h3{
	font-size:12px;
	}
#top div#left div#info{
	background:url(../img/top/bg_info.gif) no-repeat;
	width:440px;
	height:201px;
	}
#top div#left div#info div#main{
	overflow:auto;
	height:198px;
	margin:2px 1px 1px 0;
	}
#top div#left div#info div#main h4{
	margin:8px 10px 0 10px;
	font-size:100%;
	color:#003366;
	}
#top div#left div#info div#main p{
	margin:4px 10px 4px 10px;
	}
	

#top div#left div#info div#toiawase{
	background:url(../img/top/toiawase_new.jpg) no-repeat center;
    }

	
	
#top div#right{
	float:left;
	width:338px;
	margin:20px 0 0 18px;
	}

#top div#right div#bnr_sps{}
#top div#right div#bnr_sps p{
	margin:0 0 6px 0;
	border:solid #000000;
	border-width:2px 1px 1px 1px;
	}

#top div#right div#bnr_sps p a{
	background:url(../img/top/bg_bnr_anc.gif) no-repeat center top;
	display:block;
	width:336px;
	height:108px;
	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.80; /*FF*/
	vertical-align:bottom;
	font-size:14px;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
	}

#top div#right div#bnr_sps p a:hover{
	filter:alpha(opacity=50); /*IE*/
	-moz-opacity:0.50; /*FF*/
	}
#top div#right div#bnr_sps p.bnr01{
	background:url(../img/top/bnr01.jpg) no-repeat center;
	}
#top div#right div#bnr_sps p.bnr02{
	background:url(../img/top/bnr02.jpg) no-repeat center;
	}

/*2014/03/11 div id=otherbnr03移動の為、追加　ここから*/
#top div#right div#bnr_sps div#otherbnr03{
	float:right;
	width:336px;
	height:109px;
	margin:5px 0 0 0;
	border:solid #000000;
	border-width:2px 1px 1px 1px;
	background: url(../img/top/bnr03.jpg) no-repeat center;
	}
	
#top div#right div#bnr_sps div#otherbnr03 p a{
	float:right;
	background:url(../img/top/bg_bnr_anc.gif) no-repeat center top;
	display:block;
	width:336px;
	height:109px;
	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.80; /*FF*/
	vertical-align:bottom;
	font-size:14px;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
	}
	
#top div#right div#bnr_sps div#otherbnr03 p a:hover{
	filter:alpha(opacity=50); /*IE*/
	-moz-opacity:0.50; /*FF*/
	}
/*ここまで*/

#top div#other{
	width:798px;
	height:108px;
	margin:10px 0 0 0;
	}
	
#top div#other div#otherbnr04{
	float:left;
	width:440px;
	height:108px;
	margin:5px 0 0 0;
	border:solid #000000;
	border-width:2px 1px 1px 1px;
	background: url(../img/top/bnr04.jpg) no-repeat center;
	}

#top div#other div#otherbnr04 p a{
	float:left;
	background:url(../img/top/bg_bnr_anc04.gif) no-repeat center top;
	display:block;
	width:440px;
	height:108px;
	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.80; /*FF*/
	vertical-align:bottom;
	font-size:14px;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
	}

	
#top div#other div#otherbnr04 p a:hover{
	filter:alpha(opacity=50); /*IE*/
	-moz-opacity:0.50; /*FF*/
	}

/* 2014/03/11 div id="otherbnr03"移動により無効な処理ここから/*
#top div#other div#otherbnr03{
	float:right;
	width:336px;
	height:109px;
	margin:5px 0 0 0;
	border:solid #000000;
	border-width:2px 1px 1px 1px;
	background: url(../img/top/bnr03.jpg) no-repeat center;
	}
	
#top div#other div#otherbnr03 p a{
	float:right;
	background:url(../img/top/bg_bnr_anc.gif) no-repeat center top;
	display:block;
	width:336px;
	height:109px;
	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.80; /*FF*/
	vertical-align:bottom;
	font-size:14px;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
	}
	
#top div#other div#otherbnr03 p a:hover{
	filter:alpha(opacity=50); /*IE*/
	-moz-opacity:0.50; /*FF*/
	}
/*無効な処理ここまで*/


/***その他のページ***/
#other_page{
	width: 798px;
	height:auto;
}
#other_page h3{
	font-size:12px;
	text-align:right;
	line-height:20px;
	padding-top:60px;
	height:40px;
	color:#ffffff;
	font-weight:normal;
	text-indent:1px;
	}
	
#other_page h4{
	text-indent:15px;
	font-size:250%;
	line-height:1em;
	vertical-align:top;
	color:#003366;
	padding-top:20px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	}

#other_page h5{
	font-size:120%;
	line-height:1.0em;
	vertical-align:top;
	margin:14px 0 0 60px;
	color:#003366;
	}

#other_page div.typeA{
	margin-top: 30px;
	}
#other_page div.typeA p{
	margin:30px 40px 30px 40px;
	line-height:1.8;
	}
#other_page div.typeD img{
	width: 390px;
        height: 60px;
        float: right;
	}
#other_page div.typeD h4{
	text-indent: 0px;
	}
#other_page div.typeD p{
        font-size: 13.5px;
	margin:10px 5px 10px 5px;
	}
#other_page #typeAbox{
	display:block;
	width:300px;
	height:300px;
	float:left;
	}
	
#other_page #typeAspbox{
	width:797px;
	height:600px;
	margin:0 0 0 0;
	}

#other_page #box1{
	display:block;
	width:300px;
	height: 240px;
	float:left;
	margin-top:20px;
	margin-left:60px;
	margin-bottom:20px;
	background:url(../02_Solution/image/box.jpg)
	}

#other_page #box1 dt{
	text-align:center;
	font-size:18px;
	color:#003366;
	padding-top:15px;
	font-weight:bold;
	}

#other_page #box1 dd{
	display:block;
	width:250px;
	height:170px;
	margin-top:25px;
	margin-left:25px;
	font-size:12px;
	text-align:left;
	line-height:170%;
	}

#other_page .border{
	margin-top:180px;
	margin-left:10px;
	margin-right:10px;
	display:block;
	background-image:url(../03_package/image/border.gif);
	background-repeat:repeat-x;
	}

#other_page .border p{
	text-align:center;
	font-size:15px;
	font-weight:bold;
	}


#other_page #yayoiphoto{
	width:100px;
	height:133px;
	margin-left:55px;
	margin-top:20px;
	display:block;
	float:left;
	}
	
#other_page #yayoicoment{
	height:133px;
	margin-left:24px;
	margin-top:20px;
	display:block;
	float:left;
	}

#other_page #yayoicoment p{
	width:500px;
	display:block;
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:30px;
	}

#other_page #tpphoto{
	width:70px;
	height:30px;
	margin-top:10px;
	margin-left:20px;
	float:left;
	}

#other_page #topics{
	width:600px;
	height:50px;
	margin-top:10px;
	margin-left:10px;
	float:left;
	}
	
#other_page #topics p{
	text-align:left;
	padding-top:10px;
	color:#ff3300;
	font-size:17px;
	font-weight:bold;
	}

#other_page #box2{
	width:200px;
	height:180px;
	margin-top:20px;
	margin-left:30px;
	display:block;
	float:left
	}

#other_page #coment{
	width:500px;
	height:180px;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:15px;
	display:block;
	float:left;
	}
	
#other_page #coment h1{
	font-size:20px;
	font-weight:bold;
	color:#009933;
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	display:block;
	line-height:120%;
}	
#other_page #coment p{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	display:block;
	font-size:15px;
	line-height:160%;
}

#other_page #coment2{
	width:500px;
	height:180px;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:15px;
	display:block;
	float:left;
	}
	
#other_page #coment2 h1{
	font-size:20px;
	font-weight:bold;
	color:#ff6666;
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	display:block;
	line-height:120%;
	letter-spacing:2pt;
}

#other_page #coment2 p{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	display:block;
	font-size:15px;
	line-height:160%;
}


#other_page #imagecontents{
	width:700px;
	height:600px;
	margin-left:30px;
	display:block;
	clear:both;
	background-image: url(../03_package/image/kiccle_useimage.gif);
	}

#other_page #imagecontents2{
	width:700px;
	height:600px;
	margin-left:30px;
	display:block;
	clear:both;
	background-image: url(../03_package/image/handyimage.gif);
	}
	
#other_page #calendar{
	width:500px;
	height:600px;
	margin-top:30px;
	margin-left:100px;
	display:block;
	clear:both;
	}
	
#other_page #imagepoint{
	width:330px;
	height:260px;
	margin-top:10px;
	margin-left:40px;
	margin-bottom:10px;
	display:block;
	float:left;
	border:solid;
	border-color:#66cc00;
	}
	
#other_page #imagepoint h6{
	width:330px;
	height:50px;
	display:block;
	margin-bottom:10px;
	font-size:14px;
	}

#other_page #imagepoint p{
	margin-left:10px;
	margin-right:10px;
	line-height:130%;
	font-size:12px;
	display:block;
	line-height:180%;
	}

#other_page #imagepoint2{
	width:330px;
	height:230px;
	margin-top:20px;
	margin-left:40px;
	margin-bottom:10px;
	display:block;
	float:left;
	border:solid;
	border-color:#ff9999;
	}
	
#other_page #imagepoint2 h6{
	width:330px;
	height:50px;
	display:block;
	margin-bottom:10px;
	font-size:14px;
	}

#other_page #imagepoint2 p{
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	line-height:130%;
	font-size:12px;
	display:block;
	line-height:180%;
	}

#other_page #imagepoint3{
	width:400px;
	height:190px;
	margin-top:20px;
	margin-left:50px;
	margin-bottom:10px;
	display:block;
        align:center;
        clear:both;
	border:solid;
	border-color:#0e7c7c;
	}
	
#other_page #imagepoint3 p{
	margin:20px;
	line-height:130%;
	font-size:12px;
	display:block;
	line-height:180%;
	}

#other_page #handypoint{
	width:330px;
	height:300px;
	margin-top:10px;
	margin-left:28px;
	margin-bottom:10px;
	display:block;
	float:left;
	border:solid;
	border-color:#ffff66;
	}

#other_page #handypoint p{
	margin-left:10px;
	margin-right:10px;
	line-height:130%;
	font-size:12px;
	display:block;
	line-height:180%;
	}

#other_page #infobutton{
	width:300px;
	height:50px;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:55px;
	float:left;
	}

.center {
	height:50px;
	margin:auto;
	margin:auto;
	}

.center img{
	width:300px;
	height:50px;
	margin-left:200px;
	}
	
#other_page #infobutton p{
	margin:10px 5px 50px 5px;
	line-height:180%;
	display:block;
	}
	
#other_page #infobutton2{
	width:700px;
	height:50px;
	padding-left:174px;
	padding-top:30px;
	padding-bottom:10px;
	float:left;
	}	
	
#other_page #infobutton3{
	width:700px;
	height:50px;
	padding-left:174px;
	padding-top:30px;
	padding-bottom:10px;
	float:left;
	}

#other_page #buttonhandy{
	width:500px;
	height:50px;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:150px;
	float:left;
	}

#other_page #pbox{
	width:700;
	height:80px;
	padding-top:30px;
	margin-left:30px;
	clear:both;
	line-height:150%;
	color:#cccccc;
	}
	
#other_page #agencyblock{
	width:700px;
	height:auto;
	margin-top:30px;
	margin-left:30px;
	display:block;
	clear:both;
	}
	
#other_page #agencyblock p{
	margin-top:10px;
	margin-left:5px;
	margin-bottom:10px;
	line-height:150%;
	}
	
#other_page #agencyblock #site{
	margin:15px;
	height:200px;
	display:block;
	}
	
#other_page #agencyblock #site #box{
	width:200px;
	height:200px;
	display:block;
	float:left;
	}
	

#other_page #agencyblock #site #text{
	margin-top:20px;
	margin-right:20px;
	width:400px;
	display:block;
	float:right;
	}
	
#other_page #agencyblock #site #text p{
	line-height:200%;
	}
	
#other_page #agencyblock #sitemap{
	margin:15px;
	height:100px;
	}

#other_page #agencyblock #sitemap ul{
	list-style-type:none;
	}
	
#other_page #agencyblock #sitemap ul li{
	font-size:14px;
	letter-spacing:1px;
	float:left;
	width:150px;
	height:30px;
	margin-left:70px;
	margin-bottom:10px;
	padding-top:10px;
	position:relative;
	}


#other_page #agencyblock #sitemap li a{
	color:#666666;
	text-decoration:none;
	display:block;
	font:12px;
	width:150px;
	height:30px;
	line-height:20px;
	text-align:left;
	}
	
#other_page #agencyblock #privacy{
	margin:15px;
	padding-top:10px;
	line-height:150%;
	clear:both;
	}

#other_page #agencyblock #privacy p{
	font-size:14px;
	border:solid 1px #666666;
	margin-top:20px;
	padding-left:10px;
	}
	
#other_page #agencyblock #privacy2{
	margin-top:10px;
	margin-left:20px;
	line-height:150%;
	clear:both;
	}

#other_page #agencyblock #privacybox{
	height:120px;
	margin-left:20px;
	margin-top:15px;
	margin-bottom:5px;
	display:block;
	clear:both;
	}

#other_page  #agencyblock #privacybox ol{
	list-style-type:none;
	height:120px;
	padding-bottom:10px;
	display:block;
	}
		
#other_page  #agencyblock #privacybox ol li{
	font-size:12px;
	color:#999999;
	margin-top:5px;
	font:12px;
	line-height:20px;
	text-align:left;
	clear:both;
	}
	
#other_page #agencyblock #privacybox p{
	margin:0;
	padding-top:15px;
	clear:both;
	}
	
#other_page #agencyblock #privacybox2{
	width:670px;
	height:180px;
	margin-left:20px;
	margin-bottom:35px;
	display:block;
	clear:both;
	}

#other_page  #agencyblock #privacybox2 ol{
	list-style-type:none;
	width:670px;
	height:140px;
	padding-bottom:5px;
	display:block;
	}
#other_page  #agencyblock #privacybox2 ol li{
	font-size:12px;
	color:#999999;
	margin-top:5px;
	font:12px;
	line-height:20px;
	text-align:left;
	clear:both;
	}
#other_page #agencyblock #privacybox2 p{
	margin:0;
	clear:both;
	margin-top:20px;
	margin-bottom:10px;
	}
	
#other_page #agencyblock #privacybox3{
	width:670px;
	height:280px;
	margin-left:20px;
	margin-bottom:5px;
	display:block;
	clear:both;
	}

#other_page  #agencyblock #privacybox3 ol{
	list-style-type:none;
	width:670px;
	height:263px;
	padding-bottom:10px;
	display:block;
	}
#other_page  #agencyblock #privacybox3 ol li{
	font-size:12px;
	color:#999999;
	float:left;
	margin-top:5px;
	font:12px;
	line-height:20px;
	text-align:left;
	clear:both;
	}

#other_page #agencyblock #privacycoment{
	width:670px;
	height:auto;
	margin-left:20px;
	margin-top:20px;
	padding-top:30px;
	margin-bottom:10px;
	display:block;
	clear:both;
	}

#other_page #agencyblock #graph{
	width:600px;
	height:300px;
	margin-left:15px;
	clear:both;
	}

#other_page #agencyblock .name{
	width:200px;
	height:100px;
	float:right;
	margin-top:30px;
	text-align:right;
	}


#other_page #agencyblock #comentbox{
	width:700px;
	margin-top:30px;
	margin-bottom:10px;
	}
	
#other_page #agencyblock .comentbox	p{
	margin-left:25px;
	margin-right:25px;
	font-size:14px;
	border:2px solid #6699ff;
	line-height:180%;
	}

#other_page .hitorigotobutton{
	width:300px;
	height:50px;
	margin-top:30px;
	margin-bottom:80px;
	margin-left:200px;
	float:left;
	display:block;
	}

#other_page .hitorigotobutton p{
	line-height:200%;
	margin:10px 10px 30px 10px;
	text-align:center;
	display:block;
	}

#other_page #formbutton{
	width:250px;
	height:50px;
	margin-top:15px;
	margin-bottom:15px;
	margin-right:70px;
	float:right;
	}

#other_page #titleborder{
	}
	
#other_page #titleborder h5{
	margin-top:40px;
	margin-left:3px;
	height:30px;
	display:block;
	}
	
#other_page #titleborder2{
	margin-bottom:10px;
	width:700px;
	height:30px;
	display:block;
	clear:both;
	}
	
#other_page #titleborder2 h5{
	font-size:16px;
	color:#000099;
	padding-top:10px;
	margin-left:50px;
	margin-right:50px;
	padding-left:15px;
	padding-bottom:5px;
	background-color:#ccccff;
	border:solid 1px #000099;
	}
	
#other_page #privacytitleborder{
	margin-top:30px;
	margin-bottom:20px;
	width:700px;
	height:30px;
	display:block;
	clear:both;
	}
	
#other_page #privacytitleborder h5{
	font-size:16px;
	color:#666666;
	padding-top:10px;
	margin-left:10px;
	margin-right:10px;
	padding-left:15px;
	padding-bottom:5px;
	background-color:#cccccc;
	border:solid 1px #666666;
	}

#other_page div.typeC{
	}
	
#other_page div.typeC p{
	margin:30px 60px 30px 60px;
	line-height:2.5;
	}

#other_page div#map{
	height:300px;
	width:500px;
	margin-top:30px;
	margin-left:149px;
	border-style: solid;
	border-color:#cccccc;
	}

#other_page div#map_info{
	height:50px;
	width:500px;
	margin-left:149px;
	padding-top:5px;
	padding-left:15px;
	}

#other_page div#map_info ul li{
	line-height:150%;
	}

#other_page div.typeB{
	zoom:100%;
	}
#other_page div.typeB:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#other_page div.typeB p{
	margin:8px 0 10px 0;
	line-height:180%;
	}	
#other_page div.typeB div.left{
	float:left;
	width:370px;
	}
#other_page div.typeB div.right{
	float:right;
	width:370px;
	margin:0 0 0 20px;
	}
	
#other_page div#info{
	width:auto;
	height:20px;
	margin-top:20px;
	}
	
#other_page div#info p{
	margin:0 0 0 60px;
	text-align:left;
	}


#other_page div#infobox{
	margin:20px auto;
	height:150px;
	}
	
#other_page div#infobox h5{
	text-decoration:none;
	float:left;
	width:300px;
	height:50px;
	display:block;
	margin-top:50px;
	padding-top:17px;
	text-align:center;
	background:url(../01_company/image/button.gif) no-repeat;
	}

#other_page div#infobox a{
	text-decoration:none;
	color:#003366;
	}

#other_page p.margin_none{
	margin:0;
	}
#other_page p{
	margin:6px 0 0 0;
	}

#other_page #event{
	width:700px;
	margin-left:30px;
	padding:20px 0;
}

#other_page #event ul.eventList {
	margin:0;
	padding:0;
}

#other_page #event ul.eventList li {
	float:left;
	border-bottom:none;
	font-size:13px;
	list-style-type:none;
}


#other_page #event ul.eventList li span ,
#other_page #event ul.eventList li a:link ,
#other_page #event ul.eventList li a:visited {
	margin-right:2px;
	padding:2px;
	border:solid 1px;
	border-color:#ccccff;
	display:block;
	background:#FFF;
}


#other_page #event ul.eventList li a:hover ,
#other_page #event ul.eventList li a:active {
	margin-right:2px;
	border-top:1px solid #ccccff;
	border-right:1px solid #ccccff;
	border-bottom:none;
	border-left:1px solid #ccccff;
	display:block;
	background:#FFC;
	color:#F00;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}


#other_page #event ul.eventList li span {
	background:#ccccff;
}
#other_page #photospace{
	width:700px;
	margin-top:30px;
	margin-left:30px;
	height:auto;
	}

#other_page #photospace p{
	margin:20px 70px 20px 30px;
	}
	
#other_page #photospace .photobox{
	width:175px;
	height:175px;
	display:block;
	margin-left:30px;
	margin-bottom:30px;
	float:left;
	text-decoration:none;
	text-align:center;
	line-height:150%;
	background-color:#ccccff;
	}

#other_page #photospace #pagetop{
	width:590px;
	margin-left:30px;
	text-align:right;
	font-size:10px;
	margin-top:10px;
	margin-bottom:20px;
	}
	
#other_page #pagetop a{
	clear:left;
	text-align:right;
	}
	
/*テーブルセット*/
#tbl_setA{
	border:#003366 solid 1px;
	border-collapse:collapse;
	margin:30px 0px 0 100px;
	}
#tbl_setA th{
	border:#003366 solid 1px;
	background:url(../img/bg_th_a.gif);
	padding:6px;
	color:#003366;
	text-align:center;
	}
#tbl_setA td{
	border:#003366 solid 1px;
	padding:6px;
	}
	

#tbl_setB{
	border:#003366 solid 1px;
	border-collapse:collapse;
	margin:0px 0px 0 20px;
	}
#tbl_setB th{
	border:#003366 solid 1px;
	background:url(../img/bg_th_a.gif);
	padding:4px;
	color:#003366;
	text-align:center;
	font-size:12px;
	}
#tbl_setB td{
	border:#003366 solid 1px;
	padding:4px;
	font-size:12px;
	}
	

#tbl_setB3{
	border:#73899d solid 1px;
	border-collapse:collapse;
	margin:0px 0px 0 0px;
	}

#tbl_setB3 td{
	border:#FFFFFF solid 0px;
	border-width: 0;
	padding:15px;
	font-size:14px;
	}
/******************************************************************************************************/
#p-copy{
	width:796px;
	text-align:left;

	}
#p-copy p a{
	text-decoration:none;
	background:url(../img/copy_pondt_wt.gif) no-repeat;
	display:block;
	width:24px;
	height:13px;
	text-indent:-9999px;
	margin:0 0 0 772px;
	}

	
