@charset "UTF-8";

* {
	margin:0;
	padding:0;
	color:#333333;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Verdana', 'Arial', 'Helvetica', 'Osaka', 'ＭＳ Ｐゴシック';
	font-size:100%;
	}
html,body {
	scrollbar-face-color:#030358;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#000033;
	scrollbar-3dlight-color:#999999;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#CCCCCC;
	scrollbar-darkshadow-color:#000033;
}
html {
	height:auto;
}	

body {
	background-color:#FFFFFF;
	height:auto;
}

a:link, a:visited {
	color: #0000CC;
	text-decoration:none;
}
a:active, a:hover {
	color: #FF7700;

	text-decoration:none;
}
div#header {
	width:800px;
	height:50px;
	margin:0 auto;
	background-color:#FFFFFF;
	text-align:right;
}
div#header img {
	margin-top:15px;
	margin-right:10px;
}
div#navi {
	width:800px;
	height:20px;
	margin:0 auto;
	background-color:#FFFFFF;

}
div#mainimg {
	clear:both;
	margin:0 auto;
	text-align:center;
	background-color:#FFFFFF;
	border-top:6px solid #A51818;
}

div#container {
	width:800px;
	height:100%;
	margin:0 auto;
	background-color:#FFFFFF;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	}


div#container div#profilebox {
	width:750px;
	height:420px;
	padding-top:20px;
	margin:0 0 0 30px;
	background-color:transparent;
}
div#container div#profilebox img.profile {
	padding:5px;
	border:1px solid #CCCCCC;
	margin-right:20px;
	float:left;
}

div#container div#box {
	width:750px;
	height:350px;
	
	margin:0 0 0 30px;
	background-color:transparent;
}
div#container div#box p {
	font-size:80%;
	line-height:150%;
	width:720px;
	text-align:inherit;
}

div#container div#box .textbox {
	float:left;
	width:700px;
	height:100%;
	padding:30px 0 0 30px;
}
div#container div#box img.title{
	margin-top:20px;
}
h1 {
	font-size:80%;
	background-color:#CCCCCC;
	padding:5px;
	text-indent:2em;
	margin-bottom:15px;
	background-image:url(../img/contact/mail.gif);
	background-position:left;
	background-repeat:no-repeat;
}
h2 {
	font-size:80%;
	padding:5px;
	text-indent:2em;
	margin-bottom:15px;
	background-image:url(../img/contact/yajirushi2.gif);
	background-position:left;
	background-repeat:no-repeat;
}

h3 {
	font-size:80%;
	background-color:#CCCCCC;
	padding:5px;
	text-indent:2em;
	margin-bottom:15px;
	background-image:url(../img/contact/yajirushi.gif);
	background-position:left;
	background-repeat:no-repeat;
}

/*div#container div#box img.title {
	filter: alpha(Opacity=80);
	opacity: 0.8;

}*/


iframe.mainFrame {
	width: 750px;
	height: 610px;
	padding-top:20px;
	background: transparent;
	scrollbar-face-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #000033;
	scrollbar-3dlight-color: #000033;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #333333;
}
iframe.subFrame {
	width: 680px;
	height: 300px;
	background: transparent;
	scrollbar-face-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #000033;
	scrollbar-3dlight-color: #000033;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #333333;
}


div#footer {
	clear:both;
	width:800px;
	height:200;
	margin:auto;
	text-align:center;
/*	border-bottom:1px solid #CCCCCC;*/
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
#footer p.copy {
	color:#999999;
	font-size:11px;
}
div#footer2 {
	border-top:1px solid #CCCCCC;
	}