@import "common.css";
@import "main.css";
@import "layout.css";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img{
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
a{
	text-decoration:none;
}
a:hover,a.selected{
	text-decoration:none;
}
.clearfix {
	width: 100%;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


/* Common
===================================================== */
#rap {
	width: 770px;
	padding: 20px;
	margin: 0 auto;
}
.align-right {
	text-align: right;
}
.float-right {
	float: right !important;
}
.newsBoxHidden {
	width: 100% !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Main Image
===================================================== */
#mainimg {
	margin-bottom: 20px;
}
#mainimg img {
	display: block;
}

/* Navigation
===================================================== */
#navigation {
	padding: 5px 0;
	border-bottom: 1px solid #000;
}
#navigation li {
	float: left;
}
#navigation li a,
#navigation li img {
	display: block;	
}
#main-nav {
	float: left;
}
#sub-nav {
	float: right;
}
#sub-last {
	margin: 0 10px 0 30px;
}

/* Post
===================================================== */
.newsBox {
	border: none;
}
.post {
	padding: 50px 0 30px;
	border-bottom: 1px solid #000;
}
.post h2 {
	font-size: 22pt;
	margin-bottom: 50px;
	text-align: center;
/*	font-family: "Times New Roman", Times, "ƒqƒ‰ƒMƒm–¾’© Pro W6", "Hiragino Mincho Pro", "HGS–¾’©E", "‚l‚r ‚o–¾’©", serif;*/
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ƒƒCƒŠƒI", "Meiryo", "‚l‚r ‚oƒSƒVƒbƒN", "MS Gothic", sans-serif;
	font-weight: bold;
	color: #333 !important;
}
.post-txt {
	width: 570px;
	margin: 0 auto 100px;
/*	font-family: "Times New Roman", Times, "ƒqƒ‰ƒMƒm–¾’© Pro W6", "Hiragino Mincho Pro", "HGS–¾’©E", "‚l‚r ‚o–¾’©", serif;*/
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ƒƒCƒŠƒI", "Meiryo", "‚l‚r ‚oƒSƒVƒbƒN", "MS Gothic", sans-serif;
}
.post-txt a {
	color: #f5b4ae;
}
.post-txt p {
	margin: 10px 0;
}
.post-txt .photoBoxC,
.post-txt .photoBoxL {
	width: 100% !important;
	text-align: center;
	margin: 0 !important;
	padding: 0 !important;
	margin-bottom: 10px !important;
}
.post-txt .photoBoxC img,
.post-txt .photoBoxL img {
	margin: 0 !important;
	padding: 0 !important;
}
.post-foot {
	padding-top: 10px;
	font-size: 10pt;
	color: #8e8c8d;
}
.sns {
	float: left;
}
.twitter-share-button {
	width: 85px !important;
}
.detail {
	float: right;
}
.post-foot a {
	color: #8e8c8d;
	font-weight: bold;
}
.post-foot a:hover {
	color: #605d5f;
	text-decoration: underline;
}
#nextprev {
	text-align: center;
	font-size: 10pt;
	padding: 40px 0;
	border-bottom: 1px solid #000;
}
#nextprev,
#nextprev a {
	color: #8e8c8d;
}
#nextprev a:hover {
	color: #605d5f;
	text-decoration: underline;
}


/* Search
===================================================== */
#blognav {
	padding: 15px 0 15px 80px;
	border-bottom: 1px solid #000;
}
#blognav .searchbox {
	display: block;
	float: left;
	padding: 10px;
}
.searchbox input {
	padding: 2px 5px;
	font-size: 7pt;
}


/* Footer
===================================================== */
#footer {
	padding: 20px 0;
}
#footer-banner {
	margin-bottom: 50px;
}
#footer-banner a {
	float: left;
	margin:  0 5px;
}
#footer-banner img,
#footer-banner a  {
	display: block;
}
#fb3 {
	position: relative;
	top: -10px;
}
#copy {
	text-align: center;
}
#copy,
#copy a {
	color: #8e8c8d;
	font-size: 10pt;
}

/* Fan Mail
===================================================== */
#fan-mail input,
#fan-mail textarea {
	padding: 4px;
	font-size: 10pt;
	border: 1px solid #aaa;
}
#fan-mail dd {
	padding-bottom: 20px;
}
#fan-mail .botton input {
	padding: 10px 20px;
	background: #f8f8f8;
	border: 1px solid #aaa;
}
.error {
	color: #f00;
}
.formText {
	color: green;
}







