@charset "shift_jis";
/*CSS Document

/*■初期設定*/

body{
	color:#666666;/*通常のテキストカラー*/
	text-align:center;
	}
a{
	color:#0099FF;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*■初期設定ここまで*/



*{ margin:0; padding:0;}
img{ border:0;}
a img{ border:0;}

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/
body {
    font-size: 12px; /* モダンブラウザ */
    *font-size: 80%; /* IE 7 */
    *font: 80%; /* IE 6以下 */
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;	
	
}
p,th,td,li{
	font-size:12px;
	*font-size:90%;
	*font:90%;
	}


/***見出しタグ***/
h1{
	font-size:11px;
	font-weight:normal;
	border-color:#333333;
	border-width:0px 0 0 4px ;
	color:#333333;
	text-indent:10px;
	line-height:18px;
	vertical-align:top;
	padding:20px 0 0 0;
	}	

h2, h3{
	background:url(img/common/bg_h3_bento.gif) no-repeat;
	font-size:12px;
	color:#FF0099;
	text-indent:12px;
	vertical-align:top;
	height:32px;
	line-height:32px;
	margin:0 0 5px 0;
	font-weight:normal;
	}

.obj{
	margin:0 6px 0 6px;
	}
.obj p{
	line-height:160%;
	margin:0 0 12px 0;
	}

.CNT{ text-align:center;}
.R{ text-align:right;}
.L{ text-align:left;}

strong {
	color: #FF0099;
}

/**レイアウト**/
#bg{
	width:514px;
	background:url(img/common/bg_con_bento.gif) repeat-y;
	margin:0 auto 1px auto;
	text-align:left;
	}

#head{
	background:url(img/common/bg_head_bento.gif) top left no-repeat;
	width:510px;
	margin:0 1px 0 1px;
	}
	
#head p#logo{ 	
	font-size:14px;
	font-weight:normal;
	font-family:"Courier New", Courier, mono;
	border-color:#333333;
	border-width:0px 0 0 4px ;
	color:#0099CC;
	text-indent:10px;
	line-height:24px;
	}
#head p#logo a{
	text-decoration:none;
	color:#FF0099;	
	}	
#head p#logo a:hover{
	text-decoration:none;
	color:#0099CC;	
	}	

/*ヘッダーメニュー*/			
#head_menu{
	width:510px;
	background:url(img/common/bg_menu.gif) no-repeat;
	font-size:10px;
	height:44px;
	color:#FFFFFF;
	margin:0 0 0 10px;
	}
#head_menu ul{
	list-style-type:none;
	padding:1px 0 0 1px;
	}
#head_menu ul li{
	float:left;
	background:url(img/common/bg_menu_sub.gif) right no-repeat;
	padding:0 10px 0 8px;
	text-align:center;
	height:36px;
	line-height:36px;
	}		
#head_menu a{
	color:#333333;
	font-size:12px;
	letter-spacing:1px;
	text-decoration:none;
	height:25px;
	vertical-align:middle;
	margin:0 4px 0 4px;
	}
#head_menu a:hover{
	color:#FF0066;
	}
	   


#contents{
	clear:left;
	margin:0 10px 0 10px;
	zoom:100%;
	}
#contents:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;	
	}

#main{
	width:500px;
	float:left;
	margin:0 0 0 20px;
	zoom:100%;
	}
#main:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;	
}
#main p{
	line-height:2.0em;
	margin:0 0 16px 0;
	}
#foot_up{
	clear:left;
	}
#foot{
	border:solid #cccccc;
	border-width:1px 0 1px 0;
	color:#999999; /*コピーライトのテキストの色*/
    height:40px;
	clear:both;
	text-align:center;
	margin:20px 0 0 0;
	font-size:11px;
	padding:6px 0 0 0;
	width:512px;
	}
#foot a{
	color:#999999;
	text-decoration:none;
	}
#foot a:hover{
	color:#999999;
	}


	   	
/******************************************************************************************************/
#p-copy{
	width:512px;
	text-align:left;

	}
#p-copy p a{
	background:url(img/common/copy_pondt_wt.gif) no-repeat;
	display:block;
	width:24px;
	height:13px;
	text-indent:-9999px;
	margin:5px 0 0 486px;
	}
	
@media print{

#container{

	}
}			
/******************************************追加項目**************************************************/
#bento_menu{
	width:500px;
	margin:2px 10px 0 10px;
	text-align:center;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	
}
#bento_midashi{
	margin:0 0 0 4px;
	}

#bento_menu #new p {
	background: url(img/arrow.gif) no-repeat left top;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px dotted #CCCCCC;
	line-height:200%;
}