@charset "utf-8";

* { margin : 0 ; padding : 0 ; }

body{
	margin: 0 auto;
	text-align:center;
	background:url(img/bg.gif) top repeat-x #f9f6ee;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px; /* 指定されていない文字のサイズ */
	line-height: 20px; /* 指定されていない文字の行間 */
	color: #555555; /* 文字の色 */
}

/* リンク色 */
a{
	color:#007799; /* 文字の色 */
}

/* 訪問済みのリンク色 */
a:visited{
	color:#cc5555; /* 文字の色 */
}

/* カーソル合わせた時のリンク色 */
a:hover{
	color:#559955; /* 文字の色 */
}

img{ border:none; vertical-align:bottom; }

.pad{ padding:10px; }

.clear{ clear:both; line-height:0; font-size:0; height:0; }

/*--------------------------------

全体

--------------------------------*/
#all{
	width : 900px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}

/*--------------------------------

ラインメニュー

--------------------------------*/

#linemenu{
	margin:0; padding:0;
	background:url(img/linemenu.gif) bottom repeat-x #643519;
	border-bottom:1px solid #4c2811;
	overflow:hidden;
}

#linemenu ul{
	list-style:none;
	margin:0 0 0 10px; padding:0;
	text-align:left;
}

#linemenu li{
	display:inline;
	margin:0 5px 0 5px; padding:0;
	font-size:15px; /* 文字のサイズ */
	line-height:45px; /* 高さ */
}

#linemenu li a{
	margin:0; padding:0;
	color:#ffffff; /* リンクの文字色 */
	font-weight:normal;
	text-decoration:none;
}

#linemenu li a span{
	background:url(img/linemenu_left.gif) left no-repeat;
}

#linemenu li a span span{
	padding:0 30px 0 30px;
	background:url(img/linemenu_right.gif) right no-repeat;
}

/* カーソルを合わせた時のボタン */

#linemenu li a:hover span{
	background:url(img/linemenu_left2.gif) top left no-repeat;
}

#linemenu li a:hover span span{
	padding:0 30px 0 30px;
	background:url(img/linemenu_right.gif) top right no-repeat;
}

/*--------------------------------

ヘッダー

--------------------------------*/
#header{
	margin:0 auto;
	height:70px;
	text-align:left;
	background:#ffffff;
	border-bottom:3px solid #ffffff;
	overflow:hidden;
}

#header .logobox{
	float:left; padding: 10px 0 0 0 ;
	width:200px;
	margin:0 20px 0 20px;
}

#header .textbox{
	float:left; padding: 10px 0 0 0 ;
	width:550px;
}

#header h1{
	margin:0;
	font-size:18px; /* 文字のサイズ */
	line-height:24px; /* 文字の行間 */
	color:#224488;
	font-weight:normal;
}

#header p{
	margin:3px 10px 0 10px;
	font-size:13px;
	color:#333333; /* 文字の色 */
}

/*--------------------------------

トップ画像

--------------------------------*/
#top{
	margin:0 auto;
	background:#ffffff;
	overflow:hidden;
}

#top img{
	float:left; padding:0; margin:0; font-size:0; border:none;
}

* html #top img { margin: 0 -3px; }

/*--------------------------------

コンテナー

--------------------------------*/

#container{
	margin:0 auto;
	text-align:center;
	background:url(img/con_bg.gif) top repeat-x #ffffff;
	overflow:hidden;
}

#container .con_pad{
	padding:10px 20px 0 10px;
}

/*--------------------------------

コンテンツ

--------------------------------*/
#contents{
	float:right;
	width : 630px;
	text-align:center;
}

#contents .con_pad2{
	padding:0 0 30px 0;
}

/*--------------------------------

コンテンツ　見出し

--------------------------------*/

/* h2見出し */
#contents h2{
	margin-bottom:15px; padding:0;
	text-align:left;
	font-size:19px; /* 文字のサイズ */
	line-height:40px; /* 文字の行間 */
	color:#311f1d; /* 文字の色 */
	font-weight:normal; /* 太字設定はnormalからboldに差し替え */
}

#contents h2 span{
	padding:0 0 0 10px;
	background: url(img/ic_h2.gif) left no-repeat;	
}

/* タイトルのみ */
#contents h3{
	margin:15px; padding-left:10px;
	text-align:left;
	font-size:17px; /* 文字のサイズ */
	line-height:30px; /* 文字の行間 */
	color:#225566; /* 文字の色 */
	font-weight:normal; /* 太字設定はnormalからboldに差し替え */
	background:url(img/ic_h3.gif) left repeat-y;
	border-bottom:1px solid #8ca294;
	border-right:1px solid #c5d2cA; 
}

/* 白ボックス見出し */
#contents div.box1 h3{
	margin:10px 0 10px 0; padding-left:10px;
	text-align:left;
	font-size:17px; /* 文字のサイズ */
	line-height:30px; /* 文字の行間 */
	color:#311f1d; /* 文字の色 */
	font-weight:normal; /* 太字設定はnormalからboldに差し替え */
	background:url(img/ic_h2.gif) left no-repeat;
	border-bottom:1px solid #995855;
	border-right:1px solid #ca8c89; 
}

/* お知らせボックス見出し */
#contents div.box2 h3{
	margin:0 0 10px 0;
	padding:6px 5px 5px 10px;
	text-align:left;
	font-size:17px; /* 文字のサイズ */
	line-height:17px; /* 文字の行間 */
	font-weight:normal; /* 太字設定はnormalからboldに差し替え */
	color:#ffffff; /* 文字の色 */
	background: url(img/ic_h3_2.gif) left no-repeat #8ca294;
	border-left:5px solid #556677; border:none;
}

/* 枠付きボックス見出し */
#contents div.box3 h3{
	margin:10px 0 10px 10px; padding:0 0 0 10px;
	text-align:left;
	font-size:17px; /* 文字のサイズ */
	line-height:20px; /* 文字の行間 */
	color:#311f1d; /* 文字の色 */
	background: url(img/ic_h2.gif) left no-repeat; border:none;
	font-weight:normal; /* 太字設定はnormalからboldに差し替え */
}

/* 二割と三割、枠付きボックス見出し */
#contents .box_cde h3,
#contents .box_ab h3{
	margin:0 0 7px 0; padding: 0 0 0 3px;
	text-align:left;
	font-size:17px; /* 文字のサイズ */
	line-height:35px; /* 文字の行間 */
	color:#ffffff; /* 文字の色 */
	font-weight:normal; /* 太字設定はnormalからboldに差し替え */
	background:url(img/line2.gif) top repeat-x #896954;
	border:none;
}

/* 番号 */
#contents .box_cde h3 span,
#contents .box_ab h3 span,
#contents div.box3 h3 span{
	margin:0 3px 0 0; padding:0 5px 0 5px;
	color:#ffffff; /* 文字の色 */
	background:#311f1d; /* 文字の背景色 */
	font-weight:bold; /* 太字解除はboldからnormalに差し替え */
}

/* ニュースリリース見出し */
#contents .log_box h3{
	margin:0 0 5px 0;
	padding-left:7px;
	text-align:left;
	font-size:15px; /* 文字のサイズ */
	line-height:25px; /* 文字の行間 */
	color:#ffffff; /* 文字の色 */
	font-weight:normal;
}

/* ニュースリリース見出し(お知らせ) */
#contents div.box2 .log_box h3{
	margin:0 0 5px 0;
	padding-left:7px;
	text-align:left;
	font-size:15px; /* 文字のサイズ */
	line-height:17px; /* 文字の行間 */
	color:#555555; /* 文字の色 */
	font-weight:normal;
	background:none;
	border-bottom:1px solid #888888;
}

/* h4見出し */

#contents h4{
	margin:10px 0 7px 10px;
	text-align:left;
	font-size:14px; /* 文字のサイズ */
	line-height:17px; /* 文字の行間 */
	font-weight:bold; /* 太字解除はboldからnormalに差し替え */
}


/*--------------------------------

コンテンツ　文章

--------------------------------*/

#contents p{
	margin:0 20px 20px 20px;
	text-align:left;
	font-size:14px; /* 文字のサイズ */
	line-height:21px; /* 文字の行間 */
}
#contents div.box1 p,
#contents div.box2 p,
#contents div.box_ab p{
	margin:0 10px 10px 13px;
}

/* 赤色 */
#contents p span.red { color: #aa3300; }

/* 青色 */

#contents p span.blue{ color: #3355aa; }

/* 太字 */
#contents p span.bold{ font-weight:bold; }

/*--------------------------------

コンテンツ　画像の位置

--------------------------------*/
#contents span.right{
	float:right;
	margin:0 0 0 10px;
}

#contents span.left{
	float:left;
	margin:0 10px 0 0;
}

/*--------------------------------

コンテンツ　リンク

--------------------------------*/

#contents a.link{
	float:right;
	padding: 0 0 3px 18px;
	margin:0 10px 10px 10px;
	text-align:right;
	text-decoration:none;
	font-size:12px; /* 文字のサイズ */
	line-height:16px;
	color:#003399; /* 文字の色 */
	background:url(img/link2.gif) no-repeat;
	border-bottom:1px solid #d5c4aa;
}

/* カーソル合わせた時のリンク */
#contents a:hover.link{
	font-size:12px; /* 文字のサイズ */
	color:#aa3300; /* 文字の色 */
	font-weight:bold;
	text-decoration:none;
	background:url(img/link.gif) no-repeat;
	border-bottom:1px dotted #d5c4aa;
}

/*--------------------------------

コンテンツ　白ボックス

--------------------------------*/

#contents div.box1{
	margin:0 15px 10px 15px;
	background:#ffffff;
	text-align:left;
	overflow:hidden;
}

/*--------------------------------

コンテンツ　お知らせボックス

--------------------------------*/

#contents div.box2{
	margin:0 15px 30px 15px; padding:10px;
	text-align:left;
	background:#ffffff;
	border:solid 1px #8ca294;
	overflow:hidden;
}

/*--------------------------------

コンテンツ　枠付きボックス

--------------------------------*/

#contents div.box3{
	margin:0 15px 30px 15px;
	text-align:left;
	background:url(img/box3.gif) top repeat-x #f9f6ee;
	border:solid 1px #896954;
	overflow:hidden;
}

/*--------------------------------

コンテンツ　文章ボックス

--------------------------------*/

#contents div.box4{
	margin:0 10px 10px 10px;
	text-align:left;
	overflow:hidden;
}

/*--------------------------------

コンテンツ　ボックス

--------------------------------*/

#contents div.box5{
	margin:0 5px 10px 5px;
	text-align:left;
	overflow:hidden;
}

/*--------------------------------

コンテンツ　ボタンボックス

--------------------------------*/

#contents div.box7{
	width:350px; height:50px; margin:0 auto;
	margin-bottom:25px;
	text-align:center;
	background:url(img/button.gif) no-repeat;
	overflow:hidden;
}

#contents div.box7 h3, #contents div.box7 a{
	margin:0; padding-top:15px;
	color:#ffffff; /* 文字の色 */
	font-size:20px; /* 文字のサイズ */
	line-height:20px; /* 行間 */
	text-decoration:none;
	border:none; background:none;
}

/*--------------------------------

コンテンツ　三割ボックス

--------------------------------*/

#contents .box_cde{
	width:600px;
	margin:0 auto;
	margin-bottom:20px;
	text-align:left;
	overflow:hidden;
}

#contents .box_cde p{
	margin:0 7px 7px 7px;
	font-size:13px;
	line-height:20px;
}

#contents .box_cd{
	float:left;
	width:396px;
	padding-bottom:10px;
	overflow:hidden;
}

#contents .box_c{
	float:left;
	width:190px;
	padding-bottom:10px;
	overflow:hidden;
	border:1px solid #896954;
}

#contents .box_d{
	float:right;
	width:190px;
	padding-bottom:10px;
	overflow:hidden;
	border:1px solid #896954;
}

#contents .box_e{
	float:right;
	width:190px;
	padding-bottom:10px;
	overflow:hidden;
	border:1px solid #896954;
}


/*--------------------------------

コンテンツ　二割ボックス

--------------------------------*/

#contents .box_ab{
	width:600px;
	margin:0 auto;
	margin-bottom:30px;
	text-align:left;
	overflow:hidden;
}
#contents .box_ab p{
	font-size:13px; /* 文字のサイズ */
	line-height:20px; /* 文字の行間 */
}

#contents .box_a{
	float:left;
	width:293px;
	padding-bottom:10px;
	overflow:hidden;
	border:1px solid #896954;
}

#contents .box_b{
	float:right;
	width:293px;
	padding-bottom:10px;
	overflow:hidden;
	border:1px solid #896954;
}

#contents .box_a2{
	float:left;
	width:293px;
	min-height:260px; /* 高さの最小値（旧式ブラウザは非対応） */
	border:1px solid #896954;
	overflow:hidden;
}

#contents .box_b2{
	float:right;
	width:293px;
	min-height:260px; /* 高さの最小値（旧式ブラウザは非対応） */
	border:1px solid #896954;
	overflow:hidden;
}

#contents .box_a2 img,#contents .box_b2 img{
	margin-left:10px;
}

#contents .box_a2 p,#contents .box_b2 p{
	font-size:12px; line-height:16px;
}

/*--------------------------------

ニュースリリース

--------------------------------*/

#contents .log_box{
	margin:10px 0 0 30px;
	text-align:center;
	overflow:hidden;

}

#contents .log_box span{
	font-weight:bold;
	color:#dd5500;
}

#contents .log_box span.red{
	margin:0 7px 0 7px;
	background:#ee9944;
	padding:0 3px 0 3px;
	font-size:12px; /* 文字のサイズ */
	color:#ffffff; /* 文字の色 */
}
#contents .log_box ul{
	margin:0;
	list-style:none;
	text-align:left;
	color:#333333; /* 文字の色 */
}

#contents .log_box li{
	display:block;
	margin:0 5px 10px 5px;
	font-size:13px; /* 文字のサイズ */
	line-height:23px; /* 文字の行間 */
	border-bottom:1px dotted #766655;	
}

#contents .log_box li a{
	margin:0;
	padding:5px 0 5px 7px;
	color:#000000; /* 文字の色 */	
}
#contents .log_box li a:hover{
	color:#0000aa; /* 文字の色 */
}
/*--------------------------------

サイドメニュー

--------------------------------*/

#sidemenu{
	margin:0; padding:0;
	float: left;
	width: 220px;
	text-align:center;
}

/*--------------------------------

サイドメニュー リスト

--------------------------------*/

#sidemenu .sidemenu1{
	margin:0 auto; padding:0;
	margin-bottom:10px;
	text-align:center;
	border-top:5px solid #896954;
	border-left:1px solid #896954;
	overflow:hidden;
}

#sidemenu .sidemenu1 h3{
	padding:7px 0 7px 18px;
	text-align:left; /* 中央表示ならcenterに設定 */
	font-size:15px; /* 文字のサイズ */
	color:#311f1d; /* 文字の色 */
	line-height:15px; /* 文字の行間 */
	font-weight:normal; /* 太字ならboldに設定 */
	background:#e4dccc;
	border-bottom:1px solid #ccaa99;
}

/*--------------------------------

サイドメニュー リスト共通

--------------------------------*/

#sidemenu .sidemenu1 ul{
	margin:0;
	padding:0 0 7px 0;
	text-align:left;
	list-style:none;
	background:url(http://arati-web.com/img/line.gif) top repeat-x #ffffff;
	overflow:hidden;
}

#sidemenu .sidemenu1 li{
	margin:0 5px 3px 5px;
	padding:7px 0 7px 2px;
	line-height:20px;
	border-bottom:1px dotted #aa99bb;
}

#sidemenu .sidemenu1 li a{
	display:block;
	padding:0 5px 0 15px;
	padding-right:5px;
	font-size:14px; /* 文字のサイズ */
	text-decoration: none;
	background:url(img/ic_li1.gif) left no-repeat;
}

#sidemenu .sidemenu1 li a:hover{
	font-size:14px; /* 文字のサイズ */
	text-decoration: none;
	background:url(img/ic_li2.gif) left no-repeat;
	border-left:2px solid #d5d5d5;
}


/*--------------------------------

サイドメニュー 特集など

--------------------------------*/

#sidemenu .special{
	display:block;
	padding:18px 0 16px 10px;
	margin:0 0 10px 0;
	text-align:left;
	font-size:16px; /* 文字のサイズ */
	color:#ffffff; /* 文字の色 */
	line-height:16px; /* 行間 */
	font-weight:normal; /* 太字解除ならnormalに設定 */
	text-decoration: none;
	background:url(img/line2.gif) top repeat-x #94726e;
	overflow:hidden;	
}

#sidemenu a:hover.special{
	display:block;
	background:url(img/line2.gif) top repeat-x #94726e;	
}

/*--------------------------------

サイドメニュー アクセスガイド

--------------------------------*/
#sidemenu .sidemenu2{
	margin:0 auto;
	margin-bottom:10px;
	text-align:center;
	background:url(http://arati-web.com/img/side2_bg.gif) top repeat-x #ffffff;
	border:1px solid #aaaaaa;
	overflow:hidden;
}

/* 見出し */
#sidemenu .sidemenu2 h3{
	margin-bottom:10px;
	padding:7px 0 7px 10px;
	text-align:left; /* 中央並びならcenterに設定 */
	font-size:15px; /* 文字のサイズ */
	line-height:18px; /* 文字の行間 */
	color:#ffffff; /* 文字の色 */
	font-weight:normal; /* 太字ならboldに設定 */
	background:#999999;
}

#sidemenu .sidemenu2box{
	margin:0 10px 10px 10px; padding:7px 0 0 0;
	overflow:hidden;
}

/* 名前 */
#sidemenu .sidemenu2box div.title{
	margin:10px 0 0 0;
	font-weight:bold; /* 太字解除ならnormalに設定 */
	font-size:13px; /* 文字のサイズ */
	color:#333022; /* 文字の色 */
	background:#efefef;
	border:1px solid #dfdfdf;
}

/* 文章 */
#sidemenu .sidemenu2box p{
	padding:5px 0 5px 0;
	text-align:left;
	font-size:13px; /* 文字のサイズ */
	line-height:16px; /* 行間 */
}

/* 太字 */
#sidemenu .sidemenu2box p span{
	padding-left:15px;
	color:#335599; /* 文字の色 */
	font-weight:bold; /* 太字解除はnormalに設定 */
	background:url(img/link.gif) left no-repeat;
}

/* 電話番号 */
#sidemenu .sidemenu2box p span.office_tel{
	padding-left:25px;
	font-size:15px; /* 文字のサイズ */
	line-height:19px; /* 行間 */
	color:#000000; /* 文字の色 */
	font-weight:normal; /* 太字ならboldに差し替え */
	background:url(http://arati-web.com/img/tel.gif) left no-repeat;
}

#sidemenu .sidemenu2box a.more{
	margin:0; padding:0 0 0 12px;
	font-size:11px; /* 文字のサイズ */
	color:#223377; /* 文字の色 */
	font-weight:bold;
	background:url(img/ic_menu3.gif) left no-repeat;
}


#sidemenu .sidemenu2box a{
	text-decoration: none;
}

/*--------------------------------

サイドメニュー フリースペース

--------------------------------*/
#sidemenu .sidemenu3{
	margin:0 auto;
	margin-bottom:10px;
	text-align:center;
	width : 220px ;
	background:#ffffff; /* フリースペースの背景色 */
	overflow:hidden;
}

#sidemenu .sidemenu3 h3{
	padding:10px 10px 0 10px;
}

#sidemenu .sidemenu3 p{
	padding:10px;
	text-align:left;
}

/*--------------------------------

フッター

--------------------------------*/

#footer{
	clear:both;
	height:75px;
	background:url(img/footer.gif) top repeat-x #643519;
	font-size: 13px; /* 文字のサイズ */
	color: #eeeeee; /* 文字の色 */
}

#footer ul{
	padding-top:10px; list-style:none;
	text-align:center;	
}

#footer li{
	display:inline;
	margin:0 10px 0 10px;
	font-size:11px;
	border-bottom:1px dotted #dddddd;
}

#footer li a{
	color:#ffffff;
	text-decoration:none;
}

address{
	padding:5px 0 0 0;
	text-align: center;
	font-size: 12px; /* 文字のサイズ */
	color: #ffffff; /* 文字の色 */
}

.footer_btm{
	height:100px;
	background:url(img/footer_bg.gif) top repeat-x;
}

#footer a {
color: #eeeeee; 
font-size: 11px;
text-decoration:none;
}