
#whole{
	text-align: left;
	/* width: 95%; */
	min-widht:500px;
	margin: 0 auto;
	background:#fff;
}

#header{
	height: 50px;
	background:#66cc99;
}

#header_right{
	float:right;
	width:100%;
	margin-left:-135px;
}

form#search{
/*
	position:relative;
	margin: 0 0 0 140px;
*/
	min-width:230px;
	width:600px;
}

#container{
	width: 100%;
	float: right;
	margin-left: -220px;
}

#contents{
	position: relative;
	margin: 0 10px 0 230px;
	padding: 0;
}

h1#logo{margin-top:20px;padding:0;margin:0;}
h1#logo, h1#logo img{width:135px;height:32px;}

#sidebar{
	width: 220px;
	float: left;
}

#footer{
	clear: both;
	width: 100%;
	text-align: center;
}

.movie_list{
	border:1px solid #888;
	margin:0;
	padding:0;
	width:100%;
}
.movie_item {
	float:left;
	width:180px;
	height:222px;
	margin:5px 0 5px 12px;
}

.movie_item img {
	width:180px;
	height:135px;
}

.sort_block{
	position:relative;
	top:10px;
	left:20px;
}


/*
ページャー
+─────────────────────────────+
*/

#pager_box {
	margin: 10px;
	text-align: center;
}

div#pagenation {
	position: relative;
	overflow: hidden;
}

div#pagenation ul {
	position:relative;
	left:50%;
	float:left;
	list-style: none;
}

div#pagenation li {
	position:relative;
	left:-50%;
	float:left;
}

div#pagenation li a {
	border:1px solid #CECECE;
	margin: 0 3px;
	padding:8px 12px;
	display: block;
	text-decoration:none;
	color: #666666;
	background: #fff;
}

div#pagenation li.active a, div#pagenation li a:hover {
	border:solid 1px #666666;
	color: #FFFFFF;
	background: #248755;
}

.required {font-size:10px;color:#fa0000;}

.bg_gray{background-color:#e9e9e9;}

div.article-header {
background: linear-gradient(rgb(0, 96, 0) 0%, rgb(0, 63, 0) 100%);
color: rgb(255, 255, 255);
border-radius: 3px;
margin: -10px 0px 0px 5px;
min-height: 50px;
}

div.article-title-outer {
background: url(http://img01.douhou.com/wp/images/icon_kijitit.png) 10px 8px no-repeat scroll rgba(0, 0, 0, 0);
min-height: 40px;
padding: 5px 0px;
}

h2.article-title {
border-left: 2px groove rgb(0, 63, 0);
font-size: 130%;
font-weight: bold;
letter-spacing: 1px;
line-height: 1.5;
margin: 0px 0px 0px 55px;
padding: 10px 0px 8px 8px;
text-shadow: rgb(0, 49, 0) 1px 1px 2px;
}

.pick111-img img {
width: 90%;
margin: 0 auto;
display: block;
}

h2.article-title a {
	color: white;
}

