@charset "euc-jp";
/* CSS Document */

body {
	background: #fff;
	margin-bottom: 48px;
	padding: 0px;
	font: 0.9em/1.4em "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
}

.txt-bold {
	font-weight: bold;
}

.txt-midashi {
	font-size: 1.2em;
	font-weight: bold;
}

.txt-red {
	color: #960101;	
}

a:link,
a:active,
a:visited {
	color: #000000;	
}

a:hover {
	color: #db0404;	
}

.btn {
	margin-top:20px;
	margin-bottom:30px;
}

.btn a {
	padding:6px 25px 6px 30px;
	background: #000 url(../images/arrow.png) no-repeat 10px center;
	border-radius: 2px;        /* CSS3Áð°Æ */
	-webkit-border-radius: 2px;    /* Safari,Google ChromeÍÑ */
	-moz-border-radius: 2px;   /* FirefoxÍÑ */
	font-size: 0.8em;
	line-height: 1.5em;
	color: #FFF;
	text-decoration: none;
}

.btn a:link,
.btn a:active,
.btn a:visited {
	background: #000 url(../images/arrow.png) no-repeat 10px center;
}

.btn a:hover {
	background: #db0404 url(../images/arrow.png) no-repeat 10px center;
}

.btn-page {
	margin-top:20px;
	margin-bottom:30px;
}

.next {
	text-align: right;
}

.btn-page a {
	padding:6px 25px 6px 25px;
	background: #000;
	border-radius: 2px;        /* CSS3Áð°Æ */
	-webkit-border-radius: 2px;    /* Safari,Google ChromeÍÑ */
	-moz-border-radius: 2px;   /* FirefoxÍÑ */
	font-size: 0.8em;
	line-height: 1.5em;
	color: #FFF;
	text-decoration: none;
}

.btn-page a:link,
.btn-page a:active,
.btn-page a:visited {
	background: #000;
}

.btn-page a:hover {
	background: #db0404;
}

/* menu */

#menu{
	background: #000 url(../images/menu_bg.gif) repeat-x left top;
	width: 100%;
	height: 48px;
}

#menu ul {
	display:block;
	margin:0 auto;
	width: 868px;
}

#menu ul li {
	float: left;
}

#menu ul li img {
	margin: 0px;
}

#social {
	position: fixed;
	top: 54px;
	right: 20px;
	z-index:1;
}

iframe.twitter-share-button {
	width: 105px!important;
}

/* header */

#header {
	margin: 0px auto;
	width: 1000px;
	height:181px;
	position: relative;
	background: url(../images/header_bg.jpg) no-repeat right top;
}

#header h1 {
	position:absolute;
	left:0px;
	top:8px;
}

#header h2 {
	position:absolute;
	left:355px;
	top:19px;
}

#banner {
	position:absolute;
	left:354px;
	top:107px;
}


/* news */

#news {
	margin: 0px auto;
	width: 960px;
	position: relative;
	padding-bottom:40px;
}

#news h2 {
	width:100%;
	text-align:center;
	margin-top:40px;
	margin-bottom:20px;
}

#articles-wrapper {
	width:660px;
	float:left;
}

#articles-wrapper h2.title {
	font-size: 1.4em;
	display: block;
	width: 100%;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 1.4em;
	margin-top: 0.8em;
	text-align: left;
}

#articles-wrapper h3 {
	font-size: 1.6em;
	display: block;
	width: 100%;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 0.2em;
	margin-top: 0.8em;
}

#articles-wrapper h3 a {
	text-decoration: none;
}

#articles-wrapper h3 a:hover {
	color: #ba0404;
}

#articles-wrapper div.date {
	display: block;
	width: 100%;
	margin-bottom: 0.4em;
	font-size: 0.8em;
}

#articles-wrapper div.article {
	margin-bottom:1.0em;
}

#articles-wrapper div.article p {
	margin-top:1.2em;
}

#articles-wrapper div.category {
	display: block;
	width: 100%;
	padding-bottom: 0.6em;
	margin-bottom: 0.4em;
	text-align: right;
	background: url(../images/dotline.gif) repeat-x left bottom;
}

#articles-wrapper div.category a:link,
#articles-wrapper div.category a:hover,
#articles-wrapper div.category a:active,
#articles-wrapper div.category a:visited {
	color: #ba0404;
}

div#article-plugin {
	clear: both;
	width: 100%;
	margin-top: -2.6em;
	margin-bottom: 2em;
}

div#article-plugin iframe {
	width: 120px !important;
}

div#right-menu {
	float:right;
	width:220px;
}

#right-menu h3{
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
}

#right-menu ul li {
	list-style: url(../images/allow.gif) outside;
}

#right-menu ul li a {
	text-decoration: none;
	
}

#right-menu ul li a:hover {
	text-decoration: underline;
}

#right-menu btn a {
	margin-top:40px;
	margin-bottom:50px;
}

/* review */


#review {
	margin: 0px auto;
	width: 960px;
	position: relative;
	padding-bottom:40px;
}

#review h2 {
	width:100%;
	text-align:center;
	margin-top:60px;
	margin-bottom:20px;
}

#social {
	position: absolute;
	top: -40px;
	right: 0px;
}

iframe.twitter-share-button {
	width: 105px!important;
}

#notice {
	width:100%;
	text-align:center;
	color:#db0404;
	margin-bottom:30px;
}


#review-wrapper {
	width:600px;
	float:left;
	line-height: 1.6em;
}

#review-wrapper h3 img {
	margin-bottom:18px;
}

#profile {
	width:560px;
	margin-top:30px;
	padding:20px;
	background: #272727;
	border-radius: 4px;        /* CSS3Áð°Æ */
	-webkit-border-radius: 4px;    /* Safari,Google ChromeÍÑ */
	-moz-border-radius: 4px;   /* FirefoxÍÑ */
	font-size: 0.8em;
	line-height: 1.5em;
	color: #CCC;
}

#profile h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.4em;;
}

#profile h3 span {
	font-size: 0.8em;
	font-weight: normal;	
}

div#right-pics {
	float:right;
	width:320px;
}

div#right-pics img {
	margin-bottom:20px;
}
