/*----- 基本設定 -----*/
* {
	margin: 0px;
	padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
	background: url(../img/bg.jpg);
    color: #333333;
	text-align: center;
}

a:link {
	color: #4081C1;
	text-decoration: underline;
}

a:visited {
	color: #F54E00;
	text-decoration: underline;
}

a:hover {
	color:#4081C1;
	text-decoration: none;
}

h1 {
    font-size: 10px;
	overflow: hidden;
	text-indent: -9999px;
}

h2 {
    font-size: 10px;
	overflow: hidden;
	text-indent: -9999px;
}

h3 {
    font-size: 10px;
	overflow: hidden;
	text-indent: -9999px;
}

h4 {
    font-size: 10px;
	overflow: hidden;
	text-indent: -9999px;
}

h5 {
    font-size: 10px;
	overflow: hidden;
	text-indent: -9999px;
}

h6 {
    font-size: 10px;
	overflow: hidden;
	text-indent: -9999px;
}

img{
	border: none;
}

/*----- 回り込み解除 -----*/
.floatend {
	clear: both;
}

/*----- メインテーブル設定 -----*/
#container {
	width: 945px;
	background-color: #FFFFFF;
    margin: auto;
	text-align: center;
}

#container_l {
	width: 100px;
	background: url(../img/bg_left02.jpg) repeat-y;
    margin: auto;
	text-align: center;
}

#container_m {
	width: 753px;
	background-color: #FFFFFF;
    margin: auto;
	text-align: center;
}

#container_r {
	width: 92px;
	background: url(../img/bg_right03.jpg) repeat-y;
    margin: auto;
	text-align: center;
}

/*----- メニューボタン設定 -----*/
#menu {
	height: 190px;
}



/*----- TOPメニューボタン設定 -----*/
#logo {
	width: 394px;
	height: 119px;
	background: url(../img/img_logo.jpg) no-repeat;
	float: left;
}

#btn_home {
	width: 53px;
	height: 103px;
	float: left;
	padding-bottom: 16px;
}

#btn_contact {
	width: 57px;
	height: 103px;
	float: left;
	padding-bottom: 16px;
}

#btn_company {
	width: 57px;
	height: 103px;
	float: left;
	padding-bottom: 16px;
}

#btn_aboutsite {
	width: 106px;
	height: 103px;
	float: left;
	padding-bottom: 16px;
}

#btn_sitemap {
	width: 77px;
	height: 103px;
	float: left;
	padding-bottom: 16px;
}

#cart_bg {
	width: 109px;
	height: 119px;
	background: url(../img/cart_bg.jpg) no-repeat;
	float: left;
}

#btn_cart {
	width: 109px;
	height: 119px;
	text-align: right;
	padding-top: 74px;
}

#bg_right {
	width: 92px;
	height: 119px;
	background: url(../img/bg_right01.jpg) no-repeat;
	float: left;
}

/*----- フッター設定 -----*/
#futter {
	width: 100%;
	height: 240px;
	background-color: #FFA600;
    border-top: 5px solid #F6822D;
	text-align: center;
	font-size: 12px;
	line-height: 160%;
	color: #FFFFFF;
}

#futter_container {
	width: 728px;
	padding-top: 21px;
}

.futter_menu01 {
	width: 160px;
	text-align: left;
	float:left;
}


.icon_text {
	text-align: left;
	font-size: 12px;
	line-height: 160%;
	color: #FFFFFF;
	background: url(../img/icon_futter.jpg) left no-repeat;
	padding-left: 12px;
}

.icon_text a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.icon_text a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}

.icon_text a:active  {
	color: #FFFFFF;
	text-decoration: none;
}

.icon_text a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
}

#futter_line {
	width: 2px;
	padding-right: 20px;
	float:left;
}

.baner {
	width: 164px;
	padding-left: 12px;
	float:left;
}

.baner_text {
	width: 164px;
	text-align: left;
	font-size: 10px;
	line-height: 150%;
	padding-top: 5px;
	color: #FFFFFF;
}

.baner_text a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.baner_text a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}

.baner_text a:active  {
	color: #FFFFFF;
	text-decoration: none;
}

.baner_text a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
}

#copyright {
	width: 100%;
	padding-top: 34px;
	text-align: center;
}

/*----- コンテンツ共通設定 -----*/
#link {
	text-align: right;
	font-size: 12px;
	padding-top: 5px;
}

#contents_container {
	width: 705px;
	margin:auto;
	text-align: left;
}

.contents_container2 {
	width: 705px;
	margin:auto;
	text-align: left;
}

.black10 {
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	line-height: 240%;
}

.black14 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

.green14 {
	color: #83C124;
	font-size: 14px;
	font-weight: bold;
}

.orenge14 {
	color: #FFA600;
	font-size: 14px;
	font-weight: normal;
}

.orenge14_2 {
	color: #FFA600;
	font-size: 14px;
	font-weight: bold;
}

.red14 {
	color: #F54E00;
	font-size: 14px;
	font-weight: normal;
}


.line {
	background: url(../img/text_line.gif) bottom repeat-x;
}

.space_20px {
	padding-top: 20px;
}

.space_40px {
	padding-top: 40px;
}

.space_60px {
	padding-top: 60px;
}

.hedder {
	width: 762px;
	height: 58px;
    margin: auto;
	text-align: left;
	background-color: #FFFFFF;
}

.cw_logo {
	width: 167px;
    margin: auto;
	text-align: left;
	background-color: #FFFFFF;
}

.menu {
    margin: auto;
	font-size: 13px;
	font-weight: bold;
	line-height: 150%;	
	width: 762px;
	height: 28px;
	background-color: #D84444;
	color: #FFFFFF;
	text-align: center;
}

.menu a:link {
    margin: auto;
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:visited {
    margin: auto;
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:active {
    margin: auto;
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:hover {
    margin: auto;
	color: #FFFFFF;
	text-decoration: underline;
}

.left_container {
    margin: auto;
	padding-bottom: 10px;
	padding-right: 14px;
	padding-left: 8px;
	background-color: #FFFFFF;
}


.text_left_menu {
    font-size: 10px;
	width: 164px;
	padding-top: 5px;
	padding-bottom: 20px;
	line-height: 150%;
    text-align: left;
	background-color: #FFFFFF;
	color: #4C4C4C;
}

.right_container {
    margin: auto;
	padding-right: 7px;
	padding-left: 18px;
	background-color: #FFFFFF;
}

.menu_right {
    margin: auto;
	width: 164px;
    text-align: center;
	background-color: #FFFFFF;
}

/*----- アンカーボタン設定 -----*/
#anchor {
	background: url(../img/text_line.gif) top repeat-x;
	padding-top: 10px;
	padding-bottom: 40px;
    text-align: right;
	color: #D84444;
}

/*----- テキストリンク -----*/
.t_link {
    font-size: 12px;
	line-height: 150%;
    text-align: right;
	color: #D84444;
}

.t_link a:link {
    margin: auto;
	color: #D84444;
	text-decoration: underline;
	color: #D84444;
}

.t_link a:visited {
    margin: auto;
	color: #D84444;
	text-decoration: underline;
}

.t_link a:active {
    margin: auto;
	color: #D84444;
	text-decoration: underline;
}

.t_link a:hover {
    margin: auto;
	color: #D84444;
	text-decoration: none;
}

/*----- コピーライト部分設定 -----*/
td.copyright {
	height: 26px;
    font-size: 10px;
	line-height: 150%;
    text-align: center;
	background-color: #D84444;
	color: #FFFFFF;
}

/*----- フッターメニュー部分設定 -----*/
td.futter {
	height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
	line-height: 150%;
    font-size: 10px;
	color: #4C4C4C;
	background-color: #FFFFFF;
	text-align: center;
}

.contents_main_img {
    margin: auto;
	padding-top: 1px;
	padding-bottom: 14px;
	background-color: #FFFFFF;
}

.left_contents {
    margin: auto;
	width: 569px;
	padding-left: 7px;
	text-align: right;
	background-color: #FFFFFF;
}

.right_contents {
	width: 164px;
    margin: auto;
	text-align: center;
	padding-right: 7px;
	padding-left: 15px;
	background-color: #FFFFFF;
}

/*----- アイコン付きテキスト -----*/
.point_text {
	font-size: 12px;
	line-height: 200%;
	text-align: left;
	padding-left: 12px;
	color: #D84444;
	background: url(img/icon.gif) left no-repeat;
}

.point_text a:link {
    margin: auto;
	color: #D84444;
	text-decoration: underline;
}

.point_text a:visited {
    margin: auto;
	color: #D84444;
	text-decoration: underline;
}

.point_text a:active {
    margin: auto;
	color: #D84444;
	text-decoration: underline;
}

.point_text a:hover {
    margin: auto;
	color: #D84444;
	text-decoration: none;
}

