@charset "shift_jis";



body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #ffffff;
}
h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
a {
	color: #aebd96;
}
a:hover {
	color: #9eac89;
}
.look {
	color: #FB908A;
}

.midashi1 {
	background: url(images/contents.png);
	color: #191970;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #CFD2C9;
	line-height: 70px;
}
.arrow1 a {
	background: url(images/arrow1.gif) no-repeat 15px center;
	display: block;
        text-align: center;
	padding-left: 25px;
	border-bottom: 1px dotted #CFD2C9;
	padding-right: 10px;
	width: 200px;
}
.arrow1 a:hover {
	background: #F6F8F4 url(images/arrow1.gif) no-repeat 15px center;
}
#left p,#right p {
	padding: 0.5em 10px 1em;
	line-height: 1.5;
	font-size: 90%;
}

/*wrapper要素
------------------------------------------ */

div#wrapper {
	width:1000px;
	background: #fff;
	border-right: solid 1px #FFF;
	border-left:solid 1px #FFF;	
	margin: 0 auto;
}


/*コンテナー
------------------------------------------------------------------*/
#container {
	border: 0px solid #cfd2c9;
	width: 1000px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}




/*ヘッダー（写真とサイトロゴが入っているところ）
------------------------------------------------------------------*/
#header {
	height: 250px;
	background: url(images/head2.png) no-repeat left top;

}
#header img {

}
#header h1 {
	font-size: 8px;
	color: #333333;
	padding-left: 30px;
	font-weight: normal;
}

#headermenu ul {
	text-align: right;　	
	
}
#headermenu ul li  {
	display: inline;
	margin-right: 0.7em;
}

/*ヘッダー下のナビメニュー
------------------------------------------------------------------*/
#gnavi li {
	display: inline;
}

/*clearfix
------------------------------------------------------------------*/

#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents { display: inline-block; }

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */




/*左側コンテンツ
------------------------------------------------------------------*/


#left {
  float: left;
  margin: 10px 10px 15px 10px;
  padding: 10;
  width: 235px;
  vertical-align: top;
  bottom: 0;
  text-align: center;
  background-image: url(img/contents.png);
}





/*右側コンテンツ
------------------------------------------------------------------*/
#right {
	width: 200px;
	border-left: 0px solid #CFD2C9;
	vertical-align: top;
}



/*中央コンテンツ
------------------------------------------------------------------*/
#center {
	width: 510px;
	vertical-align: top;
	display: inline;
	padding: 10px;
}
#center p {
	padding: 0.5em 10px 1em;
}

#center h2 {
	font-size: 100%;
	border: 3px double #DCE2D3;
	letter-spacing: 0.2em;
	padding-left: 10px;
	padding-right: 10px;
	background: #FFFFFF url(images/h2_bg.gif) no-repeat ;
	line-height: 28px;
}

/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#center dl.new {
	height: 150px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
		border-right: 1px solid #dcdcdc;	/*What's Newのフチの右ライン*/
	border-bottom: 1px solid #dcdcdc;	/*What's Newのフチの下ライン*/
	border-left: 1px solid #dcdcdc;		/*What's Newのフチの左ライン*/
	background: #FFF;	/*What's Newボックスの背景色*/
}
#center dt {
	font-weight: bold;	/*日付を太字にする設定。*/
}

#center dd {
	border-bottom: 1px solid #dcdcdc;	/*説明文の下に1pxの直線(solid)を#222222の色で入れる。*/
}
