@charset "utf-8";

* { margin : 0 ; padding : 0 ; }

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

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

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

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

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

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


/*--------------------------------
メールフォーム
--------------------------------*/

/* 中央寄せの設定 */
div.atweb_div1 {
	/* 幅の設定 */
	width: 100%;
	/* IE用中央寄せの設定 */
	text-align: center;
}
div.atweb_div2 {
	/* 幅の設定 */
	width: 500px;
	/* 中央寄せの設定 */
	margin-left: auto;
	margin-right: auto;
}
/* テーブル全体の設定 */
table.atweb_table1 {
	/* テーブル幅の設定 */
	width: 500px;
	/* 枠線の設定 */
	border-collapse: collapse;
	border: 1px;
	border-style: solid;
	border-color: #666666;
}
/* 項目セルの設定 */
td.atweb_item1 {
	/* セル幅の設定 */
	width: 20%;
	/* セル余白の設定 */
	padding: 5px;
	/* セル背景色の設定 */
	background-color: #F6F6F6;
	/* 枠線の設定 */
	border: 1px;
	border-style: solid;
	border-color: #666666;
	/* セル内テキスト折り返しの設定 */
	white-space: nowrap;
	/* セル内テキスト表示位置の設定 */
	text-align: left;
	vertical-align: middle;
	/* セル内テキストフォントサイズの設定 */
	font-size: smaller;
}
/* テータセルの設定 */
td.atweb_data1 {
	/* セル幅の設定 */
	width: auto;
	/* セル余白の設定 */
	padding: 5px;
	/* セル背景色の設定 */
	background-color: #FFFFFF;
	/* 枠線の設定 */
	border: 1px;
	border-style: solid;
	border-color: #666666;
	/* セル内テキスト表示位置の設定 */
	text-align: left;
	vertical-align: middle;
	/* セル内テキストフォントサイズの設定 */
	font-size: 14px;
}

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

/*--------------------------------
ヘッダー
--------------------------------*/
#header{
	position:relative;
	margin:0 auto; padding:0 10px 0 10px;
	height:110px; text-align:left;
	background:url(./img/header.gif) top right no-repeat #ffffff;
	overflow:hidden;
}
#header .headbox{
	width : 650px;
}
#header img.tel{
	position:absolute; top:25px; right:10px;
}
#header .logobox{
	float:left; padding: 10px 0 0 0 ;
	width:300px; margin-right:10px;
}

#header .textbox{
	float:right; padding: 25px 0 0 0 ; width:330px;
}
/* 見出し */
#header h1{
	margin:0;
	font-size:17px; /* 文字のサイズ */
	line-height:25px; /* 文字の行間 */
	color:#224488; /* 文字の色 */
	font-weight:normal;
}

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

/*--------------------------------
ラインメニュー
--------------------------------*/
#linemenu{
	margin:0 auto; text-align:left;
	height:45px;  /* ラインメニューの高さ */
	overflow:hidden; position: relative;
	background:url(./img/linemenu.gif) top repeat-x #66bbee;
}
#linemenu ul{ list-style:none; }

#linemenu li{
	float:left;
	font-size:14px; /* ラインメニュー文字のサイズ */
}
#linemenu li a{
	display:block;
	line-height:45px;  /* ラインメニューの高さ */
	color:#ffffff; /* リンクの文字色 */
	font-weight:bold; text-decoration:none;
}
#linemenu li a span{ display:block; }
#linemenu li a span span{
	padding:0 20px 0 20px;
	background:url(./img/linemenu_right.gif) top right no-repeat;
}

#linemenu li a:hover,
#linemenu li a.visit{
	color:#664422; /* リンクに矢印を合わせた時の文字色 */
	font-weight:normal; 
	background:url(./img/linemenu2.gif) top repeat-x #ffffff;
}

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

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

#linemenu li.tel{
	padding-left:23px;
	font-size:22px; /* 文字のサイズ */
	line-height:45px; /* 文字の行間 */
	color:#ffffff; /* 文字の色 */
	font-weight:bold;
}

#linemenu li.tel span{
	font-size:11px; /* 文字のサイズ */
}

/*--------------------------------
トップ画像
--------------------------------*/
#top{
	margin:0 auto; padding:0; text-align:left;
	background:#ffffff;
	overflow:hidden;
}

/*--------------------------------
コンテナー
--------------------------------*/
#container{
	width : 920px ;
	margin:0 auto;
	text-align:center;
	background:url(./img/con_top.gif) repeat-x top #ffffff ;
	overflow:hidden;
}
#container .con_pad{
	padding:20px 15px 0 15px;
}
/*--------------------------------
コンテンツ
--------------------------------*/
#contents{
	float:right; width : 655px;
	background: #ffffff; text-align:center;
}
#container .con_pad2{ padding:0 0 30px 0; }

/*--------------------------------
コンテンツ　見出し
--------------------------------*/
/* h2見出し */
#contents h2{
	margin:10px 10px 5px 10px ;
	padding-left:5px; text-align:left;
	font-size:19px; /* 文字のサイズ */
	line-height:35px; /* 文字の行間 */
	color:#675122; /* 文字の色 */
	font-weight:normal; /* 太字設定はnormalからboldに差し替え */
	border-left:5px solid #eecc77;
}

/* h3見出し */
#contents h3{
	margin:15px; padding-left:5px;
	text-align:left;
	font-size:17px; /* 文字のサイズ */
	line-height:30px; /* 文字の行間 */
	color:#555022; /* 文字の色 */
	font-weight:normal; /* 太字設定はnormalからboldに差し替え */
	border-bottom:1px dotted #aaa077; 
	border-left:3px solid #aaa077;
}

/* 白ボックス見出し */
#contents div.box1 h3{
	margin:0 0 5px 0; padding-left:5px;
	text-align:left;
	font-size:17px; /* 文字のサイズ */
	line-height:45px; /* 文字の行間 */
	color:#451d07; /* 文字の色 */
	font-weight:normal; /* 太字設定はnormalからboldに差し替え */
	border:1px solid #e0c36a;
	background:url(./img/h3_bg.gif) bottom #fcf7df;
}
#contents div.box1 h3 span{
        padding-left:22px;
	background:url(./img/h3_left.gif) left no-repeat;
}

/* お知らせボックス見出し1 */
#contents div.box2 h3{
	margin:0 0 5px 0;
	padding:6px 5px 5px 3px;
	text-align:left;
	font-size:23px; /* 文字のサイズ */
	line-height:27px; /* 文字の行間 */
	color:#fff; /* 文字の色 */
	background:#dd5544; border:none;
	font-weight:bold; /* 太字設定はnormalからboldに差し替え */
}
/* お知らせボックス見出し2 */
#contents div.box2 h3.box2_po{
	padding:5px 5px 5px 0; line-height:50px;
	color:#981F1F; /* 文字の色 */
	background:url(./img/box2_po_bg.gif) bottom repeat-x;
	font-weight:normal; /* 太字設定はnormalからboldに差し替え */
	border:none;
}
#contents div.box2 h3.box2_po span{
	margin:2px; padding:10px 0 10px 55px;
	background:url(./img/box2_po.gif) left no-repeat;
}
/* 枠付きボックス見出し */
#contents div.box3 h3{
	margin:0 0 7px 0; padding: 0 0 0 3px;
	text-align:left;
	font-size:15px; /* 文字のサイズ */
	line-height:35px; /* 文字の行間 */
	color:#333333; /* 文字の色 */
	font-weight:normal; /* 太字設定はnormalからboldに差し替え */
	background:#eee5cc;
	border-left:none;
}
/* 枠付きボックス見出し番号 */
#contents div.box3 h3 span{
	margin:0 3px 0 0; padding:0 5px 0 5px;
	font-size:20px; /* 文字のサイズ */
	color:#ffffff; /* 文字の色 */
	background:url(./img/bango.gif) bottom repeat-x #4477aa; /* 文字の背景色 */
	font-weight:bold; /* 太字解除はboldからnormalに差し替え */
        border-right:1px solid #36618c;
}
/* 二割と三割 */
#contents .box_cde h3,
#contents .box_ab h3{
	margin:0 0 7px 0; padding: 0 0 0 3px;
	text-align:left;
	font-size:15px; /* 文字のサイズ */
	line-height:23px; /* 文字の行間 */
	color:#333333; /* 文字の色 */
	font-weight:normal; /* 太字設定はnormalからboldに差し替え */
	background:#eee5cc;
}
/* 番号 */
#contents .box_cde h3 span,
#contents .box_ab h3 span{
	margin:0 3px 0 0; padding:0 5px 0 5px;
	color:#ffffff; /* 文字の色 */
	background:#4477aa; /* 文字の背景色 */
	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:#555022; /* 文字の色 */
	font-weight:normal;
	border-left:10px solid #ee9977;
	border-bottom:1px dotted #ee9977;
}
/* h4見出し */
#contents h4{
	margin:10px 15px 8px 15px;
	padding:0 0 0 16px;
	text-align:left;
	font-size:14px; /* サイズ */
	line-height:16px; /* 行間 */
	color:#555555; /* 色 */
	background:url(./img/h4_2.gif) left no-repeat;
}
/* h5見出し */
#contents h5{
	margin:10px 15px 8px 15px;
	padding:0 0 0 16px;
	text-align:left;
	font-size:14px; /* サイズ */
	line-height:16px; /* 行間 */
	color:#555555; /* 色 */
	background:url(./img/h5_2.gif) left no-repeat;
}
/* h6見出し */
#contents h6{
	margin:10px 15px 8px 15px;
	text-align:left;
	font-size:14px; /* サイズ */
	line-height:16px; /* 行間 */
	color:#555555; /* 色 */
}

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

コンテンツ　文章

--------------------------------*/
#contents p{
	margin:5px 15px 40px 15px;
	text-align:left;
	font-size:15px; /* 文字のサイズ */
	line-height:26px; /* 文字の行間 */
}
#contents .box1 p,#contents .box4 p{ margin: 0 0 10px 0;}
#contents .log_box p{ margin: 0 10px 10px 10px;}
#contents .box2 p, #contents .box3 p{
	margin: 10px 10px 30px 20px;
	color:#000;
	font-size:16px; /* 文字のサイズ */
	line-height:24px; /* 文字の行間 */
}
/* 二割・三割ボックス文章 */
#contents .box_ab p, #contents .box_cde p{
	margin:0 7px 7px 7px;
	font-size:13px; /* 文字のサイズ */
	line-height:20px; /* 文字の行間 */
}
/* 装飾 */
#contents p.p_back{
	color:#333333; background:#faf7e7; padding:5px;
}
/* 装飾用太字 */
#contents p.p_back span.bold{ color:#774411; ;font-weight:bold; }
/* 赤色 */
#contents p span.red { color: #CA0B14; }
/* 青色 */
#contents p span.blue{ color: #3355aa; }
/* 太字 */
#contents p span.bold{ font-weight:bold; }
/* 小さい文字 */
#contents p span.small{ font-size:11px; }
/* 大きい文字 */
#contents p span.big{ font-size:17px; font-weight:bold }
/*--------------------------------

コンテンツ　画像の位置

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

#contents span.left{
	float:left;
	margin:0 10px 10px 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:15px;
	color:#003399; /* 文字の色 */
	background:url(./img/link2.gif) no-repeat;
	border-bottom:1px dotted #1177ee;
}

/* カーソル合わせた時のリンク */
#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 #ee7711;
}

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

コンテンツ　白ボックス

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

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

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

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

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

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

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

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

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

#contents div.box3{
	margin:0 15px 5px 15px;
	text-align:left;
	background:#ffffff;
	border:solid 1px #aaaaaa;
	overflow:hidden;
}

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

コンテンツ　文章ボックス

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

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

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

コンテンツ　三割ボックス

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

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

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

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

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

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


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

コンテンツ　二割ボックス

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

#contents .box_ab{
	width:625px;
	margin:0 auto;
	margin-bottom:30px;
	text-align:left;
	overflow:hidden;
}

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

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

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

ニュースリリース

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

#contents .log_box{
	margin:0 15px 15px 15px;
	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; /* 文字の色 */
}
/*--------------------------------
テーブル1
--------------------------------*/
#contents table.table1{
        margin:0 auto; margin-bottom:30px; border:1px solid #999999;
}
#contents table.table1 td{
        border:1px solid #dddddd;
}
#contents table.table1 td.td_left{
        padding-left:10px;
}
#contents table.table1 td.td_bg{
        background:url(./img/td_bg.gif) #f5f5f5;
}
#contents table.table1 td.td_co{
        background:#fef9e2;
}
#contents table.table1 span.red{
        color:#cc5555; font-weight:bold;
}
#contents table.table1 span.big{
        font-size:20px;
}
#contents table.table1 span.small{
        font-size:12px;
}
/*--------------------------------

サイドメニュー

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

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

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

サイドメニュー 個別メニュー

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

#sidemenu .favorite1{
	margin:0 0 10px 0;
	padding:0;
	width:220px;
	background:#ffffff;
	overflow:hidden;
}

#sidemenu .favorite1 h3{
	margin:0 0 10px 0;
	padding:10px 0 10px 0;
	font-size:15px; /* 文字のサイズ */
	line-height:15px; /* 文字の行間 */
	font-weight:bold; /* 太字解除ならnormalに設定 */
	color:#ffffff; /* 文字の色 */
	background:url(./img/line2.gif) top repeat-x #66bbee;
	border-bottom:1px solid #5588cc;
}

#sidemenu .favorite1 img{
	margin:0 0 7px 0;
}

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

サイドメニュー リスト

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

#sidemenu .sidemenu1{
	margin:0 auto; margin-bottom:10px; padding:0;
	text-align:center; overflow:hidden;
	width : 220px ; background:#ffffff;
}

#sidemenu .sidemenu1 h3{
	margin:0 0 10px 0; padding:10px 0 10px 0;
	font-size:15px; /* 文字のサイズ */
	color:#563616; /* 文字の色 */
	line-height:15px; /* 文字の行間 */
	font-weight:normal; /* 太字ならboldに設定 */
	background:url(./img/line1.gif) top repeat-x #ffffff;
	border:1px solid #eeccaa;
}
/*--------------------------------

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

--------------------------------*/
#sidemenu .favorite1 ul,
#sidemenu .sidemenu1 ul{
	margin:0;
	padding:0 0 7px 0;
	text-align:left;
	list-style:none;
	background:#ffffff;
	overflow:hidden;
}

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

#sidemenu .favorite1 li a,
#sidemenu .sidemenu1 li a{
	display:block;
	padding:0 5px 0 5px;
	padding-right:5px;
	font-size:14px; /* 文字のサイズ */
	text-decoration: none;
	border-left:3px solid #e5bb99;
}

#sidemenu .favorite1 li a:hover,
#sidemenu .sidemenu1 li a:hover{
	font-size:14px; /* 文字のサイズ */
	text-decoration: none;
	border-left:7px solid #bbdd66;
}


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

サイドメニュー 特集など

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

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

#sidemenu a:hover.special{
	display:block;
	background:url(./img/special2.gif) top repeat-x #55aadd;	
}

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

サイドメニュー スタッフ紹介

--------------------------------*/
#sidemenu .sidemenu2{
	margin:0 auto;
	margin-bottom:10px;
	text-align:center;
	width : 220px ;
	background:#ffffff;
	overflow:hidden;
}

/* 見出し */
#sidemenu .sidemenu2 h3{
	margin:0 0 10px 0;
	padding:10px 0 10px 0;
	font-size:15px; /* 文字のサイズ */
	line-height:15px; /* 文字の行間 */
	font-weight:bold; /* 太字解除ならnormalに設定 */
	color:#ffffff; /* 文字の色 */
	background:url(./img/line2.gif) top repeat-x #66bbee;
	border-bottom:1px solid #5588cc;
}

#sidemenu .sidemenu2box{
	margin:0 10px 20px 10px;
	background:#ffffff;
	overflow:hidden;
}

/* 名前 */
#sidemenu .sidemenu2box div.title{
	margin:10px 0 0 0;
	font-weight:bold;
	font-size:13px; /* 文字のサイズ */
	color:#005577; /* 文字の色 */
	font-weight:normal;
	border:1px solid #99ccee;
}

/* スタッフのプロフィール */
#sidemenu .sidemenu2box p{
	padding:5px 0 5px 0;
	text-align:left;
	font-size:11px; /* 文字のサイズ */
	line-height:13px; /* 行間 */
}

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

#sidemenu .sidemenu2box a.more{
	margin:0 0 5px 7px;
	padding:0 2px 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;
	width : 220px; overflow:hidden; text-align:center;
	background:#ffffff; /* フリースペースの背景色 */
	border:1px solid #d5d5d5;
}

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

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

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

フッター

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

#footer{
	clear:both;
	padding-top:30px;
	height:50px;
	background:#bbaa88;
	font-size: 13px; /* 文字のサイズ */
	color: #eeeeee; /* 文字の色 */
}


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

