@charset "shift_jis";


html,body  {
	height: 100%;
	width: 100%;
}
body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 90%;
	line-height: 2;
	color: #333333;
	background-color: #e8e5e0;
	margin: 0px;
	padding: 0px;
	text-align: center;

}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
	vertical-align:bottom;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 90%;
	border-spacing: 0;
}




/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: #333333;
}
a:hover {
	color: #7712b3;
	text-decoration: none;
}




/*コンテナー(ヘッダーの背景画像の指定箇所)
---------------------------------------------------------------------------*/
#container {
	background-image: url(images/container_bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	position: relative; /* 絶対位置で指定(親ボックス基準) */

}



/*ヘッダー（ロゴなど入っているボックス）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 77px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/*サイト名ロゴ*/
#header #logo {
	position: absolute;
	left: 70px;	/*ヘッダーに対して左から0pxの位置に配置*/
	top: 0px;	/*ヘッダーに対して上から0pxの位置に配置*/
}

/*h1タグ設定*/
#header h1 {
	font-size: 11px;	/*文字サイズ*/
	font-weight: normal;
	color: #FFFFFF;		/*文字色*/
	line-height: 20px;
	text-align: left;	/*左寄せ*/
	position: absolute;
	z-index: 1;			/*文字数が多くなった場合にロゴ画像下に文字が隠れない為の設定*/
	top: 0px;			/*ヘッダー画像に対して上から0pxの位置に配置*/
	left: 75px;		/*ヘッダー画像に対して右から30pxの位置に配置*/
}



/*大枠
---------------------------------------------------------------------------*/
#oowaku {
	background: #edefee url(images/cnt_bg.gif) 0 0 repeat-y;
	width: 950px;
	margin: 0 auto;
	padding: 0px 12px 0 2px;
/*	margin-left: auto;*/
	text-align: left;
/*	border-left: 1px solid #009ee6;*/
/*	border-right: 1px solid #009ee6;*/
}

#imge {
	background: url(images/inb.jpg) repeat-x;
	width: 948px;
	height: 210;
}

/*メインメニュー下のコンテンツ（左右のブロックを囲むボックス）
---------------------------------------------------------------------------*/
#nakawaku {
	clear: left;
	width: 867px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #7bcdf2;
	border-right: 1px solid #7bcdf2;
	border-bottom: 1px solid #7bcdf2;
	margin-top: 0px;
}

#nakawaku p{
	margin: 0px 80px;
}

#nakawaku p.right{
/*	margin: 0px 80px;*/
	text-align: right;
}

#nakawaku table td{
	font-size: 110%;
	border: 1px solid #000000;
}

#nakawaku table th{
	font-size: 110%;
	border: 1px solid #000000;
	text-align: left;
}

#nakawaku table {
	font-size: 90%;
	border: 1px solid #000000;
}


/*テーブルドット
---------------------------------------------------------------------------*/

#nakawaku .dot{
	border-top:dotted 1px #999;
	margin-left: auto;
	margin-right: auto;
}
#nakawaku .dot td {

	border-bottom:dotted 1px #999;
}

/*テーブル枠なし
---------------------------------------------------------------------------*/

#nakawaku .nasi {
	border:none;
	margin-left: auto;
	margin-right: auto;
	width: 730px;
}
#nakawaku .nasi td {
	border:none;
}



/*メインコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#migi {
	float: right;
	display: inline;
	width: 600px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 50px;
/*	border: 1px solid #7bcdf2;*/
}

/*h2見出し設定*/
#migi h2 {
	font-size: 100%;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	padding-left: 35px;
	color: #fff799;	/*文字色*/
	background-image: url(images/midashi_bg.gif);	/*h2用の背景画像*/
	background-repeat: no-repeat;
}

/*pタグ設定*/
#migi p {
	padding: 0.5em 10px 1em;
	border: 1px solid #7bcdf2;	
}


/*サイドコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#side {
	float: left;
	display: inline;
	width: 210px;
	color: #FFFFFF;	/*文字色*/
	padding-top: 10px;
	padding-bottom: 50px;
	margin-left: 15px;
/*	border: 1px solid #7bcdf2;*/
}

/*h3見出し設定*/
#side h3 {
	background-color: #FFFFFF;	/*背景色*/
	font-size: 100%;
	color: #551C4D;	/*文字色*/
	text-align: center;	/*センタリング*/
	padding-top: 10px;
	padding-bottom: 10px;
}

/*h3見出しにリンクを貼った際の設定*/
#side h3 a {
	color: #551C4D;	/*文字色*/
}

/*pタグ設定*/
#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}

/*サイドコンテンツのリンク設定*/
#side a {
	color: #FFFFFF;	/*文字色*/
}



/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu {
	margin-bottom: 1em;
}

ul.sidemenu a {
	background-image: url(images/sidemenu_bg.gif);	/*背景画像*/
	background-repeat: repeat-x;	/*背景画像をX軸(横軸)にリピート*/
	background-position: top;		/*背景画像を上部に配置*/
	display: block;
	width: 210px;
	color: #FFFFFF;	/*文字色*/
	text-decoration: none;	/*リンクの下線を消す設定*/
	text-align: center;		/*センタリング*/
	background-color: #9858BE;	/*背景画像に合わせて背景色を設定する*/
	border-right: 1px solid #FFFFFF;	/*右の白いライン*/
	border-bottom: 1px solid #FFFFFF;	/*下の白いライン*/
	border-left: 1px solid #FFFFFF;		/*左の白いライン*/
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.sidemenu a:hover {
	background-color: #a57ebd;	/*カーソルオーバー時の背景色*/
	background-image: none;		/*メニューの背景画像を消す設定*/
}




/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
}

/*フッターテスト
---------------------------------------------------------------------------*/

#footertest {
	clear: both;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

#footertest a {
	color: #111122;
}

/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;	/*背景色(黒バージョン)*/
	color: #999999;	/*文字色*/
	table {
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #ffffff;	/*枠線の色（白）*/
}

.ta1 td, .ta1 th{
	padding: 10px;	/*余白*/
	vertical-align: top;	/*上よせ*/
}

.ta1 th{
	width: 160px;	/*左側ボックスの幅(10pxの余白があるので、見た目には180pxある)*/
	text-align: center;
}

/*h3見出しタグ（「サンプル和菓子…」のところ）*/
.ta1 h3 {
	font-size: 120%;	/*h3見出しの文字サイズ*/
	color: #FFFFFF;		/*h3見出しの文字色*/
}

/*pタグ（「説明文…」のところ）*/
.ta1 p {
	line-height: 1.6;	/*説明文の行間*/
	padding: 0px !important;	/*メインコンテンツの余白が反映されないようにする為の設定*/
}

.ta1 a {
	color: #FFFFFF;		/*リンクにした際の文字色*/
}

/*テーブル(白背景色バージョン)
---------------------------------------------------------------------------*/
.ta1.white {
	background-color: #ffffff;	/*背景色(白バージョン)*/
	color: #333333;	/*文字色*/
}

.ta1.white, .ta1.white td, .ta1.white th{
	border: 1px solid #7712b3;	/*枠線の色*/
}

.ta1.white a {
	color: #333333;		/*リンクにした際の文字色*/
}

.ta1.white h3 {
	color: #7712b3;		/*h3見出しの文字色*/
}

.ta1.white h3 a {
	color: #7712b3;		/*h3見出しをリンクにした際の文字色*/
}

/*--------------------------------------------*/
table.sample{
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.sample th{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#330000;
    background-color:#996633;
    background-image:url(../img/table-back.gif);
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.sample td{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    padding:0.3em 1em;
}



/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	height: 145px;			/*What's Newボックスの高さ*/
	overflow: auto;			/*iframeっぽく見せる設定*/
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #7712b3;	/*枠線の色*/
}

#main dl.new dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main dl.new dd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7712b3;
}



/*細々
---------------------------------------------------------------------------*/
.color1 {
	color: #7712b3;
}

.look {
	background-color: #ebebeb;
}

.pagetop {
	text-align: right;
}

.mb1em {
	margin-bottom: 1em;
}
