@charset "utf-8";

@import url("/css/default.css");
@import url("/css/common.css");

/*reset
------------------------------------------------------------------*/
html {
	color: #333;
	background-color: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var {
	font:inherit;
}
a, del, ins {
	text-decoration: none;
}
li {
	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;
	font-variant: normal;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
a, legend {
	color: #333;
}

/*clearfix
------------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content:"";
    display:block;
    overflow:hidden;
}
 
.clearfix:after {
    clear:both;
}
 
 
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/*共通
------------------------------------------------------------------*/
body {
	font-family:"微軟正黑體",Verdana,Arial,Sans-Serif;
	font-size: 75%;/*12px*/
	line-height:1.5;
}
.nopad {
	padding:0 !important;
}
.small {
	font-size:84%;/*10px*/
}

/*header
------------------------------------------------------------------*/
#header {
	width: 963px;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0 px;
	margin-left: auto;
}
#header2 {
	width:963px;
	position:relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#header3 {
	width: 963px;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h1 {
	width:900px;
	margin:0 auto;
}

#mevent1 {
	position:absolute;
	width:148px;
	top:-26px;
	right:360px;
}

#mevent2 {
	position:absolute;
	width:69px;
	top:-20px;
	right:295px;
}

#mevent3 {
	position:absolute;
	width:98px;
	top:-12px;
	right:195px;
}

#links {
	position:absolute;
	width:100px;
	top:10px;
	right:10px;
}


#links ul#sns li {
	float:left;
	padding:0 0 7px 0px;
}
#links ul#sitemap li {
	text-align:right;
	font-size:84%;/*10px*/
}
#links ul#sitemap li a:hover {
	text-decoration:underline;
}
#nav {
	height:65px;
	background:url(../img/common/bg_nav.gif) no-repeat 0 0;
}
#nav ul {
	padding:18px 0 0 28px;
}
#nav ul li {
	float:left;
	padding-right:4px;
}

#nav2 {
	height:112px;
	background:url(../img/common/bg_nav.gif) no-repeat 0 0;
}
#nav2 ul {
	padding:18px 0 0 28px;
}
#nav2 ul li {
	float:left;
	padding-right:4px;
}
/* HEAD*/
#head_link {
	background-color: #FF4E68;
	height:56px;
	margin-bottom: 10px;
	font-size: 12px;
	}
	
/*contets
------------------------------------------------------------------*/
#contents {
	width:900px;
	margin:0 auto 5px;
}
#contents-tvcm {
	width:900px;
	margin:50px auto 5px;
}
#contents-plaster {
	width:900px;
	margin:0 auto 5px;
}

#footer_line {
	background-color:#FF4E68;
	height:2px;
	margin-bottom:1px;
	}
#footer_link {
	background-color:#FF4E68;
	height:57px;
	margin-bottom:7px;
        font-size:12px;
	}
#footer_link ul {
	width:900px;
	margin:0 auto 0;
	padding-top:8px;
	}
#footer_link ul li{
	color:#FFF;
	float:left;
	margin-right:30px;
	}
#footer_link ul li.end{
	margin-right:0px;
	}
#footer_link ul li a:link{
	color:#FFF;
	text-decoration:none;
	}
#footer_link ul li a:visited{
	color:#FFF;
	text-decoration:none;
	}
#footer_link ul li a:hover{
	color:#FFF;
	text-decoration:underline;
	}
