

/* 
	初期化 
----------------------------------------------------------------------------- */
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; }


/* 
	デフォルト設定
----------------------------------------------------------------------------- */
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: #e5c4c7;
}

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

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

/* 
	コンテナ設定
----------------------------------------------------------------------------- */
div#container {
	margin: 20px auto;
	width: 950px;
	text-align: left;
}


/* 
	ヘッダ設定
----------------------------------------------------------------------------- */
div#header {
	background: #e5c4c7 url("/images/04/bg_header.gif") 0 -100px no-repeat;
}
div#header #logo {
	display: -moz-inline-box;
	display: inline-block;
	background: #ba2c3d url("/images/04/bg_header.gif") right -150px no-repeat;

	margin: 0 10px;
	padding: 0 15px 0 5px;
}
* html div#header #logo {
	display: inline;
	zoom: 1;
}
*+html div#header #logo {
	display: inline;
	zoom: 1;
}
div#header #logo a {
	font-size: 22px;
	color: #fff;
}
div#header #tagline {
	background: #ba2c3d url("/images/04/bg_header.gif") right -150px no-repeat;
	margin: 0;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	color: #fff;
}
div#header h1 {
	background-color: #fff;
	padding: 10px 20px 5px;
	font-weight: normal;
	font-size: 20px;
}
div#header #topicPath {
	background-color: #fff;
	padding: 0 20px 10px;
	margin: 0;
	color: #999;
}


/* 
	コンテンツ設定
----------------------------------------------------------------------------- */
div#contents {
	margin: 10px 0;
	width: 950px;
}
div#contents div#mainContents {
	width: 700px;
	float: right;
}
div#contents div#mainContents p.credit {
	font-size: 10px;
	background-color: #fff;
	padding: 10px 20px;
	margin: 0;
}
div#contents div#mainContents p.no_data {
	background-color: #fff;
	padding: 10px 20px;
	margin: 0;
}
div#contents ul#mainItemList {
	background-color: #fff;
	padding: 10px 20px;
	margin: 0;
	list-style-type: none;
}
div#contents ul#mainItemList li {
	clear: both;
	padding: 20px 0;
	border-bottom: 1px solid #e5c4c7;
}
div#contents ul#mainItemList li h2 {
	font-size: 16px;
	margin: 5px 0;
}
div#contents ul#mainItemList li h3 {
	font-size: 14px;
}
div#contents ul#mainItemList li p.item_category {
	font-size: 10px;
	margin: 0;
}
div#contents ul#mainItemList li p.item_category a {
	color: #999;
}
div#contents ul#mainItemList li p.image img {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #e5c4c7;
	padding: 5px;
}
div#contents ul#mainItemList li dl.items {
	clear: both;
}
div#contents ul#mainItemList li dl.items dt {
	clear: both;
	float: left;
	padding: 5px 7px;
	width: 100px;
	background-color: #e5c4c7;
	
}
div#contents ul#mainItemList li dl.items dd {
	width: 520px;
	padding: 5px 7px;
	margin-left: 120px;
	display: inline-block;
}
div#contents ul#mainItemList li dl.items dd, x:-moz-any-link, x:default {
	display: block;
} 
div#contents ul#mainItemList li dl.items dd:after {
	content: "";
	display: block;
	clear: both;
}


div#contents ul#mainItemList li dl.items p {
	margin: 0 0 5px 0;
}
div#contents ul#mainItemList li dl.items dd ul.content_item {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#contents ul#mainItemList li dl.items dd img {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #e5c4c7;
	padding: 5px;
}
div#contents ul#mainItemList li dl.items dd ul.content_item li {
	border: none;
	padding: 0 0 0 13px;
	margin: 3px 0;
	background: url("/images/04/icon.gif") 0 -50px no-repeat;
}
div#contents ul#mainItemList li dl.items dd ul.content_item li p {
	margin: 0 0 10px 0;
}


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

ul#paging{
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
	text-align: center;
	background-color: #fff;
	width: 700px;
}
#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 #e5c4c7;
}
#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 #e5c4c7;
}
#paging .active span {
	display: block;
	font-weight: bold;
	float: left;
	padding: 2px 8px;
	border-left: solid 1px #e5c4c7;
}

/* 
	サブコンテンツ設定
----------------------------------------------------------------------------- */
h3#subTitle {
	padding: 20px 20px 10px;
	margin: 10px 0 0;
	background-color: #fff;
	font-size: 16px;
	font-weight: normal;
}
dl#subList {
	padding: 10px 20px;
	margin: 0;
	background-color: #fff;
}
dl#subList dd {
	margin: 0 0 20px 0;
}
dl#subList dd p.note {
	font-size: 10px;
	color: #999;
}


/* 
	サイド設定
----------------------------------------------------------------------------- */

div#contents div#sideContents {
	width: 240px;
	float: left;
}


/* 
	カテゴリ設定
----------------------------------------------------------------------------- */
div#contents div#sideContents dl#categoryList {
	padding: 20px;
	background-color: #fff;
	margin: 0;
}
div#contents div#sideContents dl#categoryList dt {
	padding-left: 10px;
	height: 20px;
	line-height: 20px;
	background: #ba2c3d url("/images/04/category_title.gif") 0 -20px no-repeat;
	color: #fff;
}
div#contents div#sideContents dl#categoryList dd {
	margin: 10px 0 20px 0;
	padding: 0;
}
div#contents div#sideContents dl#categoryList dd ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}
div#contents div#sideContents dl#categoryList dd ul li {
	padding-left: 13px;
	margin: 3px 0;
	background: url("/images/04/icon.gif") 0 -50px no-repeat;
}

/* 
	クライアントリンク設定
----------------------------------------------------------------------------- */
div#contents div#sideContents dl#clientList {
	padding: 20px;
	background-color: #fff;
	margin: 10px 0;
}
div#contents div#sideContents dl#clientList dd {
	margin: 10px 0 20px 0;

}
div#contents div#sideContents p#mobile {
	padding: 20px;
	background-color: #fff;
	margin: 10px 0;
}

/* 
	エラーページ設定
----------------------------------------------------------------------------- */
div#errorContent {
	padding: 20px;
	background-color: #fff;
	margin: 10px 0;
	text-align: center;
}


/* 
	フッタ設定
----------------------------------------------------------------------------- */
div#footer {
	background: #ba2c3d url("/images/04/bg_header.gif") 0 -100px no-repeat;
	width: 950px;
}
div#footer #pagetop {
	float: right;
	width: 150px;
	background: #ba2c3d url("/images/04/bg_header.gif") right -150px no-repeat;
	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;
	background: #ba2c3d;
	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;
}
