body,td,th {
	color: #333333;
	font-size: 12px;
	line-height: 16px;
}
body {
	background-image: url(img/bg.jpg);
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
}
h1 {font-size:13px;
	margin:0;
	padding:0;}
/*↓【リンク色１】リンク基本色（まだ閲覧してないページ）*/
a:link {
	color: #996666;
}
/*↓【リンク色２】以前に閲覧したことがあるページの色*/
a:visited {
	color: #996666;
}
/*↓【リンク色３】マウスが触ったときの色（触ったときに色が変わる）*/
a:hover {
	color: #cc3366;
}
/*↓【リンク色４】クリックされた瞬間の色*/
a:active {
	color: #cc3366;
}
strong {font-weight: normal;}


/* side */
.menu {
	margin-top: 13px;
	margin-bottom: 2px;
	margin-left: 2px;
}

.menu_txt {
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	padding-top: 3px;
	padding-left: 6px;
	padding-right: 6px;
}

.menu_txt a:link {
	color: #333333;
}
.menu_txt a:visited {
	color: #333333;
}
.menu_txt a:hover {
	color: #333333;
}
.menu_txt a:active {
	color: #333333;
}




/* footer */
.footermenu {
	font-size: 11px;
	line-height: 17px;
	padding-top: 30px;
	padding-bottom: 10px;
}

.footermenu a:link {
	color: #825757;
}
.footermenu a:visited {
	color: #825757;
}
.footermenu a:hover {
	color: #825757;
}
.footermenu a:active {
	color: #825757;
}


.copyright {
	font-size: 10px;
	color: #333333;
	height: 21px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 15px;
	background-image: url(img/footer_bg.gif);
	padding-top: 3px;
	}

/* main */

.img_right {
	margin-left: 5px;
}
.img_left {
	margin-right: 5px;
}
.txts {
	font-size: 11px;
	line-height: 13px;
	color: #333333;
}
.txte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #ffffff;
}
.txt_s_dred {
	font-size: 11px;
	line-height: 13px;
	color: #993300;
}
.txt_pink {
	color: #D17675;
}
.txt_white {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 17px;
}
.txt_orange {color: #FF6600}

.box333 {
	border: 1px solid #333333;
}
.box_voice {
	border-top: 1px solid #bbb7AC;
	border-right: 1px solid #bbb7AC;
	border-bottom: 1px none #bbb7AC;
	border-left: 1px solid #bbb7AC;
}

.box_top {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background-color: #FBF5F6;	
}
.box_flow {
	padding: 10px;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffd5aa;
	border-right-color: #ffd5aa;
	border-bottom-color: #ffd5aa;
	border-left-color: #ffd5aa;
	background-color: #fff0e0;
}
.box_new {
	background-color: #fff0e0;
	padding: 5px;
	text-align: center;
}
.box_new2 {
	background-color: #DA9191;
	padding: 5px;
}
.box_link {
	background-color: #DA9191;
	color: #FFFFFF;
	padding: 5px;
}
.box_new a:link {
	color: #333333;
	font-size: 15px;
	line-height: 18px;
}
.box_new a:visited {
	color: #333333;
	font-size: 15px;
	line-height: 18px;
}
.box_new a:hover {
	color: #333333;
	font-size: 15px;
	line-height: 18px;
}
.box_new a:active {
	color: #333333;
	font-size: 15px;
	line-height: 18px;
}

 

