@charset "UTF-8";

@font-face {
	font-family: 'MyriadProLight';
	src: url('font/myriadpro-light-webfont.eot');
	src: local('☺'), url('font/myriadpro-light-webfont.woff') format('font/woff'), url('font/myriadpro-light-webfont.ttf') format('truetype'),
		url('font/myriadpro-light-webfont.svg#webfontMQ2ajVPC') format('svg');
	font-weight: normal;
	font-style: normal;
}
		
@font-face {
	font-family: 'MyriadProRegular';
	src: url('font/myriadpro-regular-webfont.eot');
	src: local('☺'), url('font/myriadpro-regular-webfont.woff') format('woff'), url('font/myriadpro-regular-webfont.ttf') format('truetype'),
		url('font/myriadpro-regular-webfont.svg#webfontmLT68Kpx') format('svg');
	font-weight: normal;
	font-style: normal;
}

div#container {
	width:850px;
	margin:0 auto;
	}
	
div#header {
	width:850px;
	height:41px;
	margin-top:30px;
	margin-bottom:20px;
	}
	
div.logo {
	float:left;
	}

div.navigation {
	float:right;
	padding-top:25px;
	}
	
div#contents1 {
	width:850px;
	height:458px;
	margin-bottom:10px
	}

div#contents2 {
	margin:0;
	height:91px;
	padding:0;
	float:left
	}

div#contents3 {
	margin:0;
	height:91px;
	padding:0;
	float:right;
	margin-bottom:15px
	}

div#contact {
	margin-top:20px;
	width:850px;
	height:559px;
	background-image:url(../img/contactback.jpg);
	background-repeat:no-repeat
	}
	
div.contact2 {
	float:left;
	padding-left:125px;
	padding-top:120px;
	}
	
.contact2 a{
	color:#000080;
	text-decoration:none;
	font-weight:bold
	}

.contact2 a:hover{
	color:#0099CC;
	}


div#footer {
	width:850px;
	height:20px;
	border-top:1px solid #CCCCCC ;
	padding-top:7px;
	clear:both
	}

.navi {
	margin-right:75px;}
	
.thanks {
	text-align:left;
	font-weight:bold;
	font-size:14px;
	}

.text {
	text-align:left;
	width:600px;
	line-height:2
	}

.tel {
	margin-right:30px;
	float:left;
	}

.email {
	float:left;
	padding-top:3px
	}


.copyright {
	font-size:10px;
	float:right;
	padding-top:3px;
	color:#000000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3","HiraKakuPro-W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	}

.copyright a{
	text-decoration:none;
	color:#000000;
	}

.copyright a:hover {
	color:#CC0000}

div#recentpost {
	width:500px;
	height:91px;
	background-image:url(newsrelease.jpg);
	padding:0;
	float:left;
	margin-bottom:15px;
	}

div.recentposttext {
	width:335px;
	float:left;
	margin-left:155px;
	padding-right:10px;
	}
	
div.recentposttext a {
	color:#000000;
	text-decoration:none
	}

div.recentposttext a:hover {
	color:#CC0000
	}

div.recentposttext h2{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3","HiraKakuPro-W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size:12px;
	border-bottom:solid #FFFFFF 1px;
	padding-top:7px;
	padding-bottom:2px;
	margin:0
	}

div.recentposttext p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3","HiraKakuPro-W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size:11px;
	margin-top:5px;
	}
	
.alignleft {
	float:left;
	margin-right:5px;
	padding:0
	}

.alignright {
	float:right;
	margin-left:5px;
	}

