/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	margin: 0px;
	padding: 0px;
	/*background: A9DDFF url(images/background.gif) repeat-y center center;*/
	color: #FFFFFF;
	/*text-align: center;*/
	font: 10px/16px Arial, sans-serif;
}

a:link, a:visited, a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	color: #334d55;
	font: 16px Verdana, Arial, sans-serif;
	padding: 0px;
}

h2{
	font-size: 16px;
	color: #FF3300;
	line-height: normal;
}

h3{
 font-size: 100%;
 color: #333333;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0 auto;
	padding: 0 0 20;
	border-bottom: 1px solid #cccccc;
	width: 700px;
	position: relative;
	height: 130px;
	background: url(../../css/images/logo01.gif) no-repeat center 50px;
}

#navBar{
	margin: 0 0 0 79%;
	padding: 0px;
	background-color: #eeeeee;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px auto;
	background: url(../../css/images/top01.jpg) no-repeat center 0px;
	text-indent:-9999px;
	height: 50px;
	padding: 0px 0px 20px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	padding: 10px;
	margin: 0px;
	width: 680px;
	border-top: 0px none;
	border-right: 0px none #cccccc;
	border-bottom: 0px dashed #cccccc;
	border-left: 0px none #cccccc;
	margin-right: auto;
	margin-left: auto;
}


/************** .feature styles ***************/

.feature{
	font-size: 12px;
	line-height: 20px;
	width: 650px;
	border-top: 1px dashed #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 15px 25px;
	margin-right: auto;
	margin-left: auto;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
	line-height: 16px;
}

.feature img{
	padding: 0px 0px 0px 10px;
	margin: 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	width: 700px;
	font-size: 14px;
	line-height: normal;
}

.story p{
  padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 10px;
	color: #666666;
	margin-top: 0px;
	width: 700px;
	line-height: 14px;
	border-top: 1px solid #cccccc;
	border-right: none #cccccc;
	border-bottom: none #cccccc;
	border-left: none #cccccc;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 10px;
	background: url(../../css/images/top02.jpg) no-repeat center bottom;
	height: ＊;
	padding-bottom: 20px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** #other styles **************/
.t08 {
	font-size: 8px;
	line-height: 12px;
	color: #666666;
}
.t09 {
	font-size: 9px;
	line-height: 13px;
	color: #666666;
}
.t10 {
	font-size: 10px;
	line-height: 14px;
	color: #333333;
}
.f11 {
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}
.f12 {
	font-size: 12px;
	line-height: 20px;
	color: #393939;
}
.f12bg {
	font-size: 12px;
	line-height: 20px;
	color: #393939;
	background-color: #EFEFEF;
}
.f14 {
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
.f14bg {
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	background-color: #EFEFEF;
}
.f16 {
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
}

/*a {color:#FFFFFF;text-decoration:none;}
a:hover {color:#FF3300;}
a.s_navi{color:#FFCC00; text-decoration:none;}*/

.f10 {
	font-size: 10px;
	line-height: 18px;
	color: #FFFFFF;
}
.bg00 {
	margin: 0px;
	color: #FFFFFF;
	font-size: 10px;
	background: #AAA99D;
	height: 100%;
	width: 100%;
	float: left;
}
.bg01 {
	margin: 0px;
	color: #333333;
	font-size: 10px;
	background: #FFFFFF;
}
.bg02 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-size: 10px;
	background: #333333;
}
.bg03 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/back00.gif);
}
.bg04 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/back04.gif);
}
.bg-mar20 {
	margin: 20px;
	background-color: #333333;
}
.bg06 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/dotline02.gif);
}
table.bb{
background-image: url(../images/body-back00.gif);
}
.t10b {
	font-size: 10px;
	line-height: 14px;
	color: #333333;
	font-weight: bold;
}
.t10_999999 {
	font-size: 10px;
	line-height: 14px;
	color: #999999;
}
ul.li01{
	padding:0px;
	margin-right: 0px;
	margin-left: 18px;
	list-style-type:disc;
	list-style-position:outside;
}
ul.li02{
	padding:0px;
	margin-right: 0px;
	margin-left: 18px;
	list-style-type:decimal;
	list-style-position:outside;
}
.f12white {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
.f12white a{
	color:#FFFFFF;text-decoration:none;
}
.f12white a:hover{
	color:#CCCCCC;text-decoration:none;
}
.f14white {
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
}
.t10white {
	font-size: 10px;
	line-height: 18px;
	color: #FFFFFF;
}
.margin01 {
	position: relative;
	clip: rect(auto,-10px,auto,auto);
}
.bbs01 {
	position: relative;
	left: 19px;
	top: 20px;
}
.bg-mar20-backon {
	margin: 20px;
	background: #333333 url(../images/mes-back00.gif) no-repeat fixed;
}
.f12whiteTall {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}

.style1 {
	font-size: 14px;
	color: #0099FF;
}
.style2 {
	color: #FF3300;
}
.style3 {
	font-size: 10px
}

.w650{
	font-size: 12px;
	line-height: 16px;
	border-style: none;
	width: 650px;
}

.w300{
	font-size: 12px;
	line-height: 16px;
	width: 300px;
}

.tdhead{
	/*width: 300px;*/
	border: 1px dotted #CCCCCC;
}

.tdline{
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px none #CCCCCC;
}
#header {
	background: url(../2006info_bg3.gif) no-repeat center 10px;
	width: 100%;
	padding-top: 80px;
	margin-top: auto;
	margin-bottom: auto;
	height: 100%;
}
#traler {
	font-size: 14px;
	line-height: 18px;
	background: url(../traler-titles-02.gif) no-repeat;
	text-indent: -9999px;
	height: 225px;
	width: 360px;
}
#staff_adv {
	font-size: 14px;
	line-height: 18px;
	background: url(../sttaf_adv_title.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	height: 75px;
	width: 360px;
}
#link_btn {
	height: 200px;
	width: 360px;
	background: url(../2006info_title_02.gif) no-repeat center top;
}
#player {
	font-size: 10px;
	line-height: 18px;
	margin-top: auto;
	margin-bottom: auto;
}
.artist {
	font-size: 10px;
	line-height: 18px;
	border-top: 1px dotted #FFFFFF;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer {
	background: url(../cultivaders_logo.gif) no-repeat right;
}
#no_flafh_body {
	background: url(../images/frame_bg.jpg) repeat-y;
	height: 590px;
	width: 820px;
}
#no_flafh_frme {
	margin: auto;
	padding: 0px;
	height: 450px;
	width: 800px;
	text-align: center;
}
.centering {
    margin: 0 auto;  /* 左右のマージンを均等に */
    clear: left; /* 流し込みを行なわず、浮動ブロックの次の行へ */
    
    height: 800px;
    width: 590px;
    
    position: relative; /* containerをdistanceより前に */
    text-align: left;
}
