/*--------------------------------------*/
/* Default_theme スタイルシート(UTF-8)  */
/*--------------------------------------*/

/* LINK */
a          { color: #00F; text-decoration: none; }
a:link     { color: #00F; text-decoration: none; }
a:visited  { color: #00F; text-decoration: none; }
a:active   { color: #00F; text-decoration: none; }
a:hover    { color: #88F; text-decoration: none; }


/* テーマ　基本設定
----------------------------------------------------------------- */
body{
    margin: 0px;
    background-color: #EEE;
    font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro";
    color:#000;
    font-size:12px;
    line-height:150%;
    background: #B7B47B url(images/bg.jpg);
    background-repeat: repeat-x;
    
}

.cenote {
    margin-left:auto;
    margin-right:auto;
    text-align:justify;
    background-color: #FFF;
    border-style: solid;
    border-width: 1px;
    border-color: #999;
    margin: 0 19px;
    width:760px;
}
.cenote_con {
    margin: 10px 10px;
    width:740px;
}

/* メインコンテンツ　テーブル設定
----------------------------------------------------------------- */
table.cenote_table{
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
}
	
tr.cenote_table{
}
th.cenote_table{
	font-weight: bold;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	background-color: #666;
}
td.cenote_table{
	font-weight: normal;
	color: #666;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
}

/* ウィジェット　テーブル設定
----------------------------------------------------------------- */
.cenote_widget a{
	display: block;
	color: #666;
	text-decoration: none; 
	background-color: #EEE;
	border: solid 1px;
	border-color: #CCC #666 #666 #CCC;
}

.cenote_widget a:hover{
	color: #333;
	text-decoration: none;
	background-color: #AAA;
	border: solid 1px;
	border-color: #CCC #DDD #DDD #CCC;
}
table.cenote_widget{
    border: 1px solid #666;
    border-collapse: collapse;
    width:100%;
    margin: 5px 0px;
    padding: 5px 0px;
    font-size: 12px;
}
	
tr.cenote_widget{
}
th.cenote_widget{
	width: 100%;
	height: 30px;
	color: #555;
	text-decoration: none; 
	border: solid 1px;
	border-color: #999;
    text-align: center;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #FFF url(images/wgt_title_bg.jpg);
    background-repeat: repeat-x;
}
td.cenote_widget{
    border: 0px solid #000;	
    margin: 0px;
    padding: 2px 2px;
    color: #333;
    background-color: #EEE;
}

/* 各項目用設定　ヘッダー
----------------------------------------------------------------- */
.cenote_title {
    background-image : url(images/header_img.jpg);
    margin: 0px;
    padding: 10px;
    width:780px;
    height:180px;
    font-weight:bold;
    color:#FFF;
    font-size:3em;
    line-height:120%;
    text-align: left;
}

/* 各項目用設定　ナビゲーション
----------------------------------------------------------------- */
.cenote_navigation {
    background-image : url(images/menubar_img.jpg);
    margin: 0px;
    padding: 5px 0px 5px 20px;
    width:780px;
    height:20px;
    border-top: 1px solid #777;
    border-bottom: 1px solid #444;
    text-align: left;
}
.cenote_main_contents{
    background-color: #FFF;
    margin: 0px;
    padding: 0px;
    width:800px;
}
.cenote_main_left{
    float: left;
    margin: 0px;
    padding: 5px;
    background-color: #FFF;
    width:140px;
}
.cenote_main_center{
    float: left;
    margin: 0px;
    padding: 5px;
    background-color: #FFF;
    width:640px;
}
.clear{
	clear: left;
}
.cenote_footer{
    background-image : url(images/menubar_img.jpg);
    width:800px;
    height:25px;
    padding: 5px 0 0 0;
    text-align: center;
    font-weight:bold;
    color:#FFF;
}

/* -----------------------------------------------------------------
   これ以降は利用するウィジットにあわせて変更してください
------------------------------------------------------------------*/
/****************************************************/
/* フォント指定（仮）                               */
/****************************************************/
. {
	font-style: Normal;
	font-size: 12;
}
/* フォント色(赤) */
.red {
	color: #FF0000;
	font-size: 12;
}
/* フォント色(緑) */
.green {
	color: #009900;
	font-size: 12;
}
/* フォント色(緑) */
.green2 {
	color: #009900;
	font-size: 14;
}/* フォント色(青) */
.blue {
	color: #0000d0;
	font-size: 12;
}
/* フォント色(白) */
.white {
	color: #FFFFFF;
	font-size: 12;
}

/****************************************************/
/* ボディ                                           */
/****************************************************/
BODY {
	margin: 0px;
	background-color: #CCC;
/*
	color:#666;
*/
	color:#333;
    font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro";
	font-size:10px;
	line-height:20px;
}
BODY.except {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

/****************************************************/
/* テーブル（仮）                                   */
/****************************************************/
TABLE {
	border-style: solid;
    border-width: 0px;
    border-color: #DDD;
}
TH {
//	color: #FFF;
	color: #000;
	margin: 0px;
	padding: 3px;
	text-align:left;
	font-weight: bold;
	border-style: solid;
	line-height:18px;
    border-width: 0px;
    border-color: #DDD;
}
TD {
	margin: 0px;
	border-style: solid;
    border-width: 0px;
    border-color: #DDD;
}
TABLE.border {
	border: 1px;
	border-color: #999999;
	border-style: solid;
}
TH.border {
	border: 1px;
	border-color: #999999;
	border-style: solid;
}
TD.border {
	border: 1px;
	border-color: #999999;
	border-style: solid;
}
TD.noborder {
	border: 0px;
}

TABLE.main {
	width: 695px;
/*	margin-top: 45px;*/
/*	margin-bottom: 45px;*/
	margin-left: 75px;
	margin-right: 30px;
	font-size: 12px;
}

/****************************************************/
/* インプット（仮）                                 */
/****************************************************/
INPUT {
	font-size: 12;
	font-weight: normal;
}
INPUT.ime_off {
	ime-mode: disabled;
}
INPUT.ime_on {
	ime-mode:active;
}
INPUT.password {
	font-size: 12;
	font-weight: normal;
	ime-mode: disabled;
}

/****************************************************/
/* 水平線                                           */
/****************************************************/
HR {
	border-color: #CC0033;
	border-style: solid;
}

/****************************************************/
/* アプリケーションヘッダー                         */
/****************************************************/
TABLE.aph {
	border-width: 0;
	font-size: 12;
}
TD.aph {
	border-width: 0;
}
IMG.aph {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
	vertical-align: bottom;
}
INPUT.aph {
	background-color: #CC0033;
	color: #FFFFFF;
}

/* LINK */
a          { color: #00F; text-decoration: none; }
a:link     { color: #00F; text-decoration: none; }
a:visited  { color: #00F; text-decoration: none; }
a:active   { color: #00F; text-decoration: none; }
a:hover    { color: #00F; text-decoration: none; }

/****************************************************/
/* アプリケーションメイン                           */
/****************************************************/
TABLE.apm {
	background-color: #FFFFFF;
}
TD.apm {
	border-width: 0;
}
DIV.apm {
	background-color: #FFFFFF;
	width: 800;
}

/****************************************************/
/* アプリケーションフッター                         */
/****************************************************/
TABLE.apf {
	border-width: 0;
}
TD.apf {
	border-width: 0;
}
IMG.apf {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
	vertical-align: bottom;
}

/****************************************************/
/* 桜ゴルフ指定CSS                                  */
/****************************************************/
span.p1{
	font-size: 24px;
	font-weight: bold;
	color: #CC0033;
}
span.p2{
	font-size: 20px;
	font-weight: bold;
	color: #CC0033;
}
span.p3{
	font-size: 16px;
	font-weight: bold;
	color: #CC0033;
}
span.p4{
	font-size: 12px;
	font-weight: bold;
	color: #CC0033;
}
span.p5{
	font-size: 10px;
	font-weight: bold;
	color: #CC0033;
}
.text_small{
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	line-height:22px;
	color: #666;
	background-color: #FFFFFF;
}
.block1{
	padding: 0px 0px 0px 100px;
	width: 550px;
	margin: 0px;
	background-color: #FFF;
	border-style: solid;
	border-width: 0px;
	border-color: #FFF;
	font-weight: normal;

}
.block1_line{
}
.block2_l{
	float: left;
	padding: 0px 0px 0px 100px;
	margin: 0px;
	width: 150px;
	background-color: #FFF;
	border-style: solid;
	border-width: 0px;
	border-color: #FFF;
	font-weight: bold;
}
.block2_r{
	float: left;
	margin: 0px;
	width: 400px;
	padding: 0px;
	background-color: #FFF;
	border-style: solid;
	border-width: 0px;
	border-color: #FFF;
}
.block2_r:after{
	clear: left;
}
.clear{
	clear: left;
}
.block2_line{
	margin: 0px 0px 0px 100px;
	width: 550px;
	height: 10px;
	background-image: url(image/block.gif);
	background-repeat: no-repeat;
}
.block2_line{
}
table.baibai{
	border-style: solid;
	border-width: 0px;
	border-color: #DDD;
}
td.blue {
	margin: 0px;
	padding: 3px;
	background-color: #ddffff;
	font-size: 12px;
	line-height:22px;
	border-style: solid;
	border-width: 1px;
	border-color: #DDD;
}
td.yellow {
	margin: 0px;
	padding: 3px;
	background-color: #ffffcc;
	font-size: 12px;
	line-height:22px;
	border-style: solid;
	border-width: 1px;
	border-color: #DDD;
}
.midashi{
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #CC0033;
	background-image: url(image/midashi.gif);
	background-repeat: no-repeat;
	text-align: left;
	text-style: bold;
	margin-top: 27px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.fnt12 {
	font-size: 12px;
	line-height:22px;
}

.fnt12_2 {
	font-size: 12px;
	line-height:12px;
}

.fnt12_3 {
	font-size: 12px;
	line-height:17px;
}

.fnt16 {
	font-size: 16px;
	line-height:22px;
}

.fnt_big {
	font-size: 20px;
	font-weight: bold;
}

.fnt_small {
	font-size: 6px;
}

.fnt_navy {
	font-size: 15px;
	font-weight: bold;
	color: #000099;
}

.fnt_navy2 {
	font-size: 14px;
	font-weight: bold;
	color: #000099;
}
.fnt_weekly {
	font-size: 12px;
	border-style: none solid none none;
	border-width: 1px
	border-right-color: #FF0000;
}

.bg_glay{
	background-color: #EEE;
	font-size: 12px;
	line-height:22px;
}
.bg_blue{
	background-color: #CCF;
	font-size: 12px;
	line-height:22px;
}
.bg_pink{
	background-color: #FCC;
	font-size: 12px;
	line-height:22px;
}
.bg_green{
	background-color: #00FA9A;
	font-size: 12px;
	line-height:22px;
}
.bg_white{
	background-color: #FFF;
	font-size: 12px;
	line-height:22px;
}
.COMMON_BODY {
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	background-color: #333;
	border-style: solid;
	border-width: 0px;
	border-color: #EEE;
	width: 800px;
}
.HEADER{
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 800px;
	height:116px;
}
.CONT{
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 800px;
}

.FOOTER{
	clear: left;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 80px;
}

.LEFT_SPACE_OLD{
	float: left;
	background-color: #FFF;
    margin: 0px;
    padding: 0px;
	width: 20px;
}

.CENTER_SPACE{
/*
	background-color: #FFF;
    margin: 10px 19px 10px 19px;
    padding: 3px;
	width: 754px;
	border-color: #666;
    border-style: solid;
    border-width: 1px;
*/
	background-color: #FFF;
    margin: 10px 20px 10px 20px;
    padding: 3px;
	width: 752px;
	border-color: #999;
    border-style: solid;
    border-width: 1px;
}
.CENTER_CONTENT{
	background-color: #FFF;
    padding: 0px 20px 0px 20px;
	width: 712px;
	border-color: #999;
    border-style: solid;
    border-width: 0px;
}
.CENTER_SPACE_2{
	background-color: #FFF;
    margin: 10px 20px 10px 20px;
	width: 760px;
}
.CENTER_SPACE_TITLE{
	background-color: #FFF;
    margin: 0px 20px;
    padding: 0px;
	width: 760px;
}
.RIGHT_SPACE_OLD{
	float: left;
	background-color: #FFF;
    margin: 0px;
    padding: 0px;
	width: 20px;
}
.TOPIC_PATH{
	background-image: url(image/header_line2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	width: 625px;
	height: 44px;
}
.CONTENTS_TITLE{
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 35px;
}
.CONTENTS{
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	font-weight: normal;
	line-height:22px;
}
.CLR_FLOAT{
	clear: both;
}
#TOPIC_PATH_TEXT{
	line-height: 150%;
	color: #CC0033;
	font-size:12px;
	font-weight: normal;
}
.base_blue {
	font-size: 12px;
	line-height: 22px;
	background-color: #CCCCFF;
}
.base_gray {
	font-size: 12px;
	line-height: 22px;
	background-color: #EEEEEE;
}

