@charset "utf-8";

/* clearfix
======================================*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clear{
	clear:both;
}

hr,
.none{
	display:none;
}


/* a
=========================================
a{
}

a:visited{
}

a:hover{
}
*/



/* 配置
=========================================*/
.center{
	text-align:center;
}

.right{
	text-align:right;
}


/* hover、半透明
=========================================*/
a.trans img {
	filter: alpha(opacity=100);
    -moz-opacity:1.0;
    opacity:1.0;
}

a.trans:hover img {
	filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
}


/* マージン
=========================================*/

.mb3{
	margin-bottom:3px;
}

.mb5{
	margin-bottom:5px;
}

.mb7{
	margin-bottom:7px;
}

.mb10{
	margin-bottom:10px;
}

.mb15{
	margin-bottom:15px;
}

.mb20{
	margin-bottom:20px;
}

.mb30{
	margin-bottom:30px;
}



/*
======================================*/
body{
	font-size:80%;
	line-height:1.4;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	background:#f8f8f8;
	text-align:center;
}

div#contents{/*contentsを強制上書き*/
	width:100% !important;
	text-align:center;
}


/* div#wrapper
=========================================*/
div#wrapper{
	width:924px;
	/*padding:20px 7px 20px;*/
	padding:20px 0 20px;
	margin:0 auto;
	background:url(../image_common/wrapper_bg.gif) repeat-y;
	text-align:left;
}


/* midashi
=========================================*/
div#wrapper div.midashi{
	width:898px;
	padding-top:8px;
	background:url(../image_common/dot_black.gif) left top repeat-x;
	margin:0 0 30px 12px;
	margin-bottom:30px;
}

div#wrapper div.midashi table{
	background:url(../image_common/dot_black.gif) left bottom repeat-x;
}

div#wrapper div.midashi table td{
	padding-bottom:8px;
}


div#wrapper div.midashi h1{
	padding-left:10px;
}

div#wrapper div.midashi ul li img{
	vertical-align:bottom;
}

div#wrapper div.midashi ul li.back_archive{
	padding:1px 0 4px 0;
}


/* indexページ
=========================================*/
ul.aiueo li {
	float:left;
}

ul.aiueo li img {
	vertical-align:bottom;
}

div.container_index{
	width:898px;
	margin-left:12px;
}

div.container_index h2{
	margin:1.4em 0 3px;
	padding-bottom:5px;
	background:url(../image_index/shikiri.gif) left bottom no-repeat;
	clear:both;
}

div.container_index ul.thumbnail{
	padding-left:1px;
}

div.container_index ul.thumbnail li{
	float:left;
}

div.container_index ul.thumbnail li img{
	vertical-align:bottom;
}

div.container_index p.pagetop{
	clear:both;
	text-align:right;
	margin:1em 0 0;
}


/* 子ページ、container
=========================================*/
div.container{
	width:830px;
	margin-left:45px;
}

div.container table.btn{
	margin:0 2px 25px 2px;
}

div.container table.btn td{
	padding-bottom:7px;
}


div.container p.category_title{
	background:url(../image_common/bg_categoryTitle.gif) left center repeat-x;
	padding:3px 10px;
	color:#FFF;
	font-weight:bold;
	margin-bottom:7px;
}


div.container p.moushiwake{
	margin-bottom:30px;
	text-align:right;
	font-size:12px;
}
/*
div.container form select{
	width:100px;
}*/

div.container form input{
	width:40px;
}
