@charset "utf-8";
body {
	background:#f2f2f2;
	line-height:1.1;
	color:#333;
	min-width:980px;
}
a {
	color:#0089cc;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:hover img {
	filter:alpha(opacity=70);
	opacity:0.7;
	-moz-opacity:0.7;
}
#mainvisual a:hover img {
	filter:alpha(opacity=90);
	opacity:0.9;
	-moz-opacity:0.9;
}
#mainvisual img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
strong {
	font-weight:bold;
}
table {
	width:100%;
}
#container {
}
#breadcrumb {
	width:960px;
	margin:0 auto;
	padding:20px 0 14px;
	font-size:12px;
}
#breadcrumb li {
	float:left;
}
/*
========================*/
#contentsWrap {
	min-height:500px;
	width:980px;
	margin:0 auto;
}
#contents {
	background:url(../common/img/base_bottom.gif) 50% bottom no-repeat;
	padding:0 0 8px;
	line-height:1.6;
}
#contents .inner {
	background:url(../common/img/base_body.gif) 50% 0 repeat-y;
	width: 920px;
	padding: 15px 30px 30px;
	margin:0 auto;
}
.page-index #contents .inner {
	padding-top:25px;
}
#contents .innerWrap {
	background:url(../common/img/base_top.gif) 50% 0 no-repeat;
	padding:8px 0 0;
}
#main {
	width:670px;
	float:right;
}
.page-index #main {
	padding-top: 30px;
}
#main h3 {
	position:relative;
}
#main h3 a {
	position:absolute;
	top:12px;
	right:0;
}
#secNews {
	margin:0 0 35px;
}
#secNews .feed {
	background:url(../img/index/h_shadow.gif) 0 0 no-repeat;
	padding:20px 15px 0;
}
#secNews .feed .list th, #secNews .feed .list td {
	padding:5px 0;
}
#secNews .feed .list th {
	width:105px;
	font-size:12px;
	padding-top:6px;
}
#secNews .feed .list td span,
#secNews .feed .list td a {
	background:url(../common/img/arrow_02.png) 0 6px no-repeat;
	padding:0 0 0 16px;
	display:inline-block;
}
#secPress .feed .list th, #secPress .feed .list td {
	padding:10px 0;
	vertical-align:middle;
}
#secPress .feed .list th {
	background:url(../img/index/h_shadow.gif) 0 0 no-repeat;
	padding-left:10px;
	width:75px;
}
#secPress .feed .list td {
	background:url(../img/index/h_shadow.gif) right 0 no-repeat;
}
#side {
	width:220px;
	float:left;
}
.page-index #side {
	margin-top: 26px;
}
#side .button {
	margin:15px 0;	
}
#side .banner {
	margin:0 -5px;
}
#side .youtube {
	margin:0 auto 10px;
}
#side #sideSocial{
	margin:25px auto 0;
}
#side #sideSocial h4{
	margin:10px 0 5px;
}
#side #sideSocial ul{
	overflow:hidden;
	margin:10px 0;
}
#side #sideSocial li{
	margin:0 0 5px;
}
#side #sideSocial li a{
	display:table;
	width:100%;
}
#side #sideSocial li a span,
#side #sideSocial li img{
	display:table-cell;
	vertical-align:middle;
	text-align:left;	
}
#side #sideSocial li a span{
	width:165px;
}
#side #sideSocial li img{
	width:45px;
	height:auto;
	margin:0 10px 0 0;
}
#side .orderMenu li {
	border:solid 1px #cdcdcd;
	line-height:1;
	background:url(../img/common/side_menu_bg.gif) 0 0 repeat-x;
	margin:0 0 2px;
}
#side .orderMenu li a {
	background:url(../img/common/arrow_01.gif) 10px 50% no-repeat;
	display:block;
	padding:11px 0 0 32px;
	height:22px;
	color:#333;
	text-decoration:none;
}
#side .orderMenu li a:hover {
	text-decoration:underline;
}
#side .orderMenu li a span {
	font-size:11px;
	margin:0 0 0 5px;
}
#mainvisual {
	background:url(../img/index/main_shadow.gif) 0 0 repeat-x;
	text-align:center;
}
#mainvisualIn {
	width: 960px;
	margin: 0 auto;
}
/*
========================*/
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
