@charset "utf-8";
@import "default.css";

/*======================================

	Body

=======================================*/

body {
	background-color:#FFFFFF;
	color:#000000;
	font-size:12px;
	line-height:1.8em;
	margin:0;
	padding:0;
	text-align:center;
	text-align:left;
	line-height:160%;
}

a:link {
	text-decoration:none;
	color:#333333;
}

a:visited {
	color:#666666;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

body img {
	border:1px solid #999999;
	padding:1px;
}

/*======================================

	container

=======================================*/
div#container {
	width:900px;
	height:auto;
	margin:0 auto;
	padding:0;
}

/*======================================

	All Parts

=======================================*/

.none {
	display:none;
}

.mt_small {
	margin-top:5px;
}

.mt_normal {
	margin-top:10px;
}

.mt_large {
	margin-top:20px;
}

.txt_right {
	text-align:right;
}

.txt_center {
	text-align:center;
}

.txt_center2 {
	text-align:center;
	padding-top:20px;
}

.img_right {
	float:right;
	margin:0 0 20px 10px;
}

.img_left {
	float:left;
	margin:8px 10px 20px 0;
}

.clr {
	clear:both;
}

.right {
	float:right;
}

.left {
	float:left;
}

.mtb_large {
	margin-top:36px;
	margin-bottom:38px; 
}

.mtb_normal {
	margin-top:8px;
	margin-bottom:12px; 
}

.mb_normal {
	margin-bottom:10px; 
}

.mb_large {
	margin-bottom:30px;
}

.ml_normal {
	margin-left:12px;
}

.ml_small {
	margin-left:6px;
}

/*======================================

	Txt

=======================================*/

h2 {
	background:url(../common/h_bg.gif) no-repeat 0 0;
	width:auto;
	height:39px;
	padding:12px 0 0 40px;
	background-color:#F5F5F5;
	font-size:16px;
	margin-bottom:15px;
}

html > body h2 {
	height:27px;
}

h2.img {
	background:none;
	width:auto;
	height:auto;
	padding:0;
	background-color:#FFFFFF;
}


h3 {
	background:url(../common/marker_list.gif) no-repeat 2px 6px;
	width:auto;
	height:auto;
	font-size:14px;
	padding-left:15px;
	margin-bottom:5px;
}

.txt16 {
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.red {
	color:#FF0000;
}

.txt12 {
	font-size:12px;
}

.txt10 {
	text-align:center;
	font-size:10px;
}
/*======================================

	header

=======================================*/
div#header {
	width:900px;
	height:auto;
	margin:0;
	text-align:center;
}

.flash {
	display:none;
}

h1 {
	display:none;
}

.disp {
	display:none;
}

/*************

GLOBAL NAVI

****************/

div#globalnavi {
	float:right;
	width:225px;
	height:auto;
	font-size:14px;
	font-weight:bold;
}

div#globalnavi ul {
	list-style:none;
	padding:0 0 0 25px;
	margin:0;
}

div#globalnavi li {
	background: url(../common/marker_list.gif) no-repeat 0 5px;
	width:auto;
	height:auto;
	padding:0 0 10px 15px;
}

/*************

 CONTENTS
  
****************/

div#contents {
	width:900px;
	height:auto;
	padding:0 0 15px 0;
	text-align:left;
	clear:both;
}

div#main {
	width:900px;
	height:auto;
	padding-bottom:20px;
}

div#main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html div#main {
    height: 1em;
    overflow: visible;
}
/**/

/*************

 TOP
  
****************/
div#whatsnew {
	float:left;
	width:225px;
	height:auto;
}

div#whatsnew dl {
}

div#whatsnew dt {
	font-weight:bold;
	padding-left:5px;
}

div#whatsnew dd {
	padding-left:15px;
}

div#topimg {
	float:left;
	width:450px;
	height:auto;
	text-align:center;
}


/*************

 ABOUT
  
****************/
.about {
	float:left;
	width:315px;
	height:auto;
	margin-right:20px;
	marign-bottom:20px;
}

.about_table {
	float:left;
	width:325px;
	height:auto;
	margin-right:10px;
}

.about_table .table {
	width:310px;
	padding-left:5px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	text-align:center;
}

html > body .about_table .table {
	width:305px;
}

.about_table .table tr {
	padding-left:5px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}

.about_table .table td {
	padding-left:5px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}
/*************

 PROFILE
  
****************/
.profile {
	float:left;
	width:650px;
	height:auto;
	margin-right:20px;
	margin-bottom:20px;
}

.table_pro {
	width:630px;
	padding-left:5px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	text-align:center;
}

html > body .table {
	width:625px;
}

.table_pro tr {
	padding:5px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	text-align:left;
}

.table_pro td {
	padding:5px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	text-align:left;
}
/*************

 TOURING
  
****************/
.touring {
	float:left;
	width:225px;
	height:auto;
	margin-right:20px;
}

.touring_inner {
	float:left;
	width:405px;
	height:auto;
	margin-right:10px;
}

.touring ul {
	padding:0 0 5px 25px;
}

.touring li {
	list-style:none;
	background:url(../common/arrow_south_east.gif) no-repeat 0 6px;
	width:auto;
	height:auto;
	padding:3px 0 0 15px;
}

.touring_inner dl {
}

.touring_inner dt {
	font-size:14px;
	margin-bottom:5px;
	padding-left:5px
}

.touring_inner dd {
	padding-left:15px;
	font-size:14px;
	margin-bottom:10px;
}

.ads {
	margin-bottom:10px;
}

/*************

 LINK
  
****************/
.link {
	float:left;
	width:650px;
	height:auto;
	margin-right:20px;
}
.link a {
	text-decoration:none;
	color:#000000;
}

.link a:hover {
	text-decoration:underline;
}
/*************

 blog rss
  
****************/

.blog {
	padding:10px 10px 0 0;
	text-align:left;
}

.blog ul {
	margin:10px;
}

.blog ul li {
	list-style:none;
	margin-bottom:5px;
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
}

/*************

 FOOTER

****************/

div#footer{
	clear:both;
	width:auto;
	height:auto;
	margin:0 auto;
	padding-bottom:15px;
}


address {
	text-align:center;
}

.hotlink {
	width:auto;
	height:auto;
	border-top:1px solid #333;
	padding:5px 0;
	margin-top:5px;
}

.hotlink ul {
	display:block;
	width:auto;
}

.hotlink li {
	list-style:none;
	list-style-type:none;
	margin-right:5px;
	display:inline;
}
