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

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


/* 
	デフォルト設定
----------------------------------------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
/*	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: #479EBC;
	text-decoration: none;
}
a:hover {
	color: #b9dae4;
}

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

/* 
	コンテナ設定
----------------------------------------------------------------------------- */
#container {
	overflow: hidden;
	height: auto;
}
#contents {
	width: 70%;
	float: right;
	background: #bce6e2;
	padding-bottom: 32767px;
	margin-bottom: -32767px; 
}
#side {
	float: left;
	width: 30%;
	background: #333;
	padding-bottom: 32767px;
	margin-bottom: -32767px; 
}
.credit {
	font-size: 10px;
	text-align: right;
}

/* 
	メイン設定
----------------------------------------------------------------------------- */
#contentsInner {
	margin-left: 3px;
	background: #fff;
	padding: 20px;
	padding-bottom: 32767px;
	margin-bottom: -32767px; 
}
#contentsInner h2#mainTitle,
#contentsInner h2#subTitle {
	background: url("/images/06/title_line.gif") 0 0px repeat-x;
	margin: 5px 0 20px 0;
	font-weight: normal;
	font-size: 14px;
	width: 100%;
}
#contentsInner span.title_text {
	background: #fff;
	margin-left: 30px;
	padding: 0 10px;
}
* html #contentsInner span.title_text {
	height: 18px;
	line-hright: 18px;
}
#contents p#headText {
	color: #999;
	padding: 20px 0 5px 0;
}
#contents p#mobile {
	margin: 0;
	font-size: 10px;
}
#contents h1#topicPath {
	font-weight: normal;
	font-size: 12px;
}
#contents ul#mainItemList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#contents ul#mainItemList li {
	margin-bottom: 30px;
}
#contents ul#mainItemList dl.items {
	width: 100%;
}
#contents ul#mainItemList dl.items dt {
	background: #bce6e2;
	padding: 3px 5px;
	margin: 5px 0;
}
#contents ul#mainItemList dl.items dd {
	display: inline-block;
}
#contents ul#mainItemList dl.items dd:after {
	content: "";
	display: block;
	clear: both;
}
#contents ul#mainItemList dl.items dd ul li {
	margin: 0 0 10px 0;
	display: inline-block;
}
#contents ul#mainItemList dl.items dd ul li:after {
	content: "";
	display: block;
	clear: both;
}
#contents ul#mainItemList dl.items dd img {
	margin: 0 0 10px 10px;
}
#contents ul#mainItemList li img.main_item_img {
	margin: 0 10px 10px 0;
}
#contents ul#mainItemList li p.item_category {
	padding: 10px;
	font-size: 10px;
	background: #333;
	color: #fff;
}
#contents ul#mainItemList h3 {
	border-bottom: 2px dotted #479EBC;
	margin-bottom: 10px;
}
#contents ul#mainItemList h4 {
	color: #d1bc47;
	font-weight: normal;
	margin-bottom: 10px;
}
#contents ul#mainItemList ul.content_item {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#contents ul#mainItemList ul.content_item li {
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}
#error #container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* 
	ページ遷移
----------------------------------------------------------------------------- */
div.page {
	clear: both;
	display: inline-block;
	margin-bottom: 10px;
}
div#body div.page:after {
	content: "";
	display: block;
	clear: both;
}
div.page ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style-type: none;
}
div.page ul li {
	float: left;
	margin: 3px 5px;
	line-height: 20px;
}
div.page ul li a {
	display: block;
	width: 30px;
	height: 20px;
	border: 1px solid #479EBC;
	text-align: center;
}
div.page ul li.now_page {
	display: block;
	width: 30px;
	height: 20px;
	border: 1px solid #479EBC;
	background-color: #479EBC;
	color: #ffffff;
	text-align: center;
}
/* 
	サブ設定
----------------------------------------------------------------------------- */
#contentsInner h2#subTitle {
	margin-top: 20px;
}
#contents dl#subItemList dd {
	margin: 0 0 10px 10px;
	border-left: 2px solid #479EBC;
	padding-left: 10px;
}
#contents dl#subItemList dd p.note {
	font-size: 10px;
	color: #666;
	margin: 0 0 20px 0;
}

/* 
	サイド設定
----------------------------------------------------------------------------- */
#side dl#categoryList,
#side dl#clientList {
	margin: 50px 0 0 20px;
	padding: 0;
}
#side dl#categoryList dt,
#side dl#clientList dt  {
	background: #222;
	font-weight: bold;
	padding: 5px 15px;
	color: #a6dfd8;
	margin-bottom: 10px;
	
}
#side dl#categoryList dd {
	margin-bottom: 30px;
	padding-right: 20px

}
#side dl#categoryList dd ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
}
#side dl#categoryList dd ul li {
	margin: 3px 0;
}
#side dl#categoryList dd ul li a {
	color: #fff;
}
#side dl#categoryList dd ul li a:hover {
	color: #999;
}
#side dl#clientList dd {
	margin-bottom: 30px;
	color: #fff;
	font-size: 10px;
	padding-right: 20px
}

/* 
	フッタ設定
----------------------------------------------------------------------------- */
p#pagetop {
	width: 30%;
	height: 30px;
	float: left;
	margin: 0;
	line-height: 30px;
	background: #333;
}
p#pagetop span#pagetopInner {
	padding-left: 20px;
}
p#copyright {
	width: 70%;
	height: 30px;
	float: right;
	margin: 0;
	line-height: 30px;
	background: #bce6e2;
	text-align: right;
}
p#copyright span#copyrightInner {
	display: block;
	margin-left: 3px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	text-align: right;
	padding-right: 20px;
	font-size: 10px;
}

