/*サーフグリップCSS
------------------------------------------------------------------------------------------*/
@charset "utf-8";

body {
	text-align: center;
	background-color: #CCCCCC ;
	background-image: url(images_base/back.png);
	background-repeat: repeat-x;
	
}

h1,h2,h3,h4,h5,h6,h7,h8,p,ul,li{
margin: 2px;
}

ul{
list-style-type: none;
}

td{ vertical-align: top;}

h1{ 
	background: #999966 url(images_base/arrow1.png) no-repeat left top;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.3em;
	padding-left: 22px;
}
h2{ 
	background: #FF0000 url(images_base/arrow1.png) no-repeat left top;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.3em;
	padding-left: 22px;
}
h3{ 
	background: url(images_base/arrow3.png) no-repeat left top;
	font-size: 14px;
	color: #FF0000;
	line-height: 1.3em;
	padding-left: 15px;
}
h4{ 
	background: url(images_base/arrow5.png) no-repeat left top;
	font-size: 14px;
	color: #4C5D3C;
	line-height: 1.3em;
	padding-left: 15px;
}
h5{ 
	font-size: 20px;
	color: #FF0000;
	line-height: 1.5em;
	
}
h6{ 
	background: url(images_base/arrow4.png) no-repeat left top;
	font-size: 13px;
	color: #333333;
	line-height: 1.3em;
	padding-left: 17px;
}
h7{
	font-size: 20px;
	color: #4c5d3c;
	line-height: 1.5em;
	font-weight: bold;	
}

/*コンテナーベース
------------------------------------------------------------------------------------------*/
#container {
margin: 0px auto;
width: 950px;
background:url(images_base/base.png);
font: 90%  Arial, Helvetica, "ＭＳ Ｐゴシック", sans-serif;
}


/*コンテナー
------------------------------------------------------------------------------------------*/
#contents {
text-align: left;
margin: 0px auto;
width: 930px;
font-size: 11px;
color: #000000;
line-height: 1.3em;
}


#contents a {color:#FF0000;text-decoration:underline;}
#contents a:visited {color:#FF0000;text-decoration:underline;}
#contents a:active {color:#FF0000;text-decoration:underline;}
#contents a:hover {color:#999966;text-decoration:none;}

/*ヘッダー
------------------------------------------------------------------------------------------*/
#header {
background: url(images_base/axxe_header.gif) no-repeat;
height: 70px;
position: relative;
}

/*ナビメニュー
------------------------------------------------------------------------------------------*/
#navi {
	width: 930px;
	height: 22;
	padding: 0px;
	margin: 0px;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

#navi li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

/*メインメニュー
------------------------------------------------------------------------------------------*/
#menu {
	background:#FFFFFF url(images_base/menu_base.gif) no-repeat;
	width: 730px;
	height: 25px;
	text-align: right;
	position:relative;
	padding: 0px;
	margin: 0px;
}

#menu li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
/*メインメニュー2
------------------------------------------------------------------------------------------*/
#menu2 {
	background:#999966;
	width: 730px;
	height: 18px;
	text-align: right;
	position:relative;
}

#menu2 li {
	display: inline;
	padding-right: 5px;
	padding-left: 0px;
}
#menu2 a {color:#FFFFFF;text-decoration:underline;}
#menu2 a:visited {color:#FFFFFF;text-decoration:underline;}
#menu2 a:active {color:#FFFFFF;text-decoration:underline;}
#menu2 a:hover {color:#000000;text-decoration:none;}

/*トップ
------------------------------------------------------------------------------------------*/
#contents_top {
	float: left;
	width: 930px;
	background:url(images_base/png_w_25.png);
	overflow:hidden;
    position:relative;
}
#contents_top2 {
	float: left;
	width: 930px;
	background: #FFFFFF;
    position:relative;
	right:200px;
}
/*左ページ
------------------------------------------------------------------------------------------*/
#main {
	float: left;
	width: 730px;
	background: #FFFFFF;
	margin: 0px;
	position: relative;
	left:200px;
}

#main_top {
	float: left;
	width: 730px;
	height: 780px;
	background: #000000 url(images/cover_sg2011.jpg) no-repeat;
}
#full_red {
	float: left;
	width: 870px;
	background: #CC0000;
	text-align: center;
	padding: 30px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 2em;
}

#full {
	float: left;
	width: 840px;
	background: #FFFFFF;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 45px;
	padding-left: 45px;
	font-size: 12px;
	line-height: 1.3em;
}
#full a:hover img {
	filter: Alpha(opacity=50);
	opacity: 0.5; /*firefox safari*/
}

#full_black {
	float: left;
	width: 900px;
	background: #000000;
	text-align: left;
	padding: 15px;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1.3em;
}

#sean_1 {
	float: left;
	width: 730px;
	height: 500px;
	background: url(images_base/SEAN1.jpg);
}
#sean_2 {
	float: left;
	width: 730px;
	height: 500px;
	background: url(images_base/SEAN2.jpg);
}

/*左中
------------------------------------------------------------------------------------------*/
#page {
	float: left;
	width: 650px;
	font-size: 11px;
	line-height: 1.5em;
	padding-left: 70px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:15px;
	position: relative;
}

/*MANAblog
------------------------------------------------------------------------------------------*/
#main_left {
	float: left;
	width: 350px;
	margin-top: 10px;
	margin-left: 10px;
}
#main_left p {
	color: #FFFFFF;
	letter-spacing: 0em;
	text-align: left;
	line-height: 1.5em;
}
/*MANAblogテキスト
------------------------------------------------------------------------------------------*/
.rss-box {
	float: left;
	padding-left: 15px;
	 
}
.rss-items {
	padding:5px;
	margin-bottom:3px;
	color: #FFFFFF;
}
.rss-title {
	text-decoration: none;
	font-size: 110%;
	font-weight:bold;
	margin: 0px;
	padding:5px;
	text-align: left;
	color: #FFFFFF;
}

.rss-item  {
  font-size: 100%;
  font-weight : normal;
  color: #FFFFFF;
}

.rss-date {
	font-size: 90%;
	font-weight : normal;
	color: #999966;
}
#main_right {
	float: right;
	width: 350px;
	padding-left: 5px;
	padding-right:10px;
}

/*リンクページ詳細
------------------------------------------------------------------------------------------*/
#sub {
	float: right;
	width: 65%;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	background: url(images_base/png_b_50.png);
}
#sub p {
	color: #FFFFFF;
	letter-spacing: 0em;
	text-align: left;
	line-height: 1.5em;
	padding-left: 15px;
	padding-bottom: 5px;
}
#sub a {color:#FFFFFF;text-decoration:underline;}
#sub a:visited {color:#FFFFFF;text-decoration:underline;}
#sub a:active {color:#FFFFFF;text-decoration:underline;}
#sub a:hover {color:#FF0000;text-decoration:none;}

/*詳細
------------------------------------------------------------------------------------------*/
#mainsub {
	float: right;
	width: 200px;
	line-height: 1.5em;
	position: relative;
	left:200px;
}

#sub_right {
	float: right;
	width: 180px;
	line-height: 1.5em;
	padding-left: 10px;
	padding-right:10px;
}
#sub_right a:hover img {
	filter: Alpha(opacity=50);
	opacity: 0.5; /*firefox safari*/
}



/*フッター
------------------------------------------------------------------------------------------*/
#footer-container {
	width: 930px;
	height: 200px;
	margin: 0px auto;
}
#footer {
	float: left;
	width: 930px;
	text-align: right;
	position: relative;
}

#footer-container a {color:#FF0000;text-decoration:underline;}
#footer-container a:visited {color:#FF0000;text-decoration:underline;}
#footer-container a:active {color:FF0000;text-decoration:underline;}
#footer-container a:hover {color:#999966;text-decoration:none;}

/*コピー
------------------------------------------------------------------------------------------*/
.copy {
	text-align: right;
	font-size: 10px;
	color: #000000;
	margin: 0px;
	padding: 5px;
}
.cyuui {
	text-align: left;
	font-size: 10px;
	color: #000000;
	margin: 0px;
	padding: 5px;
}
.waku_dotto {
	border: 1px solid #666666;
	display: block;
	margin: 3px;
	padding: 5px;
}
/*テーブルドットなしベース
------------------------------------------------------------------------------------------*/
table#table-01 {
    width: 98%;
	text-align: left;
	padding: 3px;
	margin:3px;
}
/*告知写真グレーベース
------------------------------------------------------------------------------------------*/
table#table-01 td.photo {
	padding: 3px;
	background: #999999;
	text-align: center;
	vertical-align: middle;
}
/*告知写真グレーベースサイズ指定無し
------------------------------------------------------------------------------------------*/
table#table-01 td.photo2 {
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}

/*告知テキストグレーベース
------------------------------------------------------------------------------------------*/
table#table-01 td.txt {
	text-align: left;
	font-size: 10px;
	line-height: 1.3em;
}
table#table-01 td.txt2 {
	text-align: left;
}
table#table-01 td.price {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #FF0000;
	font-size: 14px;
	color: #FF0000;
}
/*テーブルドットありベース
------------------------------------------------------------------------------------------*/
table#table-02 {
    width: 98%;
	text-align: left;
	padding: 3px;
	margin:3px;
	border: 1px dotted #999999;
}
/*告知写真グレーベース
------------------------------------------------------------------------------------------*/
table#table-02 td.photo {
	padding: 3px;
	background: #999999;
	text-align: center;
	vertical-align: middle;
}
/*告知写真グレーベースサイズ指定無し
------------------------------------------------------------------------------------------*/
table#table-02 td.photo2 {
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}

/*告知テキストグレーベース
------------------------------------------------------------------------------------------*/
table#table-02 td.txt {
	text-align: left;
	font-size: 10px;
	line-height: 1.3em;
}
table#table-02 td.txt2 {
	text-align: left;
}
table#table-02 td.price {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #FF0000;
	font-size: 14px;
	color: #FF0000;
}
/*ディーラー
------------------------------------------------------------------------------------------*/
table#table-d {
    width: 650px;
	text-align: left;

}

/*テキスト
------------------------------------------------------------------------------------------*/
table#table-d td.txt {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
}
table#table-d td.txt_tel {
	text-align: center;
	font-size: 120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
}
table#table-d td.txt2 {
	text-align: left;
	padding-top: 5px;
}
table#table-d td.txt3 {
	text-align: right;
	padding: 3px;
	font-size: 90%;
}

/*プライス
------------------------------------------------------------------------------------------*/
table#table-p {
    width: 180px;
	text-align: left;
	padding: 2px;

}

/*テキスト
------------------------------------------------------------------------------------------*/
table#table-p td.tittle {
	text-align: left;
	padding: 2px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 1.3em;
	background: #999966;

}
table#table-p td.tittle2 {
	text-align: left;
	padding: 2px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 1.3em;
	background: #000000;

}
table#table-p td.txt {
	text-align: left;
	padding: 2px;
	font-size: 10px;
	line-height: 1.3em;
}
table#table-p td.txt2 {
	text-align: left;
	padding: 2px;
	font-size: 12px;
	line-height: 1.3em;
	background: #FFFFFF;
}
table#table-p td.photo {
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	background: #FFFFFF;
}



/*clearfix
------------------------------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */

/* table_w840_1/3\*/
.size {
	color: #333;
	background-color: #CCC;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	font-size: 10px;
	padding: 1px;
	float: left;
	width: 268px;

	vertical-align: middle;
}
.size2 {
	color: #333;
	background-color: #FFF;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	font-size: 10px;
	padding: 3px;
	float: left;
	width: 264px;
	vertical-align: middle;
}
.setsumei {
	color: #333;
	background-color: #FFF;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	font-size: 10px;
	padding: 3px;
	float: left;
	width: 264px;
	vertical-align: middle;
}
.setsumei_12 {
	color: #333;
	background-color: #FFF;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	font-size: 12px;
	padding: 3px;
	float: left;
	width: 264px;
	vertical-align: middle;
}
.shohin_p {
	text-align: center;
	vertical-align: middle;
	height: 270px;
	width: 270px;
	border: 1px dotted #333;
}
.s_price {
	font-size: 15px;
	color: #F00;
	text-align: left;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	float: left;
	width: 264px;
	font-weight: bold;
}
.s_price2 {
	font-size: 10px;
	color: #333;
	text-align: left;
	float: left;
	width: 264px;
}
/* table_w840_1/2\*/
.size_50 {
	color: #333;
	background-color: #CCC;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	font-size: 10px;
	padding: 1px;
	float: left;
	width: 408px;

	vertical-align: middle;
}
.size2_50 {
	color: #333;
	background-color: #FFF;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	font-size: 10px;
	padding: 3px;
	float: left;
	width: 404px;
	vertical-align: middle;
}
.setsumei_50 {
	color: #333;
	background-color: #FFF;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	font-size: 10px;
	padding: 3px;
	float: left;
	width: 404px;
	vertical-align: middle;
}
.setsumei_12_50 {
	color: #333;
	background-color: #FFF;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	font-size: 12px;
	padding: 3px;
	float: left;
	width: 404px;
	vertical-align: middle;
}
.shohin_p_50 {
	text-align: center;
	vertical-align: middle;
	height: 270px;
	width: 410px;
	border: 1px dotted #333;
}
.s_price_50 {
	font-size: 15px;
	color: #F00;
	text-align: left;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	float: left;
	width: 404px;
	font-weight: bold;
}
.s_price2_50 {
	font-size: 10px;
	color: #333;
	text-align: left;
	float: left;
	width: 410px;
}

/* table_w840_1/1\*/
.size_100 {
	color: #333;
	background-color: #CCC;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	font-size: 10px;
	padding: 1px;
	float: left;
	width: 828px;

	vertical-align: middle;
}
.size2_100 {
	color: #333;
	background-color: #FFF;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	font-size: 10px;
	padding: 3px;
	float: left;
	width: 824px;
	vertical-align: middle;
}
.setsumei_100 {
	color: #333;
	background-color: #FFF;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	font-size: 10px;
	padding: 3px;
	float: left;
	width: 824px;
	vertical-align: middle;
}
.setsumei_12_100 {
	color: #333;
	background-color: #FFF;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	font-size: 12px;
	padding: 3px;
	float: left;
	width: 824px;
	vertical-align: middle;
}
.shohin_p_100 {
	text-align: center;
	vertical-align: middle;
	height: 270px;
	width: 824px;
	border: 1px dotted #333;
}
.s_price_100 {
	font-size: 15px;
	color: #F00;
	text-align: left;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	float: left;
	width: 824px;
	font-weight: bold;
}
.s_price2_100 {
	font-size: 10px;
	color: #333;
	text-align: left;
	float: left;
	width: 830px;
}

.pm_cap {
	font-size: 10px;
	color: #333;
	text-align: center;
	line-height: 1em;
}


