@charset "utf-8";

body {
	line-height:1.3;
}

a {
	color:#06c;
}

a:hover {
	color:#F30;
}

/* header */

#header {
	background-image: url(../images/head_bg.png);
	background-repeat: repeat-x;
	margin-bottom:15px;
}
#header #header-inner {
	width:960px;
	margin:0 auto;
	position:relative;
}
#header #header-inner h1 {
	padding:15px 0px 0px 20px;
}
#header #header-inner p#copy {
	position:absolute;
	left:250px;
	top:20px;
	width:400px;
    font-size: 12px;
}
#header #header-inner #search {
	position:absolute;
	right:0px;
	top:15px;
	width:250px;
}
#header #header-inner #search input {
	vertical-align:middle;
}
#header #header-inner #search input.input-txt {
	padding:2px;
	margin:0 3px;
	width:120px;
}

/* wrapper */
#wrapper {
	width:960px;
	margin:0 auto;
}

/* sidebar */
#wrapper #sidebar{
	width:260px;
	float:left;
}
#wrapper #sidebar .banner{
	margin-bottom:10px;
}

/* sidebar news */

#wrapper #sidebar #news{
	background:url(../images/sidebar_bg.png) repeat-y;
	margin-bottom:10px;
}
#wrapper #sidebar #news dl{
	background:url(../images/news_box_bg.png) repeat-y;
	margin:5px 13px;
	line-height:1.2;
}
#wrapper #sidebar #news dt{
	background:url(../images/news_box_hd.png) no-repeat center top;
	padding:5px 10px 0px 10px;
	font-weight:bold;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper #sidebar #news dd{
	background:url(../images/news_box_ft.png) no-repeat center bottom;
	padding:0px 10px 5px 10px;
}

/* sidebar smenu */

#wrapper #sidebar ul#smenu{
	background:#eee;
	padding:5px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:110%;
}
#wrapper #sidebar ul#smenu li{
	margin-bottom:2px;
}
#wrapper #sidebar ul#smenu li a{
	color:#000;
	text-decoration:none;
	display:block;
	line-height:36px;
	padding-left:45px;
	zoom:1;
}
#wrapper #sidebar ul#smenu li a:hover{
	text-decoration:underline;
}
#wrapper #sidebar ul#smenu li#smenu-about{
	background:url(../images/smenu_about.png) no-repeat;
}
#wrapper #sidebar ul#smenu li#smenu-tweet{
	background:url(../images/smenu_tweet.png) no-repeat;
}
#wrapper #sidebar ul#smenu li#smenu-mobile{
	background:url(../images/smenu_mobile.png) no-repeat;
	height:96px;
}
#wrapper #sidebar ul#smenu li#smenu-mobile p{
	font-size:90%;
	font-weight:normal;
	margin: 0 75px  0 25px;
	line-height:normal;
}
#wrapper #sidebar ul#smenu li#smenu-map{
	background:url(../images/smenu_map.png) no-repeat;
}

/* sidebar forshop */

#wrapper #sidebar #forshop{
	background:url(../images/sidebar_bg.png) repeat-y;
	margin-bottom:10px;
	font-size:110%;
}
#wrapper #sidebar #forshop ul{
	margin:0 20px 5px 20px;
}
#wrapper #sidebar #forshop ul li a{
	background:url(../images/arrow.png) no-repeat left center;
	padding-left:22px;
	display:block;
	zoom:1;
	margin-bottom:0.2em;
}


/* contents */
#wrapper #contents{
	width:680px;
	float:right;
}

/* footer */

#footer {
	margin-top:10px;
	border-top:solid 3px #feb421;
	padding:20px 0px 50px 0px;
}
#footer ul {
	text-align:center;
	margin-bottom:10px;
}
#footer ul li {
	display:inline;
}
#footer ul li a {
	padding:0 13px 0 10px;
	border-right:solid 1px #ccc;
	color:#000;
}
#footer ul li a.noline {
	border-right:none;;
}
#footer address {
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
}
#footer address a{
	color:#999;
	text-decoration:none;
}

/* clearfix */
.clearfix {
min-height:1px;　/* IE 7対策 */
}
.clearfix:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

.clearfix { display:inline-table; }

/* Mac IE には適用させない \*/
* html .clearfix { height:1px; }
.clearfix { display:block; }
/* */


.paging {
    text-align: center;
    margin: 12px;
}


.mailform label {
    display: block;
    margin: 4px;
    font-weight: bold;
    font-size: 110%;
}

.mailform input,
.mailform select,
.mailform textarea,
.mailform span.confirm {
    display: block;
    margin: 4px 4px 12px 4px;
    font-size: 110%;
    padding: 4px;
}

.mailform span.error {
    color: #dd0000;
}

.mailconfirm input,
.mailconfirm select,
.mailconfirm textarea,
.mailconfirm span.confirm {
    display: block;
    margin: 4px 4px 12px 4px;
    font-size: 110%;
    color: #666600;
    padding: 4px;
    border-width: 0;
}


