@charset "shift_jis";
body {
	color: #666666;
	margin: 0px;
	padding: 0px;
	font: 80%/1.8 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	background-color: #f5f5f5;
	background-image: url(images/bg.gif);
}
a {
	color: #333333;
}
a:hover {
	color: #5d9808;
}


h1,h2,h3,p,ul{
	margin: 0px;
	padding: 0px;
}
li{
	list-style-type: none;
}
img {
	border: none;
}

#container {
	text-align: left;
	width: 806px;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー
------------------------------------------------------------------*/
#header {
	background: url(images/container_bg_01.jpg) no-repeat left top;
	height: 417px;
	width: 806px;
}
#header h1 {
	font-size: 11px;
	color: #666;
	top: 10px;
	right: 10px;
	text-align: left;
	padding-left: 50px;
	margin-top: -10px;
}


/*サイトタイトル*/

#title{
	font-size: 32px;
	font-weight:bold;
	color:#000;
	text-align: left;
	padding-left: 50px;
	padding-top: 28px;
}

#title a {
	color:#000;
	text-decoration:none;
}


/*コンテンツ全般
------------------------------------------------------------------*/
#contents {
	background: url(images/container_bg_02.gif) repeat-y;
}
#contents #sub {
	float: left;
	width: 225px;
	display: inline;
	margin-left: 20px;
	margin-bottom: 80px;
}
#contents #main {
	float: left;
	width: 504px;
	margin-bottom: 80px;
	display: inline;
	margin-left: 20px;
}

/*メインコンテンツ
------------------------------------------------------------------*/
#main h2 {
	background: url(images/midashi_bg.gif) no-repeat left top;
	height: 24px;
	width: 504px;
	font-size: 12px;
	color: #FFF;
	padding-left: 30px;
	line-height: 24px;
}
#main p {
	padding: 5px 10px;
}



#main dl.new {
    width: 94%;         /*What's Newボックスの幅*/
	height:150px;
    overflow: auto;     /*この設定でiframe風に見える*/
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    background: #FAFAFA;    /*背景の色*/
    border: 1px dotted #cfcfcf; /*フチのライン*/
    margin-top: 0.5em;
	text-align:left;
}

#main dt {
    font-weight: bold;  /*日付の色を太字にする*/
}

#main dd {
    border-bottom: 1px dotted #cfcfcf;  /*説明文の下に1pxの点線(dotted)を#cfcfcfの色で入れる。*/
}

/*メニュー
------------------------------------------------------------------*/
#menu ul {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#menu a {
	text-align: center;
	display: block;
	width: 100%;
	color: #000;
	text-decoration: none;
	background: #FFFFFF url(images/menu_bg.gif) no-repeat bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu a:hover {
	color: #333;
	background-color: #000;
	background-image: url(images/menu_bgn.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/*サイド下
------------------------------------------------------------------*/

.area_picking {
    background: #ffffff;
        padding-top:5px;
        margin-top:5px;
        border-bottom: 1px solid #aeaeae;
        text-align:center;
}


.picking_title {
    background: #ebebeb;
    border: 1px dotted #e8e8e8;
    line-height: 1;
    margin: 5px;
    padding: 5px 10px;
    font-weight: bold;
    color:#666666;
}

.picking_text{
text-align:left;
padding: 0px 10px;
}

/*サイトマップ
------------------------------------------------------------------*/

#sitemap {
        padding-top:10px;
        padding-left:10px;
}

ul#sitemap li {
        padding:0 0 10px 0;
}


/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
	background: url(images/container_bg_03.gif) no-repeat bottom;
	text-align: center;
	font-size: 11px;
	width: 100%;
	height: 50px;
	padding-top: 50px;
	margin-bottom: 50px;
}

/*clearfix（ここは変更しないように）
------------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

