
/* 
	初期化 
----------------------------------------------------------------------------- */
html, body, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }


/* 
	デフォルト設定
----------------------------------------------------------------------------- */
html, body {
	height: 100%; 
}
body {
	text-align: center;
/*	font-family: 'Verdana','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','MS Pゴシック'; */
	font-family: 'Verdana','MS Pゴシック';
	font-size: 12px;
	color: #333333;
	background-color: #fff;
}

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

/* 
	共通設定
----------------------------------------------------------------------------- */
.clear {
	display: inline-block;
}
.clear:after {
	content: "";
	display: block;
	clear: both;
}

/* 
	ヘッダ設定
----------------------------------------------------------------------------- */
div#header {
	background-color: #000;
	color: #fff;
	height: 85px;
}
div#header .inner {
	margin: 0 auto;
	width: 975px;
	text-align: left;
	padding: 20px 0 0 0;
}
div#header .inner h1 {
	font-size: 12px;
	font-weight: normal;
	display: inline;
}
div#header .inner p#tagline {
	display: inline;
}
div#header .inner p#siteTitle {
	font-size: 24px;
	margin: 0;
}

/* 
	パンくず設定
----------------------------------------------------------------------------- */
div#topicPath {
	background-color: #363636;
	color: #fff;
	height: 30px;
}
div#topicPath ul {
	margin: 0 auto;
	width: 975px;
	text-align: left;
	padding: 7px 0 0 0;
	list-style-type: none;
}
div#topicPath ul li {
	display: inline;
}
div#topicPath ul li a {
	background: url("/images/05/arrow.gif") right 4px no-repeat;
	padding-right: 15px;
	margin-right: 3px;
}

/* 
	コンテンツ設定
----------------------------------------------------------------------------- */
div#contents {
	margin: 0 auto;
	padding-top: 10px;
	width: 975px;
	text-align: left;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	overflow: hidden;
	height: auto;
}
div#contents div#column1 {
	width: 230px;
	border-right: 1px solid #f2f2f2;
	float: left;
	padding-bottom: 32767px;  
	margin-bottom: -32767px;   
}

div#contents div#column2 {
	width: 450px;
	border-right: 1px solid #f2f2f2;
	float: left;
	padding-bottom: 32767px;  
	margin-bottom: -32767px;  
}

div#contents div#column3 {
	width: 290px;
	float: left;
	padding-bottom: 32767px;  
	margin-bottom: -32767px;  
}



div#contents h2 {
	border-left: 4px solid #e7165b;
	padding: 1px 0 1px 5px;
	margin: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

div#contents p.no_data {
	margin: 20px 10px;
}

div#contents div#column1 dl {
	margin: 5px 10px 30px ;
	padding: 10px 0 0 0;
	border-top: 1px solid #f2f2f2;
}
div#contents div#column1 dl dt {
	margin: 0 0 5px 0;
}
div#contents div#column1 dl dd {
	margin: 0 0 10px 0;
}
div#contents div#column1 dl dd ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
}
div#contents div#column1 dl dd ul li {
	padding: 0 0 0 10px;
	margin: 3px 0;
	background: url("/images/05/icon.gif") 0 5px no-repeat;
}

div#contents div#column2 div.inner {
	margin: 0;
	list-style-type: none;
	margin: 5px 10px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #f2f2f2;
}
div#contents div#column2 ul.content_item {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#contents div#column2 ul.content_item img {
	margin: 0 0 5px 5px;
}
div#contents div#column2 dl.items dt {
	clear: both;
	border-bottom: 1px dotted #f28282;
	padding: 5px 0;
}
div#contents div#column2 dl.items dd {
	margin: 0;
}
div#contents div#column2 ul.content_item li {
	clear: both;
	padding: 0 0 0 10px;
	margin: 3px 0;
	background: url("/images/05/icon.gif") 0 5px no-repeat;
}

div#contents div#column2 ul#mainItemList {
	margin: 0;
	list-style-type: none;
	margin: 5px 10px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #f2f2f2;
}
div#contents div#column2 ul#mainItemList .item_category {
	font-size: 10px;
	color: #999;
	margin: 0;
}
div#contents div#column2 ul#mainItemList li {
	padding: 0 0 20px 0;
	background: url("/images/05/line.gif") center bottom no-repeat;
	margin: 0 0 20px 0;
}

div#contents div#column3 dl#subItemList {
	margin: 5px 10px 30px ;
	padding: 10px 0 0 0;
	border-top: 1px solid #f2f2f2;
}
div#contents div#column3 dl#subItemList dt {
	margin: 0;
	font-size: 14px;
}
div#contents div#column3 dl#subItemList dt p {
	margin: 0;
}
div#contents div#column3 dl#subItemList dd {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	background: url("/images/05/line.gif") center bottom no-repeat;
}
div#contents div#column3 dl#subItemList dd p {
	margin: 0;
}
div#contents div#column3 dl#subItemList dd p.note {
	margin-bottom: 10px;
	font-size: 10px;
	color: #999;
}
.credit {
	font-size: 10px;
	color: #999;
	text-align: right;
	margin-right: 20px;
	clear: both;
}
#error {
	margin: 5px 10px 30px ;
	padding: 10px 0 0 0;
}

ul#linkList {
	margin: 10px 0;
	padding: 0 0 0 10px;
}
ul#linkList li {
	background: url("/images/05/icon.gif") 0 5px no-repeat;
	list-style-type: none;
	padding-left: 10px;
}

/* 
	ページング設定
----------------------------------------------------------------------------- */

ul#paging{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	background-color: #fff;
	width: 450px;
}
#paging li {
	display: -moz-inline-box; 
	display: inline-block; 
}
* html #paging li {
	display: inline;
	zoom: 1;
} 
*+html #paging li {
	display: inline;
	zoom: 1;
} 
#paging a {
	display: block;
	float: left;
	padding: 2px 8px;
	border-left: solid 1px #;
}
#paging .previous_off span,
#paging .next_off span {
	display: block;
	font-weight: bold;
	float: left;
	padding: 2px 8px;
	color: #ccc;
}
#paging .next a {
	font-weight: bold;
}
#paging .previous a {
	font-weight: bold;
	border: none;
}
#paging .next,
#paging .next_off {
	border-left: solid 1px #;
}
#paging .active span {
	display: block;
	font-weight: bold;
	float: left;
	padding: 2px 8px;
	border-left: solid 1px #;
}

/* 
	フッタ設定
----------------------------------------------------------------------------- */
#footer {
	background-color: #000;
	color: #999;
	text-align: left;
}
div#footer #pagetop {
	float: right;
	width: 150px;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding-right: 10px;
	text-align: right;
	font-size: 10px;
	color: #fff;
}
div#footer #pagetop a {
	color: #fff;
	text-decoration: underline;
}
div#footer #pagetop a:hover {
	text-decoration: none;
}
div#footer #copyright {
	float: left;
	width: 700px;
	height: 25px;
	line-height: 25px;
	margin: 0 0 0 10px;
	font-size: 10px;
	color: #fff;
}
div#footer #copyright a {
	color: #fff;
	text-decoration: underline;
}
div#footer #copyright a:hover {
	text-decoration: none;
}


