@charset "UTF-8";

/*
Theme Name: New World
Theme URI: http://salonbukken.com/aquaclala/
Description: アクアクララ北海道
Version: 1.1
Author: Furu
Author URI: http://salonbukken.com/aquaclala/
*/




/*=======================================
　　　　　　　基本CSS指定
=======================================*/
* {
	margin: 0px;
	padding: 0px;
}
html, body{
	width:100%;
	height:100%;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrap {
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
a:link{
	text-decoration:none;
	color:#0071bc;
}
a:visited{
	text-decoration:none;
	color:#0071bc;
}
a:hover{
	text-decoration:underline;
	color:#F60;
}
a:active{
	text-decoration:none;
	color:#F60;
}
.clear_both{
	clear:both;
}
.align_right{
	text-align:right;
}
.align_center{
	text-align:center;
}


/*=======================================
　　　ヘッダー〜メインナビゲーション
=======================================*/
#upper_box {
	height: 562px;
	width: 1000px;
	padding-left: 0px;
}
#header {
	background-image: url(images/bg_header.png);
	background-repeat: no-repeat;
	height: 108px;
	width: 1000px;
	position: relative;
}
#header_logo {
	height: 68px;
	width: 68px;
	position: absolute;
	left: 20px;
	top: 15px;
}
#catchcopy {
	height: 15px;
	width: 230px;
	position: absolute;
	left: 175px;
	top: 16px;
}
#catchcopy h2 {
	font-size: 10px;
	color: #2E3192;
	font-weight: normal;
}
#company {
	position: absolute;
	top: 10px;
	right: 0px;
	height: 70px;
}
#company h1 {
	font-size: 19px;
	color: #2e3192;
	line-height: 1.5em;
	font-weight: bold;
}
#company h3 {
	font-size: 19px;
	line-height: 17px;
	color: #2e3192;
	background-image: url(images/icon_freeD.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 5px;
	font-weight: bold;
}
#company p {
	font-size: 14px;
	line-height: 1.2em;
	color: #2e3192;
	margin-left:35px;
	text-align: right;
}
#jquery {
	width: 800px;
	padding-right: 100px;
	padding-left: 100px;
	padding-top: 100px;
}

#navi_sub {
	/*
	background-image: url(images/bg_navi.png);
	background-repeat: no-repeat;
	*/
	height: 0px;
	width: 940px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 25px;
	background-image:url(images/bg_white50%25.png);
	font-size: 12px;
}
#navi_sub ul li {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	background-repeat: no-repeat;
	float: left;
	padding-left: 25px;
	display: block;
	background-image: url(images/li_mark_navi.png);
	list-style-type: none;
	line-height: 20px;
	width: 140px;
	margin-bottom: 10px;
}


/*=======================================
　　　　　　メインコンテンツ
=======================================*/
#contents {
	height: auto;
	width: 927px;
	padding-right: 36px;
	padding-left: 37px;
	padding-top: 50px;
	float: left;
	margin-bottom: 20px;
}

#btn{
	height: 210px;
	width: 927px;
}
#btn ul li {
	float: left;
	list-style-type: none;
	margin-right: 3px;
}



#link {
	height: 220px;
	width: 912px;
	background-image: url(images/bg_link.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 18px;
}
#link ul li {
	float: left;
	list-style-type: none;
	margin-right: 13px;
}
#link_voice {
	height: 140px;
	width: 927px;
	margin-right: auto;
	margin-left: auto;
}

/*=======================================
　　　　　　　フッターエリア
=======================================*/
#footer_area {
	height: auto;
	width: 927px;
	padding-right: 36px;
	padding-left: 37px;
	margin-top: 20px;
}


#footer {
	height: 73px;
	width: 912px;
	background-image: url(images/bg_footer.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 13px;
	margin-right: auto;
	margin-left: auto;
}

#sitemap {
	height: auto;
	width: 797px;
	margin-left:auto;
	margin-right:auto;
	list-style-type: none;
	margin-top: 20px;
}
#wrap #footer_area #sitemap table tbody tr td dl dd ul {
	list-style-type: none;
}


#footer h2 {
	color: #0071bc;
	font-size: 18px;
	margin-bottom: 5px;
}
#footer p {
	font-size: 12px;
	line-height: 1.3em;
}
#copyright {
/*
	width: 800px;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
*/
	height: 30px;
	width: 800px;
	padding-top: 10px;
	padding-left: 200px;
}
#copyright ul li {
	list-style-type: none;
	float: left;
	font-size: 12px;
}

.w_navi {
	font-size: 14px;
	color: #06F;
}
.w_undernavi {
	font-size: 10px;
	color: #06F;
	line-height: 16px;
}
.w_undernavi dt {
	font-size: 10px;
	font-weight:bold;
	color: #333;
	line-height: 15px;
}
.w_undernavi dd {
	font-size: 10px;
	color: #333;
	line-height: 12px;
}
.w_undernavi ul li {
	list-style-type:none;
}

#copyright ul li {
	list-style-type: none;
	font-size: 12px;
}
#news_title {
	text-align:left;
	font-size:14px;
	color:#06C;
	margin-left:1em;
}

#news {
	/*	height:78px; */
	height:103px;
	width:900px;
	/*	font-size:11px; */
	font-size:14px;
	border:solid 1px #666;
	overflow:auto;
	text-align:left;
	scrollbar-3dlight-color:#ffeaff;
	scrollbar-arrow-color:#ffeaff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffeaff;
	scrollbar-track-color:#ffffff;
	padding:10px;
	color: #333;
	line-height: 22px;
}
#news li {
	list-style-type:none;
}
/*
#news h1 {
	font-size:100%;
	font-weight:normal;
	color: #333;
	font: 13px/1.385 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*font-size:small;
	*font:x-small;
}
#news h2 {
	font-size:100%;
	font-weight:normal;
	color: #333;
	font: 13px/1.385 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*font-size:small;
	*font:x-small;
}
#news h3 {
	font-size:100%;
	font-weight:normal;
	color: #333;
	font: 13px/1.385 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*font-size:small;
	*font:x-small;
}
#news h4 {
	font-size:100%;
	font-weight:normal;
	color: #333;
	font: 13px/1.385 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*font-size:small;
	*font:x-small;
}
#news h5 {
	font-size:100%;
	font-weight:normal;
	color: #333;
	font: 13px/1.385 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*font-size:small;
	*font:x-small;
}
#news h6 {
	font-size:100%;
	font-weight:normal;
	color: #333;
	font: 13px/1.385 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*font-size:small;
	*font:x-small;
}
*/
#jquery .anime {
}
#contents .bt_hon {
	width: 45%;
	margin-right: 10px;
	background-color: #8DD6E5;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	border-radius: 5px;
}
