@charset "UTF-8";
/* CSS Document */

/*基本設定-------------------------------------------------------------------------*/

/*リセット*/
html,body,div,ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,
pre,code,p,hr,table,th,td{
    margin:0;
    padding:0;
}

/*基本フォント*/
body{
    color:#000;
	font-family:Helvetica,Arial,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3', 'MS PGothic',sans-serif;
	font-size:81.2%;
	line-height:1.5;
}
html>/**/body {
  font-size: 13px; /*IE以外*/
}

/*リンク*/
a,a:link{
    color:#1F82FF;
}
a:visited{
    color:#1F82FF;
}
a:hover{
    color:#f06;
}
a img{
    border:none;
}

/*見出し*/
h1,h2,h3,h4{
    font-size:100%;
	font-weight:bold;
}

h1{
	margin-bottom:8px;
	text-align:left;
}

h1#top{
	display:none;
}

h2{
	width:560px;
	margin:20px 0 8px 0;
	padding:0 0 0 3px;
    font-size:123%;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3",serif;
	border-left:1px solid #289dd9;
	border-bottom:1px solid #289dd9;
	clear:both;
}

h3{
	margin-bottom:0;
	font-size:108%;
	color:#289dd9;
	clear: both;
}

/*段落*/
p{
    margin-bottom:10px;
}

/*リスト*/
ul,ol{
    padding:5px 0;
}

ul{
	list-style-type:none;
}

ul.disc{/*リストマークを付ける*/
	list-style-type:disc;
	list-style-position:inside;
}

li.inline{/*リストを横に並べる*/
	display:inline;
}

/*テーブル*/
table{
    border-spacing:0;
    border-collapse:collapse;
}
th{
    text-align:center;
	font-weight:normal;
}

/*フロート解除*/
.clearfix:after {
    content: "";
    display: block;
    clear: both;
	height:0;
}
.clearfix{/*IE7用*/
    display:inline-block;
}
/*Hide from IE-mac¥*/
*html.clearfix{/*IE6以前用*/
	height:1%;
}
.clearfix{/*IE7以外用*/
    display:block;
}
/*End hide from IE-mac*/

/*基本レイアウト------------------------------------------------------------------*/

body{
	text-align:center;
	background:url(images/background2.jpg) repeat-x;
}

/*最外枠（蔵の画像表示用）*/
#wrapper{
    width:1280px;
	height:auto;
	margin:0 auto;
	text-align:center;
	background:url(images/back_kura1.png) no-repeat left bottom;
}

/*外枠*/
#container{
    width:1000px;
	height:auto;
	margin:0 auto;
	text-align:center;
	background:#fff;
}

/*ヘッダ*/
#header{
    width:auto;
	height:177px;
    background:url(images/header.jpg) no-repeat 0 0;
}

/*ナビゲーション*/	
#navi{
    width:920px;
	padding:0 0 20px;
	text-align:left;
}
#navi ul{
	margin:0;
	padding:0;
}
#navi li{
	display:inline;
}
#navi li.end{/*右端のボタン*/
	margin-right:0;
}

/*コンテンツ（トップページ）*/
#contents_top{
	clear:both;
	width:920px;
	height:auto;
	padding:5px 40px 20px;
	text-align:center;
	background:#fff url(images/back_kura.jpg) no-repeat center bottom;
}

/*コンテンツ*/
#contents{
	clear:both;
	width:920px;
	height:auto;
	padding:5px 40px 20px;
	text-align:center;
	background:#fff;
}

/*メインコンテンツ（トップページ）*/
#main_top{
    width:600px;
	height:auto;
	margin:0 auto;
	padding:0;
	text-align:left;
}

/*メインコンテンツ（お知らせ・コレクションのページ）*/
#main{
	clear:both;
    width:920px;
	height:auto;
	margin:40px auto;
	padding:0;
	text-align:left;
}
#main h2{
	width:916px;
}

/*メインコンテンツ（2段組み左）*/
#main_left{
	width:560px;
	height:auto;
	float:left;
	padding:10px 20px 20px 0;
	text-align:left;
}

/*メインコンテンツ（2段組み左-利用案内ページ）*/
#main_left2{
	width:400px;
	height:auto;
	float:left;
	padding:10px 20px 20px 0;
	text-align:left;
}

/*メインコンテンツ（2段組み右）*/
#main_right{
    width:340px;
	height:auto;
	float:left;
	padding:10px 0 20px 0;
	text-align:center;
	font-size:85%;
}

/*フッタ*/
#footer{
    clear:both;
    width:920px;
	height:50px;
	margin:0 40px;
	padding-top:12px;
	border-top:1px solid #999;
	font-size:85%;
	background:#fff;
}
/*フッタ（トップページ用-ボーダーなし）*/
#footer_top{
    clear:both;
    width:920px;
	height:50px;
	margin:0 40px;
	padding-top:12px;
	border-top:none;
	font-size:85%;
	background:#fff;
}

/*配置の基準*/
#wrapper,#container,#header,#navi,#contents,#main,#main_left,#main_right,#main_right.main_action,#footer{
    position:relative;
}

/*回り込み設定----------------------------------------------------------*/

/*センタリング*/
.to_center{
	text-align:center;
	margin:10px auto 10px;
}

/*ブロックをセンタリング*/
.block_center{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/*右寄せ*/
.to_right{
	float:right;
	margin:5px 0 10px 10px;
	text-align:center;
	font-size:85%;
	line-height:1.5;
}
.to_right img{
	margin-bottom:4px;
}

/*左寄せ*/
.to_left{
	float:left;
	margin:5px 10px 10px 0;
	text-align:center;
	font-size:85%;
	line-height:1.5;
}
.to_left_end{/*左寄せの右端*/
	float:left;
	margin:5px 0 10px 0;
	text-align:center;
	font-size:85%;
	line-height:1.5;
}
.to_left img,.to_left_end img{
	margin-bottom:4px;
}

/*テキスト右寄せ*/
.right{
	text-align:right;
}

/*テキスト左寄せ*/
.left{
	text-align:left;
}

/*回り込み解除*/
.clear{
    clear:both;
}

/*テキスト関係----------------------------------------------------------*/

/*文字を大きく*/
.large{
	font-size:123%;
}
/*文字を少し大きく*/
.semi_large{
	font-size:115%;
}
/*文字を小さく*/
.small{
	font-size:77%;
	line-height:1.3;
}

/*文字を太く*/
.bold{
	font-weight:bold;
}
/*文字を細く*/
.normal{
	font-weight:normal;
}

/*文字を赤く*/
.red{
	color:#c00;
}
/*文字を青く*/
.blue{
	color:#1F82FF;
}
/*文字をライトブルーに*/
.light_blue{
	color:#1EA5CC;
}
/*文字を緑（基調色）に*/
.green{
	color:#359A54;
}
/*文字をグレーに*/
.gray{
	color:#999;
}
/*文字を黒に*/
.black{
	color:#000;
}

/*枠で囲む*/
.border{
	border:1px solid #000;
}
/*赤枠で囲む*/
.border_red{
	border:1px solid #f00;
}

/*非表示にする*/
.none{
	display:none;
}

/*明朝体にする*/
.serif{
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3",serif;
}

/*アンダーラインを引く*/
.underline{
	border-bottom:1px solid #000;
}
/*アンダーライン（破線）を引く*/
.underline_dot{
	border-bottom:1px dotted #000;
}
/*アッパーラインを引く*/
.upperline{
	border-top:1px solid #000;
}

/*その他の設定----------------------------------------------------*/

/*ページのトップに戻る*/
#to_top{
    clear:both;
	float:right;
	padding:10px 0 10px 20px;
	font-size:86%;
	background:url(images/arrow2.gif) no-repeat left center;
}

/*縦方向の位置指定*/
.v_middle{
	vertical-align:middle;
}
.v_bottom{
	vertical-align:bottom;
}

/*画像ボックス（ごあいさつのページ）*/
.photo_box{
	margin-bottom:20px;
}
.photo_box img{
	padding-bottom:2px;
}

/*画像ボックス（その他のページ）*/
.photo_box2{
	margin:20px 0;
}
.photo_box2 img{
	padding-bottom:2px;
}

/*画像ボックス（コレクションのページ）*/
.photo_box3{
	float:left;
	margin:20px 30px 20px 0;
	line-height:1.4;
}
.photo_box3.end{/*右端の画像*/
	margin-right:0;
}
.photo_box3 img{
	padding-bottom:2px;
}

/*メインコンテンツ定義リスト*/
#main_left dl{
	margin-bottom:20px;
}
#main_left dl dt{
	float:left;
	margin-right:20px;
}

/*各ページレイアウト----------------------------------------------------*/

/*トップページ--------------------*/

/*蔵の画像表示*/
#back_kura1{
	position:absolute;
	left:0;
	bottom:0;
}

/*Flash動画*/
#flash{
    width:600px;
	height:auto;
}

/*「お知らせ」のページ------------------------------------*/

/*「その他のお知らせ」リスト*/
ul.info{
	margin-left:2em;
	margin-bottom:8px;
	list-style:disc;
}

/*「コレクション」のページ------------------------------------*/

/*コレクションの分類タブ*/
ul#collection li{
	float:left;
	margin:0;
	padding:0;
}

/*「利用案内とアクセス」のページ------------------------------------*/

/*メインコンテンツ定義リスト*/
#main_left2 dl{
	margin:0 0 20px 10px;
}
#main_left2 dl dt{
	clear:both;
	float:left;
	width:90px;
}
#main_left2 dl dd{
	float:left;
    margin-bottom:20px;
	width:300px;
}

