/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body    {
	color: #414141;
	font-size: 12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka‐等幅";
	/*line-height: 1.6em;*/
	background-image: url("../../images/pattern.gif");
	background-repeat: repeat;
	text-align: center;
	list-style-type: none }

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

.clear_both {
	clear: both;
}

img {
	border: 0px;
}

a  {
	color: #bf406f;
	text-decoration: none }
	
a:hover {
	color: #bf406f;
	font-weight: bold }
	
ul {
	list-style-type: none;
}


hr {
	display: none;
	clear:both;
	margin:0;
	padding:0;
	border-width:0;
}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */


/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:800px;
	text-align:left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #542e11;
	border-left-color: #542e11;
	background-color: #ffffff;
	border-right-style: solid;
	border-left-style: solid;
}

/*ページ全体の幅、レイアウトをセンタリング-ノエル版*/
/*#container {
	margin:0px auto;
	width:800px;
	text-align:left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #8f1618;
	border-left-color: #8f1618;
	background-color: #ffffff;
	border-right-style: solid;
	border-left-style: solid;
}*/

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
	width:800px;
	clear:left;
	background-image: url(../../images/header02.jpg);
	background-repeat: no-repeat;
	height: 80px;
}

.header img{
	float: left;
}

.header .title_sub{
	color: #ffffff;
	font-size: 10px;
	float: left;
	margin-top: 53px;
}

.header ul {
	width:auto;
	float: right;
	margin-top: 60px;
	margin-right: 5px;
}

.header li {
	color: #ffffff;
	font-size: 10px;
	float: left;
}

.header li a {
	color: #ffffff;
	font-size: 10px;
}

.header li a:hover {/*ヘッダホバー設定*/
	text-decoration: underline;
}


/* グローバルナビゲーション
---------------------------------------------------- */
.g_navi  {
	font-family: Georgia;
	font-style: italic;
	width: 100%;
	clear: left }

.g_navi li {
	width:159px;
	height: 20px;
	float: left;
	text-align: center;
	background-color: #e0d9c8;
	border-right-width: 1px;
	border-right-color: #7a584e;
	border-right-style: solid;
	line-height: 18px;
}

.g_navi a {
	color: #542e11;
}

.g_navi a:hover {
	font-weight: bold;
}



/* メインコンテンツ
---------------------------------------------------- */
.main_contents  {
	margin-right: auto;
	margin-left: auto;
	width: 620px;
}

.main_contents img.title  {
	margin-top: 30px;
	margin-bottom: 1px }

.topics_box {
	margin-right: auto;
	margin-left: auto;
	width: 580px;
	margin-bottom: 50px;
}

.topics_box img.new {
	margin-left: 12px;
}

.topics_box dt	{
	width: auto;
	margin-top: 20px;
}


.topics_box dd	{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #542e11;
	font-size: 11px;
	padding-top: 2px;
	line-height: 18px;
	margin-bottom: 35px;
}

.topics_box dd img.hidari	{
	margin:5px 0 0 36px;
	width:240px;
	float:left;
}

.topics_box dd p.migi	{
	margin:30px 0 0 10px;
	width:270px;
	float:left;
}

.topics_box dd img.col	{
	margin:10px 0 0 5px;
	width:135px;
	float:left;
}

.topics_box h4{
	font-size:12px;
	color: #542e11;
	font-weight: normal;
	margin-bottom: 2px;
	margin-top: 0px;
	width: 450px;
	float: left;
}

.topics_box h4.new{
	font-weight: bold;
}

.topics_box .date{
	color:#414141;
	font-size:10px;
	/*margin-left: 12px;*/
	font-weight: normal;
	width: auto;
	float: right;
	line-height: 18px;
}

.topics_box .notice{
	font-weight: bold;
	color: #990412;
}
	
.topics_box a:hover .notice{
	text-decoration: underline;
}



/*　フッター（コピーライト）　*/
.footer {
	width:100%;
	clear:left;
	background-color: #542e11;
	text-align: right;
}
	
	
/*　フッター（コピーライト）ノエル版　*/
/*.footer {
	width:100%;
	clear:left;
	background-color: #8f1618;
	text-align: right;
}*/
	
	
.footer p {
	color: #ffffff;
	margin-right: 5px;
	font-size: 9px;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
}

