@charset "utf-8";
/*
Theme Name: karibiann案内
Theme URI: http://karibiann.net/
Description: karibiann案内のカスタマイズテーマ
Version: 1.0
Author: karibiann.net
Author URI: http://site.karibiann.net/
Tags: white, custom header, fixed width, two columns, widgets

*/

*{
	margin: 0;
	padding: 0;
}
body {
	font-size: 13px;
	color:#FFF;
	background-color: #000;
	margin: 0;
	padding: 0;
	font-family: "メイリオ", "ＭＳ Ｐゴシック" , "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS PGothic", sans-serif;
	line-height: 18px;
}
img {
	border: 0;
	}
table td{
	vertical-align: top;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
	font-size: 14px;
}
a{
	color: #FFF;
	text-decoration: underline;
}
a:hover{
	color: #F90;
	text-decoration: underline;
}
p{
	padding: 7px 0;
}
ul,ol{
	list-style-position: inside;
}

input,textarea{
	font-size: 14px;
}

.red{
	color: #DC143C;
}
.green{
	color: #009900;
}
.orange{
	color: #F04E00;
}
.clear{
	clear: both;
}
.clear_left{
	clear: left;
}
.small{
	font-size: 12px;
}
.bold{
	font-weight: bold;
}
.align_center{
	text-align: center;
}
.align_right{
	text-align: right;
}
.small{
	font-size: 12px;
}
.notice{
	color: #CCC;
	font-size: 12px;
}
.line-through{
	text-decoration:line-through;
}
.odd{
	color: #000;
	background-color: #F5F4F0;
}
.even{
	color: #000;
	background-color: #FFF;
}
.text16{
	font-size: 16px;
}
/*メインテーブル*/
div#main{
	width: 910px;
	margin: 0 auto;
}

/*ヘッダー*/
div#header{
	padding: 10px 2px;
	position: relative;
	margin-bottom: 10px;
}
h1{
	font-size: 24px;
	font-weight: bold;
}
div#description{
	width:565px;
	text-align: right;
	padding-right: 5px;
	position: absolute;
	left: 340px;
	top: 5px;
}
div#description p{
	padding: 0;
}
div#header h2{
	font-size: 14px;
	width:545px;
	text-align: right;
	padding-right: 5px;
	position: absolute;
	left: 360px;
	top: 45px;
}
/*ヘッダーメニュー*/
div#header-menu{
	width: 300px;
	padding: 5px 0 5px 20px;
	position: absolute;
	left: 590px;
	top: 45px;
}
	
/*メインコンテンツ*/
div#main_content{
}

.navigation{
	padding: 10px 0;
}

/*左メニューブロック*/

/*パンクズリスト*/
div#breadcrumb{
	float: left;
	width: 650px;
	padding: 10px 0 10px 0;
}
div#block_left{
	float: left;
	width: 190px;
	padding: 10px 0 0 0;
	border-right: solid 1px #B3B3B3;
}
div#block_left .block_content{
	width: 170px;
	padding: 5px;
	background: #EBEBEB;
}

/*メインメニュー*/
div#block_left .widgettitle{
	font-size: 16px;
	font-weight: bold;
}
div#block_left .widgetcontent{
	margin-bottom: 35px;
}
div#block_left .widgetcontent ul li{
	padding: 10px 0;
	border-bottom: dotted 1px #FFF;
}

/*右コンテンツブロック*/
div#block_right{
	float: right;
	width: 700px;
	padding-right: 10px;
}

div.toppage .title{
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	color: #0C0;
	border-bottom: dotted 1px #0C0;
	font-weight: bold;
	padding: 5px 0;
	margin-bottom: 10px;
}

div#block_right .block_content{
	padding: 0 0 5px 0;
	margin-bottom: 15px;
}

/*個別ページ*/
div.single-page .title{
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	color: #0C0;
	border-bottom: dotted 1px #0C0;
	font-weight: bold;
	padding: 5px 0;
	margin-bottom: 10px;
}

div.single-page-content{
	padding: 5px;
	margin-bottom: 25px;
}
p.p-top{
	padding-top: 0;
}



/*手数料*/
table.ryoukinn_map{
	table-layout: fixed;
	width: 660px;
	border: solid 1px #CCC;
	border-collapse: collapse;
}
table.ryoukinn_map th{
	padding: 8px;
	border: solid 1px #CCC;
}
table.ryoukinn_map td{
	vertical-align:middle;
	padding: 8px;
	border: solid 1px #CCC;
}

div.blog .post{
	border-bottom: dotted 1px #666;
	padding: 10px 0;
	margin-bottom: 10px;
}

div.blog .entry{
	padding: 10px 0;
	line-height: 150%;
}


/*フッター*/
div#footer{
	border-top: solid 1px #FFF;
	font-size: 14px;
	clear: both;
	text-align: center;
	color: #FFF;
	padding: 2px 2px;
}

