@charset "utf-8";

* { margin : 0 ; padding : 0 ; }

body{
	margin: 0 auto;
	text-align:center;
	background:url(./img/bg.gif) top repeat-x #ddf7ff;
	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{ marin:0; padding:0; border:none; line-height:0px; font-size:0; }

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

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

全体

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

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

ヘッダー

--------------------------------*/
#header{
	margin:0 auto;
	padding:0 10px 0 10px;
	height:80px;
	text-align:left;
	background:url(./img/header.gif) top right no-repeat #ffffff;
	overflow:hidden;
}

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

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

#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; /* 文字の色 */
}


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

ラインメニュー

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

#linemenu{
	width:920px; margin:0;
	background:#f5f4ee;
	border-top:1px solid #d7d7cc;
	border-bottom:1px solid #d7d7cc;
	overflow:hidden;
	position: relative;
}

#linemenu ul{
	list-style:none;
	margin:0;
	padding:0 5px 0 5px;
}

#linemenu li{
	float:left;
	margin:0 10px 0 0;
	padding:10px 0 10px 0;
	width:170px; /* ボタンの幅 */
	font-size:14px; /* 文字のサイズ */
}

#linemenu li a{
	display:block;
	margin:0;
	color:#553311; /* リンクの文字色 */
	line-height:25px; /* 高さ */
	font-weight:normal;
	background:url(./img/linemenu.gif) top repeat-x;
	text-decoration:none;
}

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

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

/* カーソルを合わせた時のボタン */
#linemenu li a:hover{
	color:#ffffff; /* 文字の色 */
	background:url(./img/linemenu2.gif) top repeat-x;
}

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

#linemenu li a:hover span span{
	padding:0 20px 0 20px; font-weight:bold;
	background:url(./img/linemenu_right2.gif) top right no-repeat;
}

/* 電話番号 */
#linemenu li.tel{
	float:right;
	width:170px; /* の幅 */
	font-size:18px;	/* 文字のサイズ */
	line-height:20px; /* 文字の行間 */
	color:#553311; /* 文字の色 */
	font-weight:bold;
}

#linemenu li.tel span{
	font-size:12px;	
	font-weight:bold;
}

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

トップ画像

--------------------------------*/
#top{
	margin:0 auto;
	padding:20px;
	text-align:left;
	background:#a1dedd url(./img/top_bg.gif) left repeat-y;
	border-bottom:1px solid #ffffff;
	overflow:hidden;
}

#top .topbox1{
	float:left;
	width:430px; height:200px;
	background:#4499ff url(./img/top1.jpg) no-repeat;
}

#top .topbox2{
	float:right;
	width:430px; height:200px;
	background:#4499ff url(./img/top2.jpg) no-repeat;
}

#top .topboxtext{
	width:200px; /* テキストスペースの幅 */
}

#top .topboxtext h2{
	margin:10px;
	font-size:20px; /* 文字のサイズ */
	line-height:25px; /* 行間 */
	color:#006688; /* 文字の色 */
}

#top .topboxtext p{
	margin:0 10px 10px 10px;
	font-size:14px; /* 文字のサイズ */
	line-height:20px; /* 行間 */
	color:#555555; /* 文字の色 */
}

#top .topbox1, #top .topbox2{ margin-bottom:20px; }


/* トップメニュー関連の設定 */

#top .topmenu{
	margin:0; overflow:hidden;
}

.topmenu .top_a,
.topmenu .top_b,
.topmenu .top_c,
.topmenu .top_d{
	width:212px;
	height:80px;
	overflow:hidden;
}

.topmenu .top_ab{
	float:left;
	width:435px;
	overflow:hidden;
}

.topmenu .top_cd{
	float:right;
	width:435px;
	overflow:hidden;
}

.topmenu .top_width{ width:155px; }

.topmenu .top_a{
	float:left;
	background:url(./img/top_a.gif) top repeat-x;
	position:relative;
}

.topmenu .top_b{
	float:right;
	background: url(./img/top_b.gif) top repeat-x;
	position:relative;
}

.topmenu .top_c{
	float:left;
	background: url(./img/top_c.gif) top repeat-x;
	position:relative;
}

.topmenu .top_d{
	float:right;
	background: url(./img/top_d.gif) top repeat-x;
	position:relative;
}

.topmenu .top_ab h2,
.topmenu .top_cd h2{
	font-size:15px;
	margin:7px 7px 0 7px;
	color:#663311; /* タイトル色 */
	text-decoration:none;
}

#top p{
	margin:3px 7px 7px 7px; font-size:12px;
	line-height:14px;
	color:#663311; /* 文字の色 */
}

/* Clickボタン */
#top a.toplink{
	width:250px;
	height:130px;
	position:absolute;
	top:1px;
	right:1px;
	text-indent:-9999px;
}

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

コンテナー

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

#container{
	width : 920px ;
	margin:0 auto;
	text-align:center;
	background:url(./img/con_top.gif) repeat-x top #ddd0bb ;
	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-bottom:15px;
	padding-left:5px;
	text-align:left;
	font-size:19px; /* 文字のサイズ */
	line-height:35px; /* 文字の行間 */
	color:#556677; /* 文字の色 */
	font-weight:normal; /* 太字設定はnormalからboldに差し替え */
	background: url(./img/h2.gif) bottom repeat-x #ffffff;
	border-bottom:1px solid #8899aa;
}

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

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

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

/* 二割と三割、枠付きボックス見出し */
#contents .box_cde h3,
#contents .box_ab h3,
#contents div.box3 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,
#contents div.box3 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;
}


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

コンテンツ　文章

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

#contents p{
	margin:0 10px 10px 10px;
	text-align:left;
	font-size:14px; /* 文字のサイズ */
	line-height:21px; /* 文字の行間 */
}

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

コンテンツ　画像の位置

--------------------------------*/
#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 30px 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_cde p{
	margin:0 7px 7px 7px;
	font-size:13px;
	line-height:20px;
}

#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_ab p{
	font-size:13px; /* 文字のサイズ */
	line-height:20px; /* 文字の行間 */
}

#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 30px 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; /* 文字の色 */
}
/*--------------------------------

サイドメニュー

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

#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:#559933; /* 文字の背景色 */
}

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

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

サイドメニュー リスト

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

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

#sidemenu .sidemenu1 h3{
	margin:0 0 10px 0;
	padding:10px 0 10px 0;
	font-size:15px; /* 文字のサイズ */
	color:#ffffff; /* 文字の色 */
	line-height:15px; /* 文字の行間 */
	font-weight:bold; /* 太字解除ならnormalに設定 */
	background:#4477aa; /* 文字の背景色 */
}

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

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

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

#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:7px solid #aaa077;
}

#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 #4e9ca9;
	overflow:hidden;	
}

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

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

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

--------------------------------*/
#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:18px; /* 文字の行間 */
	color:#ffffff; /* 文字の色 */
	font-weight:bold;
	background:#777055;
}

#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:#333022; /* 文字の色 */
	border-top:1px solid #777055;
	border-bottom:1px solid #777055;
}

/* スタッフのプロフィール */
#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;
	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;
	padding-top:30px;
	height:50px;
	background:#888888;
	font-size: 13px; /* 文字のサイズ */
	color: #eeeeee; /* 文字の色 */
}


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

