@charset "utf-8";
/* CSS Document */




div h2 {
	font-weight: bold;
	font-size: 14px;
	color: #f1dbd1;
}









body {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 17px;
	background: #181110 url(../common/bg_conBack.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	color: #DBCABB;
}

div#allWrapper {
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: url(../common/bg.jpg) left top no-repeat;
}

div#contentsTop {
	padding: 0px 30px 0px 0px;
	margin: 150px 0px 0px 0px;
	width: 938px;
	height: 47px;
	background: url(../common/bg_contentsTop.png) no-repeat bottom;
}

div#contentsTop ul {
	margin: 0px;
	padding: 0px;
	height: 25px;
	list-style: none;
	float: right;
}

div#contentsTop ul li {
	margin: 0px 1px 0px 0px;
	padding: 0px;
	width: 140px;
	height: 25px;
	float: left;
}

div.historyBox {
	width: 510px;
	background: #0F0706;
	margin: 0px 0px 5px 26px;
}

div.historyYear {
	width: 103px;
	padding: 8px 0px 8px 17px;
	background: url(../common/bg_listIcon.jpg) left top no-repeat;
	float: left;
}

div.historyTxt {
	padding: 8px 0px 8px 17px;
	float: left;
}


div#textArea {
	margin: 20px 0px 0px 24px;
	color: #B6928D;
}


div.entry p {
	line-height: 1.7 !important;
}




/*******************
SYSTEM
*******************/

div.systemBox1 {
	background: url(../about/img/system_bg.gif);
	width: 620px;
	height: 33px;
	margin: 0px 0px 1px 25px;
}

div.systemBox1_en {
	background: url(../about/img/system_bg.gif);
	width: 620px;
	height: 50px;
	margin: 0px 0px 1px 25px;
}

div.systemBox2 {
	background: url(../about/img/system_bg.gif);
	width: 620px;
	height: 80px;
	margin: 0px 0px 1px 25px;
}

div.systemBox2_en {
	background: url(../about/img/system_bg.gif);
	width: 620px;
	height: 95px;
	margin: 0px 0px 1px 25px;
}


div.systemBox3 {
	background: url(../about/img/system_bg.gif);
	width: 620px;
	height: 220px;
	margin: 0px 0px 1px 25px;
}

div.systemBox3_en {
	background: url(../about/img/system_bg.gif);
	width: 620px;
	height: 200px;
	margin: 0px 0px 1px 25px;
}

div.systemTtl {
	width: 103px;
	margin: 0px;
	padding: 8px 0px 8px 17px;
	background: #0F0706 url(../common/bg_listIcon.jpg) left top no-repeat;
	float: left;
	font-weight: bold;
}

div.systemTxt {
	width: 483px;
	margin: 0px;
	padding: 8px 0px 8px 17px;
	float: left;
}



/*******************
CLUB LIFE
*******************/
div#eventBox {
	width: 621px;
	height: 31px;
	margin: 0px 0px 40px 25px;
}

div#eventBox div {
	width: 206px;
	height: 23px;
	text-align: center;
	padding: 8px 0px 0px 0px;
	margin: 0px 1px 0px 0px;
	background: url(../about/img/event_bg.gif);
	float: left;
}


div#comityBox {
	width: 620px;
	margin: 0px 0px 40px 25px;
}

div#comityBox div.comityList {
	width: 603px;
	margin: 0px 0px 1px 0px;
	padding: 8px 0px 8px 17px;
	background: #0F0706 url(../common/bg_listIcon.jpg) left top no-repeat;
}

div#comityBox div.comityList1 {
	width: 603px;
	height: 37px;
	margin: 0px 0px 1px 0px;
	padding: 8px 0px 8px 17px;
	background: #0F0706 url(../common/bg_listIcon.jpg) left top no-repeat;
}

div#comityBox div.comityList1 div {
	width: 185px;
	height: 16px;
	margin: 0px;
	float: left;
	font-weight: normal;
}

div#comityBox div.comityList1 div span {
}

div#comityBox div.comityList1 div.golfText {
	width: 415px;
	height: 35px;
	margin: 0px;
	float: left;
}


div#comityBox div#imageBox {
	width: 620px;
	margin: 4px 0px 0px 0px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	background: #0F0706;
}

div#comityBox img {
	margin: 0px 1px 0px 0px;
}




/* Copy from WordPress wp-content/themes/default/style.css */
/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
}

/*  Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left
}

