@charset "shift_jis";



body {
/*	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #333333;*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	-webkit-text-size-adjust: 100%;/*フォントサイズが拡大されてしまう対応*/
	
	background: #F2F2F2/*#F5FBEF/*#F8FBEF/* #efefef url(../Image/MenuImages/bg.gif);*/	/*背景色と壁紙設定*/
    

    /* IE10 Consumer Preview  
    background-image: -ms-linear-gradient(bottom, #FBFF8C 0%, #A1E0DC 100%);*/

    /* Mozilla Firefox 
    background-image: -moz-linear-gradient(bottom, #FBFF8C 0%, #A1E0DC 100%); */

    /* Opera 
    background-image: -o-linear-gradient(bottom, #FBFF8C 0%, #A1E0DC 100%); */

    /* Webkit (Safari/Chrome 10)
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FBFF8C), color-stop(1, #A1E0DC)); */ 

    /* Webkit (Chrome 11+) 
    background-image: -webkit-linear-gradient(bottom, #FBFF8C 0%, #A1E0DC 100%); */

    /* W3C Markup, IE10 Release Preview
    background-image: linear-gradient(to top, #FBFF8C 0%, #A1E0DC 100%); */ 
    
}

h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
/*ul{
	list-style-type: none;
}*/
img {
	border: none;
}
a {
	color: #333333;	/*全般のリンク色*/
}
a:hover {
	color: #999999;	/*全般のカーソルオーバー時のリンク色*/
}
.color1 {
	border-bottom: 1px dashed #000000;
}



/*コンテナー（HP全体を包む枠）
---------------------------------------------------------------------------*/

/*bodyでカラー指定しない場合のコンテンツ背景画像指定 */
#container {
	background: url(../Image/MenuImages/container_bg.gif) repeat-y;	
	background-color:White;	
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;/*5px*/
	padding-left: 0px;/*5px*/
}

/*bodyでpinkを指定した場合のコンテンツ背景画像指定
#pink #container {
	background: url(../Image/MenuImages/container_bg_pink.gif) repeat-y;
}*/

/*bodyでblueを指定した場合のコンテンツ背景画像指定
#blue #container {
	background: url(../Image/MenuImages/container_bg_blue.gif) repeat-y;
}*/

/*bodyでgreenを指定した場合のコンテンツ背景画像指定*/
#green #container {
	background: url(../Image/MenuImages/container_bg_green.gif) repeat-y;
}

/*bodyでorangeを指定した場合のコンテンツ背景画像指定*/
#orange #container {
	background: url(../Image/MenuImages/container_bg_orange.gif) repeat-y;
}

/*bodyでpurpleを指定した場合のコンテンツ背景画像指定
#purple #container {
	background: url(../Image/MenuImages/container_bg_purple.gif) repeat-y;
}*/

/*bodyでredを指定した場合のコンテンツ背景画像指定*/
#red #container {
	background: url(../Image/MenuImages/container_bg_red.gif) repeat-y;
}



/*ヘッダー（メイン画像が入っているブロック）
---------------------------------------------------------------------------*/
/*#header {
	height: 100px;
	background: url(../Image/MenuImages/main_img.jpg) no-repeat;	/*ヘッダー背景画像の指定箇所*/
/*}

#header {
	height: 10px;
	background: url(../Image/MenuImages/blackHeader.gif) no-repeat;	/*ヘッダー背景画像の指定箇所
}*/



#header 
{
    height: 5px;
	
	width: 100%;
	color: #FFFFFF;			
	background: #000000;	
	/*text-align: center;		文字をcenter（中央よせ）する設定
	line-height: 1.4;
	padding-top: 10px;
	padding-bottom: 10px;clear: both;*/
}
/*#header a {
	color: #FFFFFF;
}*/





/*ヘッダー内のh1タグ指定
---------------------------------------------------------------------------*/
#header h1 {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding-top: 7px;
	padding-left: 10px;
	font-weight: normal;
}



/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
}



/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}



/*メインコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#main {
	float: left;
	width: 576px;
	display: inline;
	margin-left: 9px;
}

#main p {
	padding: 0.5em 10px 1em;
}

/*bodyでカラー指定しない場合のh2見出し背景画像指定*/
#main h2 {
/*	background: url(../Image/MenuImages/h2_bg.gif) no-repeat;*/
	color: #000000;
	font-size: 100%;
	padding-right: 20px;
	padding-left: 5px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}





/*bodyでpinkを指定した場合のh2見出し背景画像指定
#pink #main h2 {
	background: url(../Image/MenuImages/h2_bg_pink.gif) no-repeat;
	color: #FF5F94;
}*/

/*bodyでpinkを指定した場合のh2見出し背景画像指定
#blue #main h2 {
	background: url(../Image/MenuImages/h2_bg_blue.gif) no-repeat;
	color: #40baff;
}*/

/*bodyでgreenを指定した場合のh2見出し背景画像指定
#green #main h2 {
	background: url(../Image/MenuImages/h2_bg_green.gif) no-repeat;
	color: #7ACE4D;
}*/

/*bodyでorangeを指定した場合のh2見出し背景画像指定
#orange #main h2 {
	background: url(../Image/MenuImages/h2_bg_orange.gif) no-repeat;
	color: #ffa200;
}*/

/*bodyでpurpleを指定した場合のh2見出し背景画像指定
#purple #main h2 {
	background: url(../Image/MenuImages/h2_bg_purple.gif) no-repeat;
	color: #b635ff;
}*/

/*bodyでredを指定した場合のh2見出し背景画像指定
#red #main h2 {
	background: url(../Image/MenuImages/h2_bg_red.gif) no-repeat;
	color: #FF2020;
}*/







/*フッター（最下部のコピーライト部分）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	color: #FFFFFF;			/*文字色*/
	background: #000000;	/*背景色*/
	text-align: center;		/*文字をcenter（中央よせ）する設定*/
	line-height: 1.4;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a {
	color: #FFFFFF;
}



/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	height: 100px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border-right: 1px solid #999999;	/*What's Newのフチの右ライン*/
	border-bottom: 1px solid #999999;	/*What's Newのフチの下ライン*/
	border-left: 1px solid #999999;		/*What's Newのフチの左ライン*/
	background: #f5f5f5;	/*What's Newボックスの背景色*/
}

#main dt {
	font-weight: bold;	/*日付を太字に。通常の太さがいいなら、この1行を丸ごと削除。*/
	color: #000000;		/*日付の文字色を黒（#000000）に*/
}

#main dd {
	border-bottom: 1px solid #999999;	/*説明文の下に1pxの直線(solid)を#999999の色で入れる。*/
}




/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:white;/*#F5F7F8;*/
	/*opacity:.9;
	filter: alpha(opacity=90);*/
}

.popupHover {
	/*background-image:url(images/header-opened.png);*/
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:blue;/*#F5F7F8;*/
}