/*　CSS 記述 　(　2010.12.06更新　稲川　)

■基本設定

■ヘッダー

■コンテナ
　○メインイメージ
　○ナビボタン
　○パンくず
　○コンテンツ
　○下部コピー
　○フッター

/*----------------------------------------------------------------------------------
■基本設定
-----------------------------------------------------------------------------------*/
body,div,ul,li,h1,h2,h3,blockquote,th{
	margin:0;
	padding:0;
}
body	{
	background-image:url(image/back.gif);
	background-repeat:repeat;
	font-size: 0.8em;
	color:#444444;
	line-height:150%;
	text-align:center;
}

a		{text-decoration:none;	color:#FB6A00;}
a:hover	{text-decoration:underline;	color:#FB6A00;}

table	{font-size:1em;	line-height: 150%;}
p		{margin:0 0 10px 0}

h1{
	font-size:1.5em;
	background-image:url(image/h1_back.jpg);
	background-repeat:no-repeat;
	height:37px;
	margin:0 0 10px 0;
	padding:12px 0 0 30px;
	color:#5E5E5E;
}
h2{
	font-size:1.3em;
	margin:0 0 15px 0;
	padding:0 0 7px 7px;
	color:#FF6600;
	background-image:url(image/h2_back.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
h3{
	font-size:1.25em;
	color:#65B000;
	margin:0 0 5px 0;
	vertical-align: middle;
}

/* 文字色・大きさ */
.text-big	{font-size:1.2em;}
.text-b	{font-size:1.05em;}
.green		{color:#65B000;}
.glay		{color:#A8A8A8;}
.yellow		{background-color:#FFF2B5;}
small {font-size:0.9em; line-height:140%;}
.caution {color:#CC0000;}

/* 画像 */
img			{border:3px solid #D9D9D9;} 
.img_none	{border:0; vertical-align:text-top;}
.img_right	{float:right;	margin:5px 0px 5px 20px;}
.img_left	{float:left;	margin:5px 20px 5px 0px;}
.img_photo{
	padding:7px;
	background-color:#FBFBF9;
	border-top: 1px solid #E6E6E6;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #E6E6E6;
}

/* その他 */
/* clearfix */
.clearfix 		{zoom:1;/*for IE 5.5-7*/}
.clearfix:after {content:".";	display: block;	height:0px;	clear:both;	visibility:hidden;	font-size: 0.1em;	line-height:0;	overflow:hidden;}
.clear 			{clear:both; margin:0;}

/* その他 */

.box{margin:0 0 30px 7px;}

table.table_company {
	padding:7px;
	background-color:#FBFBF9;
	border-top: 1px solid #E6E6E6;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #E6E6E6;
}
table.table_company th{
	font-size:1.25em;
	font-weight:normal;
	text-align:left;
	padding:6px 2px 2px 6px;
	border-bottom:#DBDBDB 1px dotted;
}
table.table_company td{
	font-size:1.25em;
	padding:6px 2px 2px 6px;
	border-bottom:#DBDBDB 1px dotted;
}

ul.ul_sitemap {
}
ul.ul_sitemap li{
	list-style:none;
	padding:4px 0 2px 15px;
	background-image:url(image/arrow_c.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
}


/*----------------------------------------------------------------------------------
■ヘッダー
-----------------------------------------------------------------------------------*/
#header{
	width:960px;
	height:115px;
	margin-left:auto;
	margin-right:auto;
}

/*----------------------------------------------------------------------------------
■コンテナ
-----------------------------------------------------------------------------------*/
#container{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(image/container_back.gif);
	background-repeat:repeat-y;
	text-align:left
}

/*--○メインイメージ-------------------------------------------------------------------------*/

#main-image-1{
	margin:0px 0px 0px 20px;
	padding:10px 0 0 0;
	width:921px;
	height:372px;
}

/*--○ナビボタン-------------------------------------------------------------------------*/

#nav{
	margin:0 0 0 12px;
	padding:10px 0 0 0;
	width:938px;
	height:51px;
}
#nav ul li{
	float:left;
	list-style-type:none;
}
#nav1{
	width:168px;
	height:51px;
	background-image:url(image/nav1.jpg);
	display:block;
	text-indent:-9999px;
}
#nav1:hover{
	background-image:url(image/nav1_over.jpg);
}
#nav2{
	width:154px;
	height:51px;
	background-image:url(image/nav2.jpg);
	display:block;
	text-indent:-9999px;
}
#nav2:hover{
	background-image:url(image/nav2_over.jpg);
}
#nav3{
	width:154px;
	height:51px;
	background-image:url(image/nav3.jpg);
	display:block;
	text-indent:-9999px;
}
#nav3:hover{
	background-image:url(image/nav3_over.jpg);
}
#nav4{
	width:154px;
	height:51px;
	background-image:url(image/nav4.jpg);
	display:block;
	text-indent:-9999px;
}
#nav4:hover{
	background-image:url(image/nav4_over.jpg);
}
#nav5{
	width:154px;
	height:51px;
	background-image:url(image/nav5.jpg);
	display:block;
	text-indent:-9999px;
}
#nav5:hover{
	background-image:url(image/nav5_over.jpg);
}
#nav6{
	width:154px;
	height:51px;
	background-image:url(image/nav6.jpg);
	display:block;
	text-indent:-9999px;
}
#nav6:hover{
	background-image:url(image/nav6_over.jpg);
}

/*--○パンくず-------------------------------------------------------------------------*/

#topicPath{
	margin:2px 23px 0 23px;
	font-size:0.9em;
}

/*--○コンテンツ-------------------------------------------------------------------------*/

#content-1{
	width:900px;
	margin:20px 0 0 40px;
	text-align:left
}
#content-2{
	width:880px;
	margin:20px 0 0 40px;
	text-align:left
}

#main-left{
	float:left;
	width:510px;
}
#introduction{
	width:460px;
	/*height:180px;*/
}
#infomation{
	width:447px;
	margin:0;
}
#infomation-in{
	width:447px;
	padding:10px 0 0 20px;
	margin:0;
	background:url(image/info_back.jpg) repeat-y;
}

#infomation table td{
	border-bottom: 1px dotted #B9B7AE;
	padding: 1px 5px 1px 1px;
}

#main-right{
	float:left;
	width:380px;
	/*height:320px;*/
	background:url(image/rightPhoto.jpg) no-repeat;
}
#right-in{
	margin:215px 0 0 0;
}

/*lightbox2カスタマイズ*/
.image-row {
	padding-bottom: 12px;
	margin-bottom: 18px;
	border-bottom: 1px dotted #FF6B13;
}
.example-image-link {border:none; margin-right:5px;} 

.image-row ul {
	list-style-type:none;
}
.image-row ul:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;

}

.image-row li {
	background:url(image/arrow_c.gif) no-repeat right 65px;
	padding-right:7px;
	float:left;
}
.image-row li.image-row-last  {
	background:none;
	float:left;
	padding-right:0px;
}

/*--○下部コピー-------------------------------------------------------------------------*/

#copy{
	clear:both;
	width:960px;
	height:80px;
	margin:0;
	background-image:url(image/link_back.jpg);
}
#copy-in{
	margin:0 220px 0 230px;
	padding:32px 0 0 0;
}

/*--○フッター-------------------------------------------------------------------------*/

#footer{
	margin-left:auto;
	margin-right:auto;
	width:984px;
	height:129px;
	background-image:url(image/footer_back.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align:left;
}
#footer ul{
	margin:0 0 0 100px;
	height:106px;
	width:800px;
}
#footer ul li{
	float:left;
	list-style-type:none;
	border-left:solid 1px #999999;
	margin:45px 20px 0 0;
	padding:1px 10px;
}

#copyright{
	float:left;
	width:400px;
	margin:0 0 0 20px;
}
#footer-link{
	float:left;
	width:540px;
	margin:0 20px 0 0;
	text-align:right;
	color:#FB6A00;
}
