@charset "utf-8";

/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	line-height: 1.8;
}
:focus{
	outline:0;
}
table{
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td{
	text-align:left;
	font-weight:normal;
}
a img, iframe{
	border:none;
}
ol, ul{
	list-style:none;
}
input, textarea, select, button{
	font-size:100%;
	font-family:inherit;
}
select{
	margin:inherit;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
/*
ol{margin-left:2em;}
*/


/* == clearfix == */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}


body {
	color: #222;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka,  sans-serif;
	font-size: 16px;
	text-align: left;
	width: 100%;
	height: 100%;
	line-height: 1.8;
	background-attachment: scroll;
	background-color: #fff;
}


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

#wrapper {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: transparent;
	background-attachment: fixed;
	background-image: url(../img/white-rhombus.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-color: rgba(255, 255, 255, 0.74);
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
/*	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}


#main {
	width: 960px;
	background-color: #FBFBFC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 30px;
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
	border-right:solid 1px #ccc\9; /* ie8 */
	border-bottom:solid 2px #ccc\9; /* ie8 */
}


/* footer */

#footer {
}

#footer {
    background: #d1d1d1 none repeat scroll 0 0;
}

#footer {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #d1d1d1, #e3e3e3) repeat scroll 0 0;
    border-top: 1px solid #ecd853;
    clear: both;
    height: 100px;
    margin: 0;
    min-width: 860px;
    width: 100%;
}
#footer #footer-inr {
    margin: 0 auto;
    position: relative;
    width: 960px;
}
#footer #footer-inr p#f-logo {
    background: transparent url("../img/footer_logo.png") no-repeat scroll 0 0;
    display: block;
    height: 37px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    top: 56px;
    width: 100px;
}
#footer #footer-inr p#f-menu {
    left: 10px;
    position: absolute;
    top: 20px;
}
#footer p, #footer p a {
    color: #333333;
    font-size: 12px;
    margin-bottom: 0;
    padding-bottom: 0;
}
#footer address {
    color: #333333;
    font-size: 10px;
    position: absolute;
    right: 115px;
    text-align: right;
    top: 67px;
}

/* footer end */


#youtubeIframe {
	width: 720px;
	height: 452px;

	margin: 20px auto 20px auto;
}
