/* リセットHTMLタグ */
body {
	color: #333333;
	padding: 0px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #CCFF33;
}

a {
	text-decoration: none;
	color: #FF0066;
}

a:link {
	text-decoration: none;
	color: #FF0066;
}

a:visited {
	text-decoration: none;
	color: #FF0066;
}

a:hover	{
	text-decoration: underline;
	color: #FF0066;
}

h1,h2,h3,h4,h5,h6,p,ul,li {
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

img {
	border-style: none;
}

/* ページ基本レイアウト */
#container {
	width: 987px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 60px;
	margin-left: 5px;
	width: auto;
}
#header h1, #header h2 {
	float: left;
	padding-top: 60px;
	overflow: hidden;
	height: 0px;
	width: 530px;
	background-repeat: no-repeat;
	background-image: url(img/logo.gif);
	margin: 0px;
}
#header #menu {
	max-height: 30px;
	margin-right: 15px;
	margin-top: 30px;
	text-align: right;
	width: 437px;
	float: right;
}
#header #menu a {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
#header #menu a:hover {
	color: #FF0066;
	text-decoration: underline;
}

#twitter {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #FFFFFF;
	width: 977px;
	overflow: hidden;
}

#twitter .inner {
	padding-right: 10px;
	padding-left: 10px;
}

#twitter h3 {
	padding-top: 7px;
	padding-bottom: 7px;
	float: left;
	width: 860px;
	font-size: 14px;
	color: #333333;
}

#twitter #twitter-link {
	padding-top: 7px;
	margin-right: 20px;
	display: block;
	float: right;
	width: 60px;
}

#pagebody {
	clear: both;
	margin-top: 25px;
	margin-right: 5px;
	margin-left: 5px;
	width: 977px;
	overflow: hidden;
}

#contents {
	width: 723px;
	float: left;
}

#sidebar {
	float: right;
	width: 234px;
}

#footer{
	padding: 10px;
	text-align: center;
}

#footer address{
	font-style: normal;
	color: #333333;
	font-size: 12px;
}

/* [ニュース] 基本 */
#navi {
	width: 723px;
	background-color: #000066;
}

#navi ul {
	padding-left: 10px;
	padding-bottom: 7px;
	padding-top: 7px;
	overflow: hidden;
}

#navi li.home {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(img/home.gif);
	padding-left: 28px;
	padding-right: 100px;
	float: left;
	display: inline;
}

#navi li {
	padding-left: 50px;
	float: left;
	display: inline;
}

#navi li a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}

#navi li a:hover {
	text-decoration: none;
	color: #CCFF33;
}

#navi li.movie a,#navi li.info a,#navi li.note a,#navi li.archive a {
	text-decoration: none;
	color: #CCFF33;
	font-size: 12px;
}

#news-body {
	background-color: #FFFFFF;
	width: auto;
	overflow: hidden;
}

#news-body li {
	padding-left: 20px;
	padding-bottom: 25px;
	padding-right: 20px;
	padding-top: 20px;
	display: block;
	overflow: hidden;
}

#news-body .left {
	padding-top: 7px;
	text-align: center;
	float: left;
	width: 150px;
}

#news-body .right {
	float: right;
	width: 500px;
}

#news-body .right h2,#news-body .right h3 {
	line-height: 28px;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}

#news-body .right .update {
	background-repeat: no-repeat;
	background-image: url(img/update.gif);
	padding-left: 30px;
}

#news-body .right p {
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}

#news-body .right .date {
	line-height: 16px;
	text-align: right;
	color: #333333;
	font-size: 11px;
}

#news-body .right .archive-list {
	padding-top: 10px;
}

#news-body .right .archive-list li {
	margin-right: 10px;
	padding: 0px;
	border-color: #FF0066;
	border-width: 1px;
	border-style: solid;
	float: left;
}

#news-body .right .archive-list a {
	padding: 3px;
	font-size: 11px;
}

#news-body .right .archive-list a:hover {
	text-decoration: none;
	background-color: #FF0066;
	color: #FFFFFF;
}

#news-footer {
	padding-bottom: 10px;
	padding-top: 20px;
	text-align: center;
	font-size: 12px;
	background-color: #FFFFFF;
}

#news-footer span {
	padding-right: 10px;
	padding-left: 10px;
}


/* [ムービー] 基本 */
#movie-header {
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
}
#movie-header h1 {
	line-height: 32px;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	font-size: 18px;
}

#movie-header h2 {
	text-align: right;
	color: #333333;
	font-size: 12px;
}

#movie-body {
	width: auto;
	background-color: #FFFFFF;
}

#movie-footer {
	font-size: 12px;
	padding: 20px;
	background-color: #FFFFFF;
}


/* [ニュース][ムービー] エントリー */
.entry {
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 30px;
	padding-top: 15px;
	border-top-color: #999999;
	border-top-width: 1px;
	border-top-style: dotted;
}

.entry h1,.entry h2 {
	padding-left: 10px;
	line-height: 28px;
	color: #FF0066;
	font-weight: bold;
	font-size: 16px;
}

.entry-header {
}

.entry-date {
	line-height: 16px;
	padding-top: 4px;
	font-size: 11px;
	text-align: right;
}

.entry-body {
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: #333333;
	line-height: 28px;
	font-size: 14px;
}

.entry-body h2,.entry-body h3 {
	font-weight: bold;
	color: #333333;
	line-height: 28px;
	font-size: 14px;
}

.entry-body p {
	padding-bottom: 10px;
	padding-top: 10px;
}

.entry .blogphoto {
	padding: 3px;
	border: 1px solid #999999;
}

.entry .blogphoto_left {
	padding: 3px;
	float: left;
	margin-right: 15px;
	border: 1px solid #999999;
	margin-bottom: 10px;
	width: 200px;
	display: inline;
}

.entry .box-left {
	width: 150px;
	float: left;
	margin: 10px;
	display: inline;
}

.entry .bloglink {
	font-weight: bold;
	margin-left: 3px;
	font-size: 14px;
	line-height: 24px;
}

.entry .clear{
	clear: both;
}

.entry-footer {
	color: #3333333;
	text-align: right;
	font-size: 11px;
}

/* [ニュース][ムービー] コメント */
.comment {
	padding-left: 30px;
	margin-right: 30px;
	margin-left: 30px;
	padding-bottom: 20px;
	border-top-color: #999999;
	border-top-width: 1px;
	border-top-style: dotted;
	padding-top: 20px;
}

.comment h3 {
	font-weight: bold;
	color: #FF0033;
	font-size: 14px;
}

.comment-inner {
	padding-left: 10px;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding-bottom: 15px;
	padding-top: 15px;
}

.comment-body {
	color: #333333;
	line-height: 28px;
	font-size: 14px;
}

.comment-footer {
	text-align: right;
	padding-top: 10px;
	color: #333333;
	font-size: 12px;
}

/* [ニュース][ムービー] コメント投稿 */
.write {
	margin-right: 20px;
	margin-left: 40px;
	padding-bottom: 20px;
}

.write h3 {
	font-weight: bold;
	color: #333333;
	font-size: 14px;
}

.write-header {
	padding-right: 50px;
	padding-left: 5px;
	padding-bottom: 15px;
	padding-top: 10px;
}

.write-header p {
	padding: 5px;
	color: #333333;
	line-height: 16px;
	font-size: 11px;
}

.write-body {
	padding-left: 5px;
	color: #333333;
	font-size: 12px;
}

.write-body input {
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 15px;
}

.write-body textarea {
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	margin-top: 5px;
}

.write-footer {
	padding-top: 20px;
}

/* [ニュース][ムービー] コメント確認 */
.preview {
	margin-bottom: 20px;
	border-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	margin-right: 30px;
	margin-left: 20px;
	padding-bottom: 20px;
	padding-top: 15px;
}

.preview h3 {
	font-weight: bold;
	color: #333333;
	font-size: 14px;
}

.preview-body {
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: #333333;
	line-height: 28px;
	font-size: 14px;
}

.preview-body p {
	padding-bottom: 10px;
	padding-top: 10px;
}

.preview-footer {
	color: #333333;
	text-align: right;
	font-size: 12px;
}

/* [サイドバー] 基本 */
#search-header {
	text-align: center;
	padding-bottom: 7px;
	padding-top: 7px;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #000099;
}

#search-body {
	margin-bottom: 20px;
	padding: 8px;
	background-color: #FFFFFF;
}

#search-body label {
	line-height: 16px;
	color: #333333;
	font-size: 11px;
}

#search-body #search {
	line-height: 16px;
	border-color: #333333;
	border-width: 1px;
	border-style: solid;
	font-size: 11px;
}

.sidebar-pickup {
}

.sidebar-body {
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 12px;
	padding-top: 12px;
	margin-bottom: 20px;
	width: auto;
	background-color: #FFFFFF;
}

.sidebar-body h2 {
	line-height: 22px;
	color: #333333;
	font-size: 14px;
}

.sidebar-body p {
	line-height: 16px;
	font-size: 11px;
	color: #333333
}

.sidebar-body ul {
	margin-right: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 10px;
	padding: 0px;
}

.sidebar-body .archive-list li {
	list-style-position: outside;
	list-style-type: decimal;
	padding-bottom: 10px;
	line-height: 16px;
	font-size: 11px;
}

.sidebar-body #profile {
	border-top-color: #999999;
	border-top-width: 1px;
	border-top-style: dotted;
	margin-top: 15px;
	padding-bottom: 10px;
	padding-top: 12px;
	padding-left: 11px;
}

/* お問い合わせフォーム */
#contact {
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color: #FFFFFF;
	width: 560px;
}

#contact .inner {
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
	padding-top: 20px;
}

#contact h1 {
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 32px;
	color: #FF0033;
	font-size: 18px;
}

#contact p {
	line-height: 24px;
	color: #333333;
	font-size: 14px;
}

#contact #mailform {
	padding-left: 10px;
	padding-bottom: 60px;
	padding-top: 30px;
}

#contact #mailform p {
	padding-bottom: 7px;
	line-height: 18px;
	color: #333333;
	font-size: 12px;
}

#contact #mailform .conf {
	font-weight: bold;
	padding-left: 7px;
	padding-bottom: 20px;
	line-height: 24px;
	color: #333333;
	font-size: 14px;
}

#contact #mailform p input {
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	font-size: 12px;
}

#contact #mailformfooter {
	padding-top: 10px;
}

#contact address {
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	color: #333333;
	font-size: 12px;
}

#tshirts {
	text-align: center;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color: #FFFFFF;
	width: 560px;
}

#tshirts .inner {
	padding: 20px;
}


#tshirts h1 {
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 32px;
	color: #FF0033;
	font-size: 18px;
}

#tshirts h2 {
	line-height: 24px;
	color: #333333;
	font-size: 14px;
}

#tshirts p {
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}