@charset "utf-8";
/********* HTML再定義 ***********************************************/

body {
	padding: 0;
	background: #f5f5f5;
	padding: 0;
}
h2, h3, h4, h5, h6 {
	font-size: 120%;
}
h2 {
	margin: 15px 0;
	padding: 5px 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-weight: bold;
}
/********* 全体 *****************************************************/

div#container {
	width: 980px;
	clear: both;
	margin: 0 auto;
	padding: 10px 20px 20px 20px;
	border-top: 0px solid #ccc;
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #2360B3;
}
/********* ヘッダー *************************************************/

div#header {
	width: 980px;
	height:70px;
	clear: both;
	margin: 0 auto;
}
div#header h1 {
	margin: 0;
	padding: 0;
	float:left;
}
div#header h1 a {
	display: block;
	text-indent: -9999px;
	width: 290px;
	height: 70px;
	margin: 5px 0;
	background:url(/images/logo.png) no-repeat 0 0;
}
div#header p {
	margin-top: 5px;
	font-size: 12px;
	float:right;
}
/********* フッター *************************************************/

div#footer {
	clear: both;
	padding: 20px 0 0 0;
	margin:0;
	font-size:12px;
	color: #fff;
}
div#footer a:link {
	text-decoration: none;
	color: #fff;
}
div#footer a:visited {
	text-decoration: none;
	color: #fff;
}
div#footer a:hover {
	text-decoration: underline;
	color: #ffcc00;
}
div#footer a:active {
	text-decoration: none;
	color: #fff;
}
/* ----- ★TADA-C追加フッター -------------------------------------- */

div#foot-wrap {
	background: #222;
	border-top: 2px solid #0183BD;
	margin: 0px;
	padding: 0px;
	float: none;
	clear: both;
}
div#foot-wrapper {
	width:980px;
	margin:0 auto;
	padding:30px 0;
	text-align:left;
}
div#foot-wrapper {
	color: #fff;
}
div#foot-info {
	width:300px;
	margin-right:0;
	line-height:220%;
	color:#fff;
	float:left;
}
/* ----- footerナビゲーション -------------------------------- */
div.foot-link-wrapper {
	line-height:180%;
	float:left;/*	background:#FFF;*/
}
ul.foot-link {
	padding:0;
	color:#fff;
	float:left;/*	background:#000;*/
}
ul.foot-link li {
	padding-bottom:3px;
	list-style-image: url('/images/icons/minsa5_point.png');
}
ul.foot-link li:nth-child(even){
	list-style-image: url('/images/icons/minsa4_point.png');
}
ul.footer001 {
	width:110px;
}
ul.footer002 {
	width:90px;
}
ul.footer003 {
	width:120px;
}
ul.footer004 {
	width:200px;
}
ul.foot-kyoudo {
	padding:5px 0 0 0;
	color:#fff;
	clear:both;
}
ul.foot-kyoudo li{
	float: left;
	list-style:none;
	margin-right:15px;
	font-size:11px;
}
p.foot-copyright {
	padding:10px 0 10px 20px;
	color:#fff;
	background: #2980b9;
	border-top: 1px solid #ccc;
	margin:0;

}
/* ----- footerアイコン -------------------------------- */
.point ul {
	line-height: 1.5em;
	list-style: none;
}
.point li {
	color:#fff;
	background-image: url(images/footer/arrow_001.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
	list-style: none;
}
.point li.phone {
	background-image: url(/images/footer/icon/phone.png);
	background-repeat: no-repeat;
}
.point li.mail {
	background-image: url(/images/footer/icon/mail.png);
	background-repeat: no-repeat;
}
.point li.pc {
	background-image: url(/images/footer/icon/pc.png);
	background-repeat: no-repeat;
}
.point li.mainichi {
	background-image: url(/images/footer/icon/mainichi.png);
	background-repeat: no-repeat;
}
.point li.i-pod {
	background-image: url(/images/footer/icon/i-pod.png);
	background-repeat: no-repeat;
}
.point li.files {
	background-image: url(/images/footer/icon/files.png);
	background-repeat: no-repeat;
}
/*--------------------------------------
#menu メニュー
--------------------------------------*/
div#menu {
	clear: both;
	width:100%;
	height: 34px;
	background:#2c3e50;
	margin-bottom:5px;
}
#menu h2 {
	display: none;
}
/********* メニュースライド固定CSS記載 ****************/
.fixed{
  position: fixed;
  top: 0px;
  z-index: 999;
  box-shadow: 0 1px 5px #888;
}
/********* 内容 *****************************************************/

div#content {
	float: left;
	width: 670px;
	font-size:14px;
	line-height: 150%;
}
div#content ul li {
	list-style-image: url('/images/icons/arrow.png')
}
/********* エントリー ***********************************************/

div#entry h2 {
	display: none;
}
div#entry div.entry {
	width: 658px;
	margin: 5px 0 20px 0;
	padding:5px;
	border: 1px solid #bbb;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
}
div#entry div.entry h3 {
	margin: 5px 10px 0px 10px;
	padding: 5px 10px;
	font-size: 16px;
	border-left: 4px solid #2980b9;
}
div#entry div.entry h3 a:link, div#entry div.entry h3 a:visited {
	color: #222222;
	text-decoration: none;
}
div#entry div.entry h3 a:active, div#entry div.entry h3 a:hover {
	color: #006290;
	text-decoration: none;
}
div#entry div.entry div.content {
	margin: 0 10px;
}
div#entry div.entry ul.information {
	margin: 2px 10px 15px 10px;
	padding-top: 5px;
	border-top: 1px solid #bbb;
	font-size: 90%;
}
div#entry div.entry ul.information li {
	display: inline;
	margin-right: 5px;
}
div#entry div.entry ul.link {
	margin: 0;
	padding: 10px;
	text-align: right;
}
div#entry div.entry ul.link li {
	display: inline;
	margin-left: 5px;
}
div#entry div#entry_link h3 {
	display: none;
}
div#entry div#entry_link ul.entry_link {
	margin: 0;
}
div#entry div#entry_link ul.entry_link li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#entry div#entry_link ul.entry_link li.home {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
div#entry div#entry_link ul.entry_link li.previous:before {
	content: "<< ";
}
div#entry div#entry_link ul.entry_link li.next:after {
	content: " >>";
}
/********* ページ移動 ***********************************************/

div#page h2 {
	display: none;
}
div#page ul.order {
	margin: 10px 0;
}
div#page ul.order li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#page ul.direct {
	margin: 10px 0;
	text-align: right;
}
div#page ul.direct li {
	display: inline;
	list-style: none;
	margin-left: 10px;
}
/********* コメント *************************************************/

div#comment div.comment ul.information {
	margin: 15px 0 0 0;
	text-align: right;
}
div#comment div.comment ul.information li {
	display: inline;
	margin-left: 5px;
}
/********* トラックバック *******************************************/

div#trackback div.trackback ul.information {
	margin: 15px 0 0 0;
	text-align: right;
}
div#trackback div.trackback ul.information li {
	display: inline;
	margin-left: 5px;
}
/********* インフォメーション ***************************************/

div#information {
	margin-bottom: 0px;
}
div#information ul.continue {
	margin: 0;
	text-align: right;
}
div#information ul.continue li {
	display: inline;
}
/********* ユーティリティ *******************************************/

div#utility {
	float: left;
	width: 300px;
	margin-left: 10px;
	margin-bottom: 20px;
}
div#utility h2 {
	display: none;
}
div#utility div.utility {
	margin: 5px 0 10px 0;
	padding-bottom: 10px;
	background-color: #fff;
	border: 1px solid #bbb;
}
div#utility div.utility h3 {
	font-size: 100%;
	line-height: 1.7em;
	height: 20px;
	margin: 0px 10px 10px 10px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 5px 5px 23px;
	border-bottom: 1px solid #bbb;
}
div#utility div.utility div.content {
	margin: 0 10px;
}
div#utility div.utility ul li {
	margin: 2px 0px 0px 0px;
	padding-left:0px;
	list-style-image: url('/images/icons/minsa5_point.png');
}
div#utility div.utility ul li:nth-child(even){
	list-style-image: url('/images/icons/minsa4_point.png');
}

div#utility div.utility .ranking li:nth-child(even){
	list-style: none;
}
div#utility div.utility .ranking li{
	margin: 2px 0px 0px -20px;
	padding-left: 30px;
	list-style: none;
}
.ranking li:first-child {/*1番目のli*/
    background-image: url(/images/icons/ranking/1.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.ranking li + li {/*2番目のli。nth-child擬似クラスはIE8以下では使えないため+により子リストの表示を変えています。IE6は非対応*/
    background-image: url(/images/icons/ranking/2.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.ranking li + li + li {/*3番目のli*/
    background-image: url(/images/icons/ranking/3.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.ranking li + li + li + li {/*4番目のli*/
    background-image: url(/images/icons/ranking/4.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.ranking li + li + li + li + li {/*5番目のli*/
    background-image: url(/images/icons/ranking/5.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.ranking li + li + li + li + li + li {/*6番目のli*/
    background-image: url(/images/icons/ranking/6.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.ranking li + li + li + li + li + li + li {/*7番目のli*/
    background-image: url(/images/icons/ranking/7.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.ranking li + li + li + li + li + li + li + li{/*8番目のli*/
    background-image: url(/images/icons/ranking/8.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.ranking li + li + li + li + li + li + li + li + li {/*9番目のli*/
    background-image: url(/images/icons/ranking/9.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.ranking li + li + li + li + li + li + li + li + li + li {/*10番目のli*/
    background-image: url(/images/icons/ranking/10.png);
    background-repeat: no-repeat;
    background-position: left center;
}
div#utility div.utility ul li ul {
	margin-top: 0;
	margin-bottom: 0;
}
div#utility div.utility form {
	margin: 0;
}
/* ----- ★TADA-C utility dt -------- */
div#utility dt {
	margin:3px 0 0 3px;
}
div#utility div.utility form dl {
	margin: 0;
}
div#utility div.utility form dl dt {
	margin: 0;
}
div#utility div.utility form dl dd {
	margin: 0;
}
div#utility div.utility form dl dd input {
	width: 170px;
}
div#utility div.utility form p {
	margin: 0 0 10px 0;
}
div#utility div.utility ul.gallery {
	margin: 0;
	padding: 0;
}
div#utility div.utility ul.gallery li {
	list-style: none;
}
div#utility div.utility ul.gallery li img {
	width: 88px;
	height: 66px;
	margin: 0 5px 5px 0;
	float:left;
}
/********* ギャラリー ***********************************************/

div#gallery {
	overflow: hidden;
}
div#gallery div.gallery {
	float: left;
	margin-right: 12px;
	margin-bottom: 20px;
}
div#gallery div.gallery p.picture {
	overflow: hidden;
	width: 140px;
	height: 100px;
	margin: 0;
}
div#gallery div.gallery p.picture a {
	color: #FFFFFF;
	text-decoration: none;
}
div#gallery div.gallery p.picture a img {
	min-width: 140px;
	min-height: 100px;
}
div#gallery div.gallery p.picture a span.empty {
	display: block;
	line-height: 100px;
	width: 140px;
	height: 100px;
	background-color: #AAAAAA;
	text-align: center;
}
div#gallery div.gallery p.comment {
	overflow: hidden;
	width: 140px;
	margin: 3px 0 0;
	font-size: 80%;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div#gallery ul {
	margin: 10px 0 20px 0;
}
div#gallery ul li {
	display: inline;
}
div#gallery ul li img {
	margin: 0 2px 10px 0;
}
/********* 個別指定 *************************************************/

div#page_link ul.page_link {
	margin: 0 0 20px 0;
}
div#page_link ul.page_link li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#page_link ul.page_link li.home {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}
div#page_link ul.page_link li.previous:before {
	content: "<< ";
}
div#page_link ul.page_link li.next:after {
	content: " >>";
}
ul.link {
	margin: 0;
	padding: 10px;
	text-align: right;
}
ul.link li {
	display: inline;
	margin-left: 5px;
}
/********* IE6用設定 ************************************************/

* html body {
	text-align: center;
}
* html div#container {
	width: 800px;
	text-align: left;
}
* html pre {
	width: 100%;
}
* html table tr th, * html table tr td {
	font-size: 80%;
}
/********* 検索プラグイン ************************************************/
div#search_option {
	padding: 10px 20px;
	border: 1px solid #ccc;
	background-color: #eee;
}
div#search_option h3 {
	font-size: 100%;
}
div#search_option dl dd ul {
	margin: 0;
	padding: 2px 0;
}
div#search_option dl dd ul li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#search_option span.note {
	color: #666;
}
