@charset "Shift_JIS";

/* ■ページ構造 */

body {
	margin-top: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 13px;
	line-height: 1.5;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-color: #a7d0ec;

}

img { 
	border-width: 0px;
}

#wrapper {
	width: 830px;
	background-color: #fff4b5;
}

#header {
	width: 830px;
	background-color: #ffffff;
}

#menu {
	width: 170px;
	background-color: #fff4b5;
	float: left;
}

#main {
	width: 660px;
	background-color: #ffffff;
	float: right;
}

#footer {
	width: 830px;
	background-color: #ffffff;
	clear: both;
}

/* ■その他 */

p {
	padding: 3px 0px 3px 0px;
	margin: 0px;
}

em {
	font-style: normal;
	font-weight: bold;
	background: transparent;
}

/* ■table */

/* ■text */

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #ff0000;
}

a:active {
	color: #ff9900;
}

.note {
	font-size: 10px;
}

.text_ss {
	font-size: 11px;
}

.text_s {
	font-size: 12px;
}

.body {
	font-size: 13px;
}

.text {
	font-size: 14px;
}

.text_l {
	font-size: 15px;
}

.text_ll {
	font-size: 16px;
}

.midashi_s {
	font-size: 16px;
	font-weight: bold;
}

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

.midashi_l {
	font-size: 24px;
	font-weight: bold;
}

.midashi_ll {
	font-size: 30px;
	font-weight: bold;
}

.attention {
        color: #ff0000;
}
