/* 指定が無い時のリンクの下線の有無 */
a {

	text-decoration: none;

/*	text-decoration: underline;*/
	}

/* 指定が無い時の未読リンクの色 */
a:link {
/*
	color: #006699;
*/
	color: blue;
	}

/* 指定が無い時の既読リンクの色 */
a:visited {
/*
	color: #006699;
*/
	color: blue;
	}

/* 指定無い時のリンク部分のクリック時 */
a:active {
	color: #006699;
	}

/* マウスカーソルがリンクにかさなった時 */
a:hover {
	color: #CC0000;
	text-decoration: underline;
	}

/* 指定が無い時の見出しタグの設定 */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

/* centerの内側のＢＯＸの基本設定 */
.content {
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;	
	color: #000000;
/*	font-family: Verdana, Arial, sans-serif; */
	font-size: 12px; /* 12px */
	}

/* contentで指定されているＢＯＸの中でPタグを使用した時の設定 */
.content p {
	color: #000000;
/*	font-family: Verdana, Arial, sans-serif; */
	font-size: 12px; /* 12px */
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	margin: 8px 0px 8px 5px;
	padding: 0px;
	}

/* contentで指定されているＢＯＸの中でblockquoteタグを使用した時の設定 */
.content blockquote {
	line-height: 1.5;
	}

/* メニュー枠内でulタグを使用した時の設定 */
.content ul {
	padding-left: 20px;
	margin: 0px;
	margin-bottom: 10px;
	}

/* contentで指定されているＢＯＸの中でliタグを使用した時の設定 */
.content li {
	line-height: 1.5;
	padding: 5px 0px 5px 0px;
	}

/* contentで指定されているＢＯＸの中でh1タグを使用した時の設定（エントリータイトル） */
.content h2 {
	color: #000099;
/*	font-family: Verdana, Arial, sans-serif; */
	font-size: 16px;	/* */
	text-align: left;
	font-weight: bold;
	line-height: 1.5;
	background-image: url("http://www.hotel-odashima.com/image/entry_title01.gif");
	padding: 5px 0px 5px 5px;	
	margin-bottom: 10px;
	}



.title	{ 
	padding: 1px 0px 1px 15px;	
	margin-bottom: 10px;
	background:#ebe9ea;	
	border: 3px solid #E0DEDF;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	}

.title2	{ 
	padding: 2px 0px 2px 15px;
	margin: 5px 0px 10px 0px;
	background-image: url("http://www.hotel-odashima.com/image/entry_title03.gif");
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	}


/* contentで指定されているＢＯＸの中でh3タグを使用した時の設定（エントリータイトル） */
.content h3 {
	color: #000099;
/*	font-family: Verdana, Arial, sans-serif; */
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	}

/* エントリーの日付 */
.content p.pan	{
		font-weight: normal; 
		font-size: 12px;
		color: #000000;
		padding:0px 0px 0px 0px;
		margin:0px 0px 10px 0px;

	}


/* contentで指定されているＢＯＸの中でp.postedを使用した時の設定（投稿者やコメント） */
.content p.posted {
	color: #999999;
/*	font-family: Verdana, Arial, sans-serif; */
	font-size: 10px;
	border-top: 1px solid #999999;
	text-align: right;	
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.trackbacks-header	{ 
	padding: 5px 0px 5px 5px;	
	margin-bottom: 10px;
	background:#b8dafc;	
	border: 3px solid #daecfe;
	}

.comments-header	{ 
	padding-right: 0px;
	border-top: #ff99cc 2px dashed;
	padding-left: 15px;
	background: #afafef;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: #ff99cc 2px dashed;
	}

.content p.trackbacks-info {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background:#FAFAFA;	
	padding: 5px 0px 5px 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #E0DEDF;
	}

/* Movable Typeの著作権表示部分Powered by に使われる設定 */
#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.25;
	text-align: left;
	color: #666666;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	}

/*  コメントされたデータを表示した時の設定 */
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

/*  コメントのフォームのtextareaの幅の設定 */
textarea[id="comment-text"] {
	width: 80%;
	}

/*  commenter-profile imgを使用した時の設定 */
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

/* 引用タグ（blockquote）を使用したときの設定 */
	blockquote {
		color: #000000;
		margin:10px 5px 0px 5px;
		font-size:12px;
		font-weight:normal;
		background:#FFFFCC;
		line-height:1.5;
		padding: 10px; 
		border: 2px dotted #99CC00;
		width: auto ;
	}

/* エントリーの画像 */
/*
.content img {
margin-right: 8px;
margin-bottom: 5px;
}
*/


hr { border:1px dashed #999999;}

td {
	font-size: 12px;
	line-height: 1.5;		
	}

/* link-note ではさまれた範囲の文字の設定 */
.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.8;
	text-align: left;
	padding: 5px 0px 5px 5px ;
	margin: 0px 0px 0px 0px;
	border: 0px;

	}


#first-title {
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
	text-align: left;
color: #425d84;
font-size: 13px;
font-weight: bold;
	padding: 0px 0px 0px 0px;
	width: 786px;
	}


/* ファーストタイトル */
#first-title h1 {
color: #425d84;
text-align: left;
font-size: 13px;
font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
}


#sub-title {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	text-align: left;
color: #425d84;
font-size: 13px;
font-weight: bold;
	padding: 0px 0px 0px 0px;
	width: 786px;
                background:#E2EBF4;
	}


/* サブタイトル */
#sub-title h2 {
                color: #425d84;
                background:#E2EBF4;
                text-align: center;
font-size: 13px;
font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin-right: 0px;
	margin-left: 577px;
	margin-top: 0px;
}


#sub-theme {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: right;
font-size: 13px;
font-weight: bold;
	padding: 0px 0px 0px 0px;
	width: 786px;
	}

/* サブテーマ */
#sub-theme h2 { color: #425d84;
                text-align: left;
font-size: 13px;
font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px; }

#policy { margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: center;
                background:#E2EBF4;
                color: #425d84;
font-size: 13px;
font-weight: bold;
	padding: 0px 0px 0px 0px;
	width: 786px; }

/* ポリシー */
#policy b { color: #425d84;
                background:#E2EBF4;
                text-align: center;
font-size: 13px;
font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin-right: auto;
	margin-left: 577px;
	margin-top: 0px; }

/* whatsnew */
.whatsline { background-image: url('image/line_05.gif'); }
/* body */
body {margin:0px 0px 0px 0px;}
/* レフトマージン8px設定 /
.margin8 {margin-left: 8px;}
/* パディング8px設定 */
.padding8 {padding-left:8px;}
