/* ==============================
リセット
============================== */
* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/* ==============================
共通スタイル
============================== */
p,li {
	font-size:83%;
	letter-spacing:1px;
}

h1,h2,h3 {
	letter-spacing:1px;
}

ul, ol {
	list-style:none;
}


p {
	line-height:150%;
	color:#4b3300;
/*
border:#006633 1px solid;
*/

	
}

.small {
	line-height:140%;
	color:#4b3300;
	font-size:65%;
}

body {
	margin:0 auto;
	text-align: center;
	background-color:#ffffff;
	background: url("../images/bg_main.gif");
	background-repeat:repeat-y;
	background-position:center;
	background-color:#f4f1e2;
	word-break:break-all;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-family:Arial, Helvetica, sans-serif;
}

/* リンク
------------------------------ */
a {
	color : #4b3300;
	text-decoration:underline;
}	

a:active {
	color : #4b3300;
	text-decoration:underline;
}

a:visited {
	color :#4b3300;
	text-decoration:underline;
}

a:hover	{
	color :#4b3300;
	text-decoration:none;
}	

/* ==============================
パンクズ
============================== */
#path {
	width: 770px;
	margin:10px 0 15px 0;
}


#path-txt {
	padding-left:7px;
	font-size:83%;
}


/* ==============================
レイアウト
============================== */

/* 全体大枠
------------------------------ */
#container {
	margin:0 auto;
	text-align: left;
	width:770px;
}

/* コンテンツエリア*/
#main {
	width:770px;
}

/* ==============================
左：メニュー
============================== */
#menu {	
	float: left;
	width: 180px;
	margin-right: 20px;
	color:#4b3300;
}

/* ==============================
右：メインコンテンツ
============================== */
#contents {
	float: right;
	width: 570px;
}

/* other */
hr {
	border:dotted #a5997f 1px;
	height:1px;
	margin:10px 0 10px 0;
}

.clear {
	clear: both;
}

/*お知らせ一覧*/
#oshirase p {
	line-height:2.5em;
}


