/* CSS Document */

/* ---- BaseLayout ---- */
* {
	margin: 0;  /* All reset */
	padding: 0;  /* All reset */
	border: none;
}



body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #666666;
	line-height: 1.6em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Tahoma", "Arial", "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "sans-serif" !important;
	font-size:12px;
	background-image: url(../images/bg.png);
	background-position: top center;
	background-repeat: repeat-y;
}




/* -- link -- */
a:link {
	color: #0066FF;
	text-decoration: none;
}



a:active {
	color: #0066FF;
	text-decoration: none;
}



a:hover {
	color: #0099FF;
	text-decoration: underline;
}



a:visited {
	color: #0066FF;
	text-decoration: none;
}




/* -- font -- */
p {
	line-height: 1.7em;
	margin: 0px 0px 5px 0px;
}



p .txt{
	line-height: 1.7em;
}





h1 {
	padding: 0px;
	margin: 0px 0px 5px;
	font-size: 138.5%;
	font-weight: bold;
	color: # 333333;
	text-align: left;
}



h2 {
	padding: 0px;
	margin: 2px 0px 3px 0px;
	font-size: 1.6em;
	font-weight: bold;
	color: #D0AF56;
	line-height: 1.4em;
}



h2 a {
	color: #B2BB91;
	text-decoration: none;
}



h2 a:hover {
	color: #0066FF;
	text-decoration: underline;
}



h3 {
	padding: 0px;
	margin: 3px 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Tahoma", "Arial", "Helvetica", "sans-serif";
	font-size: 0.9em;
	font-weight: normal;
	color: #DEDEDE;
	line-height: 1.6em;
}



h4 {
	padding: 0px 0px 5px;
	margin: 15px 5px 3px 0px;
	border-bottom-color: #DEDEDE;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-size: 100%;
	font-weight: 400;
	color: #B2BB91;
}



h5 {
	font-size: 77%;
	font-weight: normal;
	color: #BEBEBE;
	line-height: 1em;
}

.red {color: #CC0000;}
.blue {
	color: #0099FF;
	font-size: 1.2em;
}
.textitle {
	font-size: 1.2em;
	font-weight:bold;
}
.black {color: #303030;}
.gray {color: #9F9F9F;}


/* -- images -- */
img {
	margin: 0px;
	overflow: hidden;
	border: 0px;
	vertical-align: bottom;
	outline: none;
}




/* -- box -- */
table {
	padding: 0px;
	margin: 10px 0px;
	border: none;
	line-height: 1em;
}



tr {
	padding: 0px 0px;
	margin: 0px;
}

th {
	padding: 2px 3px 2px 10px;
	line-height: 40px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFCC;
	border: 1px solid #DEDEDE;
	text-align: left;
}


td {
	padding: 2px 3px 2px 10px;
	line-height: 1.5em;
	background-color: #FFFFEE;
	border: 1px solid #DEDEDE;
}

td a {
	padding: 2px 3px 2px 3px;
	line-height: 1.5em;
	color: #666666;
	text-decoration: none;
}

td a:hover {
	color: #0066FF;
	text-decoration: underline;
}

ul,ol{
	padding: 0px;
	line-height: 1.2em;
}




li {
	padding: 0px;
	list-style: none;
}




/* -- container -- */
#container {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/head_bg.png);
	background-position: left top;
	background-repeat: repeat-x;
}

#frame {
	width: 880px;
	padding: 0px;
	margin: 0px auto 0px;
	position: relative;
	border-top: 2px solid #FFFFFF;
}


/* -- header -- */
#header {
	height: 390px;
	width: 880px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	display: block;
	top: 225px;
	left: 20px;
	color: #669900;
	font-size: 16px;
	text-shadow: 1px 1px 2px #C0C0C0;

}

#header h1 a {
	color: #669900;
	text-decoration: underline;
}

#header h1 a:hover {
	color: #0099FF;
	text-decoration: underline;
}

#header h2 {
	width: 400px;
	position: absolute;
	display: block;
	top: 255px;
	left: 20px;
	color: #0099CC;
	font-size: 12px;
	line-height: 1.4em;
}


/* -- main frame -- */
#wrap {
	width: 880px;
}




#left {
	float: left;
	width: 360px;
	padding: 20px 0px;
	margin: 0px 0px 0px 0px;
}




#center {
	height: 480px;
	width: 920px;
	padding: 0px;
	margin: 0px;
}




#centerB {
	float: left;
	height: 480px;
	width: 540px;
	margin: 0px 20px;
}


#main {
	float: left;
	width: 600px;
	margin: 10px;
	padding: 10px 0px;
	vertical-align: middle;
	height: 350px;
}


#right {
	float: left;
	width: 860px;
	margin: 10px;
	padding: 10px 0px;
	vertical-align: middle;
	height: 350px;
}



#sub {
	float: right;
	width: 240px;
	margin: 30px 5px 10px 10px;
}


#tweet {
	display: block;
	margin: 0px 0px 10px;
	padding: 0px 0px;
}

#youtube {
	display: block;
	margin: 0px 0px 10px;
	padding: 0px 0px;
}

p a:hover img {
	opacity: 0.8;
}


#footer {
	clear: both;
	height: 35px;
	width: 880px;
	text-align: center;
}




/* -- clearfix -- */
.clearfix:after {
	clear: both;
	display: block;
	content: "";
}



.clearfix {
	min-height: 1px;
}



.clearfix {
	display: inline-block;
}



/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}



.clearfix {
	display: block;
}



/* End hide from IE-mac */
.clearfix {
	overflow: hidden;
}


* Edit Dreamweaver */

/* -- company color -- */

.grBrown {
	color: #523D16;
}



.grBeige {
	color: #D0AF56;
}



.grRed {
	color: #B31A20;
}



.grSilver {
	color: #9F9FA0;
}

.style1 {
	color: #FF6600;
	font-weight: bold;
	line-height: 1.7em;
	margin: 2px 0px 5px 0px;
	font-size: 1.1em;
}
.style2 {
	color: #FF6600;
	font-size: 1.4em;
	margin: 0px 0px 5px 0px;
}

blockquote {
	margin: 5px 0px;
	padding: 8px 10px 5px;
	border: 3px double #CCCCCC;
	border-radius: 10px; /* CSS3 */

	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	background-color: #FFEEEE;
	width: 825px;
}


table.tbl {
	width: 550px;
	margin: 10px 0px;
	background-color: #fffff0;
	padding: 0px;
}
table.tbl th {
	text-align: left;
	vertical-align: top;
	padding: 3px;
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
	color: #0099FF;
}
table.tbl td {
	text-align: left;
	vertical-align: top;
	padding: 3px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 11px;
}

div.tdftdiv  {
	display:none !important;
}

/*-- AMEBLO --*/
#ameblo {
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 40px;
	position: absolute;
	top: 300px;
	left: 15px;
	display: block;
}

#ameblo a:hover img {
	opacity: 0.8;
}
