@charset "UTF-8";
@import url("ui.css");
@import url("text.css");
@import url("photo.css");
@import url("table.css");

/* 森びとの会用 2009 02 10 */

/* ブラウザスタイルの初期化 */

* {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.2em;
}



img {
	border: 0;
}


/* リンクテキスト (a) */

a:link {
	border-style: none;
	color: #4545f4;
	text-decoration: none;
}

a:visited {
	color: #b61f2e;
	text-decoration: none;
}

a:hover {
	color: #f86e6e;
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}


/* レイアウト全体 */

body {
	background: #f6f6f1 url(../common/bg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
}

#wrapper { 
	margin: 0 auto 0 auto;
	width: 940px;
}

#header {
	margin: 0px 0px 0px 0px;
	width: 940px;
	height: 250px;
	background-image: url(../common/bg_header.png);
	behavior: expression(IEPNGFIX.fix(this));
	position: relative;
}




div#maingraphics img{
	margin: 0px 10px 0px 10px;
}



/* コンテンツエリア定義 */
#contentsArea{ 
	width: 940px;
	padding-top: 5px;
	background-image: url(../common/bg_contents.png);
	behavior: expression(IEPNGFIX.fix(this));
	overflow: auto;
}

#contents { 
	width: 800px;
	margin: 0px 0px 0px 70px;
	hGeight: 300px;
	overflow: auto;
	padding-bottom: 50px;
}


/* 本文領域 */
div#leftcolumn {
	float: left;
	width: 480px;
	margin-left: 35px;
}

div#rightcolumn {
	float: right;
	width: 205px;
	margin-right: 27px;
}


/* サイドバー */

.sideMenuTitle{
	font-size: 10px;
	line-height: 1.6em;
	color: #888;
	margin: 0 0 10px 0px;
}


/* フッター */
#footer{ 
	height: 250px;
	background: url(../common/footer.gif) repeat-x;
	position: relative;
}

#footer #footerContents{
	margin: 0 auto 0 auto;
	width: 760px;
}

#footer #contactUs {
	float: right;
	margin-top: 0px;
}

#footer #contactUs a{
	display: block;
	width: 150px;
	height: 150px;
	background: url(../common/btn_contact.png) no-repeat;
	behavior: expression(IEPNGFIX.fix(this));
	z-index: 2;
	text-indent: -9999px;
}

#footer #contactUs a:hover{
	background: url(../common/btn_contact_o.png) no-repeat;	
}


#footer h3{
	color: #fff;
	font-size: 14px;
	padding: 20px 0px 14px 0px;
}

#footer #usE {
	color: #ccc;
	font-size: 11px;
	width: 290px;
	line-height: 1.3em;
	float: left;
}

#footer #usJ {
	color: #ccc;
	font-size: 11px;
	width: 270px;
	line-height: 1.8em;
	margin-left: 320px;
}

#footer #credit {
	padding-top: 20px;
	font-size: 12px;
	clear: both;
	color: #eee;
}



