@charset "utf-8";


/*全体設定
---------------------------------------------------------------------------*/
body {
	color: #333;
	background-color: #999;
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 20px 0 5px 0;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}

/*リンク設定*/
a {
	color: #333;	
}
a:hover {
	color: #313131;	
	text-decoration: none;
}

/*コンテナー設定
---------------------------------------------------------------------------*/
#container {
	width: 1033px;
	margin: 0px auto;
}

#container h1 {
	font-weight: normal;
	font-size: 10px;
	text-align: right;
	line-height: 24px;
}

/*ヘッダー設定
---------------------------------------------------------------------------*/
header {
	width: 1033px;
	height: 150px;
	position: relative;
	background-color: #000;
	background-image: url(../image/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	box-shadow: 0px 0px 8px #999;
	margin: 0 0 5px 0;
	border: solid #000 0px;
}

header #logo {
	position: absolute;
	left: 30px;
	top: 30px;
}

header h1{
	color:#FFF;
	position: absolute;
	left: 50px;
	top: 70px;
}
/*コンテンツ設定
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}

/*メインコンテンツ設定
---------------------------------------------------------------------------*/
#main {
	float: left;
	width: 685px;
	background-color: #FFF;
	padding: 10px;
	box-shadow: 0px 0px 8px #CCC;
	border: 1px solid #CCC;
	margin-bottom: 0px;
}

#main h2 {
	font-size: 100%;
	color: #FFF;
	background-color: #000;
	padding: 7px 15px;
	clear: both;
	
}

#main h3 {
	font-size: 100%;
	color: #000;
	background-color: #FFF;
	box-shadow: 1px 2px 5px #e2e2e2;
	padding: 4px 10px 4px 20px;
	clear: both;
	border: 1px solid #CCC;
}

#main p {
	padding: 0.5em 15px 1em;
}

.ad{
	font-size: 100%;
	color: #FFF;
	background-color: #ccc;
	box-shadow: 1px 2px 5px #ccc;
	padding: 0.5em 15px 0.5em;
	clear: both;
	margin: 20px 0 5px 0;
	padding: 0px;
}


/*サブコンテンツ設定
---------------------------------------------------------------------------*/
#sub {
	float: right;
	width: 300px;
	background-color: #FFF;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 8px #CCC;
	box-shadow: 0px 0px 8px #CCC;
	border: 1px solid #CCC;
	margin-bottom: 5px;
}

#sub h2 {
	font-size: 100%;
	color: #FFF;
	text-align: center;	
	padding: 3px 0px;
	background-color: #333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#333));
	background-image: -webkit-linear-gradient(#222, #333);
	background-image: linear-gradient(#222, #333);
}

/*サブコンテンツ内のメニュー設定
---------------------------------------------------------------------------*/
#sub ul.submenu {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin-bottom: 0px;
}

#sub ul.submenu li a {
	border-bottom: 1px solid #CCC;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#FFF));
	background-image: -webkit-linear-gradient(#eaeaea, #FFF);
	background-image: linear-gradient(#eaeaea, #FFF);
	-webkit-box-shadow: 0px 0px 1px #FFF inset;
	box-shadow: 0px 0px 0px 1px #FFF inset;
}

#sub ul.submenu li a:hover {
	background: #313131;
	color: #FFF;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	height: 50px;
	padding: 10px;
	clear: both;
	text-align: center;
	color: #FFF;
	background-color: #000;
	box-shadow: 0px 0px 8px #999;
}

footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #ccc;
}

/*submitボックス設定
---------------------------------------------------------------------------*/
#seatch{
	float: center;
	text-align: center;
	width: auto;
	background-color: #FFF;
	padding: 10px;
	box-shadow: 0px 0px 8px #CCC;
	border: 1px solid #CCC;
	margin-bottom: 0px;
}


/*submitボタン設定
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"] {
	width: 100px;
	padding: 3px;
	margin-bottom: 0px;
	border-radius: 16px;
	font-size: 12px;
	letter-spacing: 0.1em;
	border: 1px solid #999;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#dcdcdc));
	background-image: linear-gradient(#FFF, #dcdcdc);
	-webkit-box-shadow: 1px 2px 5px #ccc;
	box-shadow: 1px 2px 5px #ccc;
}

/*マウスオン時*/
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#FFF));
	background-image: -webkit-linear-gradient(#dcdcdc, #FFF);
	background-image: linear-gradient(#dcdcdc, #FFF);
}

/*最近追加された動画表示設定
---------------------------------------------------------------------------*/
#re{
	padding: 55px;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;
	font-size: 10px;
	background-color: #333;
	text-decoration: none;
	text-align: center;
	width: 12em;
	display: block;
	float: right;
	letter-spacing: 0.1em;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #555;
	color: #FFF;
}

/*広告の表示設定
---------------------------------------------------------------------------*/
.pc{
	display: block;
}

.sm{
	display:none;
}

/*動画の表示設定
---------------------------------------------------------------------------*/
.frame-wr{
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

object{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.frame-wr embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15 {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #313131;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
figcaption {
	font-size: 11px;
}
#menubar_hdr {
	display: none;
}
.mini1 {
	font-size: 11px;
	font-weight: normal;
}

