/* 基本レイアウト共通CSS */

/* 全体 */
body {
	background:#ffffff url(../images/common_background.gif);
	margin:0;
	padding:0;
	text-align:center;
	color:#333333;
}

td {
	font-size:0.9em
}

a:link {
	color:#333333;
	text-decoration:none;
}

a:visited {
	color:#333333;
	text-decoration:none;
}

a:active {
	color:#999999;
	text-decoration:none;
}

a:hover {
	color:#999999;
	text-decoration:none;
}

p { 
  margin-top:0;
	margin-bottom:0;
}

h1,h2{
  margin:0;
  padding:0;
}



#wrapper {
	width:950px;
	height:auto;
	padding:0;
	background:#ffffff;
	margin:auto;
 
}

#header {
	width:950px;
	height:35px;
}


/* パンくずリスト */
#pan_list {
	width:950px;
	margin:0;
}

#pan_list_details {
	width:930px;
	margin:0;
	padding:10px;
	font-size:11px;
	text-align:left;
}

/* ページタイトル */
#page_title {
  width:950px;
	margin:0 0 15px 0;
}	

#title {
  width:930px;
	height:90px;
	margin:auto;
	text-align:center;
}	

/* メインコンテンツ */
#container {
  width:910px;
	margin:auto;
	border:double 1px #91b5b5;
	zoom:100%;
}

#container:after {
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}


/* フッタ */
#footer {
	width:950px;
	height:30px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;

}

#copy{
	width:950px;
	height:30px;
	font-size:12px;
	line-height:230%;
}

#navi_top {
    width:950px;
	height:auto;
	margin:auto;
}

#navi_top_bnr {
	width:950px;
	height:29px;
	margin:10px 0 10px 0;
	text-align:left;
	text-indent:20px;
}
