@charset "utf-8";

/*===================================================
*
*	base style sheet
*
*	Font-size Adjustment [ base::12px ]
*	
*	84%  = 10px	|	134% = 16px	|	184% = 22px
*	92%  = 11px	|	142% = 17px	|	192% = 23px
*	100% = 12px	|	150% = 18px	|	200% = 24px
*	109% = 13px	|	159% = 19px	|	209% = 25px
*	117% = 14px	|	167% = 20px	|	217% = 26px
*	125% = 15px	|	175% = 21px	|
*
*
====================================================*/


/*
 universal selector
---------------------------------*/

* {
	zoom: 1;
}


/*
 body
---------------------------------*/

body {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	color: #000;
	background: #E9E9E9;
}

* html body {
	font-size: 75%;
}

*:first-child+html body {
	font-size: 75%;
}


/*
 anchor
---------------------------------*/

a {
	zoom: normal;
	color: #444444;
}

a:hover {
	color: #0068e0;
}


/*
 text
---------------------------------*/

h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

em {
	font-style: normal;
}

strong {
	font-weight: bold;
}

address {
	font-style: normal;
}

em,strong,del,ins,q {
	zoom: normal;
}


/*
 list
---------------------------------*/

ul,ol {
	list-style: none;
}

ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}


/*
 form
---------------------------------*/

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

input,
textarea {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

input {
	line-height: 1.2;
}

textarea {
	padding: 0.2em;
}

optgroup {
	font-style: normal;
	background: #CCC;
}

option {
	background: #FFF;
}


/*
 object
---------------------------------*/

img {
	border: none;
	vertical-align: bottom;
}


/*
 wrapper
---------------------------------*/

div#wrapper {
	width: 960px;
	padding: 0 20px 10px;
	margin: 0 auto;
	background: #FFF;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

/* For only mac IE \*//*/
div#wrapper {
	display: inline-table;
}
/**/


/*
 header
---------------------------------*/

div.header {
	position: relative;
}

div.header h1 {
	width: 390px;
	padding: 35px 0px 34px 0px;
}

div.header p {
	position: absolute;
	width: 351px;
	top: 10px;
	text-align:right;
	right: 0px;
	font-size:84%;
	color:#333;
}

div.header div.header_bannar {
	text-align:right;
	position: absolute;
	top: 27px;
	right: 0px;
}


/*
 gnavi
---------------------------------*/

ul.gnavi {
	position: relative;
	height: 40px;
}

ul.gnavi li#gnavi_home {
	position: absolute;
	top: 0px;
	left: 0px;
}

ul.gnavi li#gnavi_news {
	position: absolute;
	top: 0px;
	left: 116px;
}

ul.gnavi li#gnavi_live {
	position: absolute;
	top: 0px;
	left: 224px;
}

ul.gnavi li#gnavi_special {
	position: absolute;
	top: 0px;
	left: 357px;
}

ul.gnavi li#gnavi_column {
	position: absolute;
	top: 0px;
	left: 438px;
}

ul.gnavi li#gnavi_musical {
	position: absolute;
	top: 0px;
	left: 575px;
}

ul.gnavi li#gnavi_present {
	position: absolute;
	top: 0px;
	left: 700px;
}

ul.gnavi li#gnavi_shopping {
	position: absolute;
	top: 0px;
	left: 821px;
}


/*
 main
---------------------------------*/

div#main {
	padding: 10px 0;
}

div#entry {
	margin: 0 0 10px;
	padding:8px 15px 15px;
	border: 1px solid #dddddd;
}

body.page-template-column-yabu-eikoku-php div#entry,
body.page-template-column-koneta-php div#entry{
	margin: 0;
	padding:8px 15px 0;
}

/*
 footer
---------------------------------*/

div#footer {
	width: 1000px;
	clear: both;
	background: #cccccc;
	position: relative;
	height: 110px;
	margin: 0px auto;
}

div#footer h2 {
	position: absolute;
	top: 25px;
	left: 21px;
}

div#footer p {
	position: absolute;
	top: 83px;
	left: 27px;
}

div#footer ul#naviList {
	position: absolute;
	bottom: 15px;
	right: 16px;
}

div#footer ul#naviList li {
	float: left;
	border-right: 1px solid #444;
	padding: 0px 5px;
	line-height: 1em;
}

div#footer ul#naviList li.noline {
	border: none;
}


/*
 clearfix
---------------------------------*/

#wrapper:after ,
.entryTitle:after,
div.new ul li:after,
.amazon:after ,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#wrapper,
.entryTitle,
div.new ul li,
.amazon,
.clearfix {
	zoom: 1;
}

/* For only mac IE \*//*/
#wrapper,
.entryTitle,
div.new ul li,
.amazon,
.clearfix {
	display: inline-table;
}
/**/

