/*::::::::::BOX_INIT::::::::::*/
* {
	margin: 0px;
	padding: 0px;
	border:0px none;
	}
/*::::::::::BOX_INIT_END::::::::::*/


/*::::::::::TEXT_INIT::::::::::*/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, em, strong, ul, ol, li, tr, td, th {
	font-family: MS P Gothic, Osaka, Hiragino Kaku Gothic Pro;
	font-size:medium;
	font-weight:normal;
	font-style:normal;
	line-height:normal;
	letter-spacing:normal;
	color:#333333;
	}
input, textarea {
	font-size:small;
	}
li {
	list-style: none;
	margin-left: 0em;
	}

/*::::::::::TEXT_INIT_END::::::::::*/


/*::::::::::LINK_TEXT_COLOR_INIT::::::::::*/
a:link {
	color:#666666;
	text-decoration: underline;
	}
a:visited {
	color:#666666;
	text-decoration: underline;
	}
a:hover {
	color:#FFFFFF;
	background-color:#666666;
	text-decoration: none;
	}
a:active {
	color:#666666;
	text-decoration: underline;
	}
/*::::::::::LINK_TEXT_COLOR_INIT_END::::::::::*/




/*■■■■■■■■■■■■■■■■■■■■■■■■■　ここから上は初期設定　■■■■■■■■■■■■■■■■■■■■■■■■■■■*/



/*■■■■■■■■■■■■■■■■■■■■■■■■■　ここから下は共通部分＆トップページ　■■■■■■■■■■■■■■■■■■■■■■■■■■■*/




/*::::::::::BODY::::::::::*/
body {
	background-color:#FFFFFF;
	width:100%;
	}
/*::::::::::BODY_END::::::::::*/


/*::::::::::BASE::::::::::*/
#base {
	width:800px;
        margin:auto;
	}
/*::::::::::BASE_END::::::::::*/


/*::::::::::HEADER::::::::::*/
#header {
	background-image:url(../images/background_header.gif);
	background-repeat:no-repeat;
	width:800px;
	height:90px;
	}
#header h1 {
	float:left;
	width:120px;
	height:90px;
	}
#header a {
	display:block;
	background-image:url(../images/logo_station.gif);
	background-repeat:no-repeat;
	text-indent:-9999em;
	width:107px;
	height:39px;
	margin-left:35px;
	margin-top:27px;
	}
#header a:hover {
	background-image:url(../images/logo_station.gif);
	background-repeat:no-repeat;
	}
.flash_header {
	float:right;
	width:645px;
	height:90px;
	}
/*::::::::::HEADER_END::::::::::*/


/*::::::::::MAIN_VISUAL::::::::::*/
#main_visual {
	background-image:url(../images/background_contens.gif);
	background-repeat:repeat-y;
	width:800px;
	height:270px;
	}
#main_visual p {
	margin-left:40px;
	}
/*::::::::::MAIN_VISUAL_END::::::::::*/


/*::::::::::PATH::::::::::*/
#path {
	background-image:url(../images/background_contens.gif);
	background-repeat:repeat-y;
	padding-left:40px;
	padding-bottom:20px;
	}
.path_box ul {
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	width:720px;
	height:1em;
	padding:2px;
	}
.path_box li {
	float:left;
	font-size:small;
	margin-left:0.5em;
	}
/*::::::::::PATH_END::::::::::*/


/*::::::::::CONTENTS_BOX::::::::::*/
#contents {
	background-image:url(../images/background_contens.gif);
	background-repeat:repeat-y;
	width:720px;
	padding:0px 40px;
	padding-bottom:60px;
	}
#contents_l {
	width:150px;
	}
#contents_r {
	width:542px;
	padding-left:20px;
	}
/*::::::::::CONTENTS_BOX_END::::::::::*/


/*::::::::::MENU::::::::::*/
#menu {
	margin-top:20px;
	margin-bottom:100px;
	}
#menu li {
	font-size:small;
	border-left:4px solid #333333;
	margin-bottom:5px;
	padding-left:5px;
	}
/*::::::::::MENU_END::::::::::*/


/*::::::::::DIARY_MENU::::::::::*/
#diary_menu {
	margin-bottom:100px;
	}
#diary_menu h3 {
	color:#333333;
	font-size:small;
	font-weight:bold;
	border-bottom:1px solid #333333;
	margin-bottom:0.5em;
	}
#diary_menu p {
	color:#333333;
	font-size:small;
	padding-left:2px;
	margin-bottom:1em;
	}
#diary_menu li {
	font-size:small;
	text-indent:0.5em;
	}
/*::::::::::DIARY_MENU_END::::::::::*/


/*::::::::::LINK::::::::::*/
#link {
	margin-bottom:2em;
	}
#link h3 {
	color:#009900;
	font-size:small;
	font-weight:bold;
	border-bottom:1px solid #009900;
	margin-bottom:0.5em;
	}
#link p {
	color:#333333;
	font-size:x-small;
	padding-left:2px;
	margin-bottom:1em;
	}
/*::::::::::LINK_END::::::::::*/


/*::::::::::COMPANY::::::::::*/
.title_company {
	height:50px;
	margin-bottom:10px;
	}
#company {
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	padding:10px;
	margin-bottom:0px;
	}
#company h3 {
	color:#3366FF;
	font-size:small;
	font-weight:bold;
	border-bottom:1px solid #3366FF;
	margin-bottom:0.5em;
	}
#company p {
	color:#333333;
	font-size:small;
	padding-left:2px;
	margin-bottom:1em;
	}
/*::::::::::COMPANY_END::::::::::*/


/*::::::::::NEWS&TOPICS::::::::::*/
#title_news {
	height:50px;
	margin-bottom:10px;
	}
#title_news p {
	margin-bottom:10px;
	}

#news {
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	height:150px;
	padding:10px;
	margin-bottom:60px;
	overflow:auto;
	}
#news p {
	color:#333333;
	font-size:small;
	text-indent:0em;
	margin-bottom:0.5em;
	}
/*::::::::::NEWS&TOPICS_END::::::::::*/


/*::::::::::FOOTER::::::::::*/
#footer {
	background-image:url(../images/background_footer.gif);
	background-repeat:no-repeat;
	width:800px;
	height:75px;
	}
#footer p {
	text-indent:-9999em;
	}
/*::::::::::FOOTER_END::::::::::*/




/*■■■■■■■■■■■■■■■■■■■■■■■■■　ここから下は文字装飾関係の設定　■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.miyajima {
	background-color:#00FFFF;
	color:#333333;
	font-size:x-small;
	font-weight:normal;
	}
.nonacolor {
	background-color:#FFFF00;
	color:#333333;
	font-size:x-small;
	font-weight:normal;
	}
.funai {
	background-color:#00FF00;
	color:#333333;
	font-size:x-small;
	font-weight:normal;
	}
.new {
	color:#CC0000;
	}




/*■■■■■■■■■■■■■■■■■■■■■■■■■　ここから下はコンテンツページ　■■■■■■■■■■■■■■■■■■■■■■■■■■■*/




/*::::::::::MAP::::::::::*/
.title_map {
	background-image:url(../images/title_accessmap.gif);
	background-repeat:no-repeat;
	height:51px;
	margin-bottom:5px;
	text-indent:-9999em;
	}
.map_intro {
	font-size:small;
	color:#333333;
	padding:10px;
	margin-bottom:5px;
	}
.map {
	margin-bottom:10px;
	}
/*::::::::::MAP_END::::::::::*/


/*::::::::::POLICY::::::::::*/
#policy {
	padding:10px;
	margin-bottom:10px;
	}
#policy h2 {
	color:#333333;
	font-size:medium;
	font-weight:bold;
	background-image:url(../images/icon_notice.gif);
	background-repeat:no-repeat;
	text-indent:2em;
	padding-bottom:3em;
	}
#policy p {
	color:#333333;
	font-size:x-small;
	padding-left:2px;
	margin-bottom:1em;
	}
#policy .link_img {
	margin-bottom:1em;
	}
/*::::::::::POLICY_END::::::::::*/


/*::::::::::DIALY::::::::::*/
.title_diary {
	background-image:url(../images/title_diary.gif);
	background-repeat:no-repeat;
	height:50px;
	margin-bottom:0.5em;
	text-indent:-9999em;
	}
#diary {
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	width:520px;
	padding:10px;
	margin-bottom:20px;
	}
#diary h3 {
	color:#333333;
	font-size:small;
	font-weight:normal;
	padding:0em 0.5em;
	background-color:#DDDDDD;
	border:1px solid #CCCCCC;
	margin-bottom:1em;
	}
#diary h4 {
	color:#333333;
	font-size:medium;
	font-weight:bold;
	margin-bottom:2em;
	}
#diary p {
	color:#333333;
	font-size:small;
	text-indent:0em;
        line-height: 1.5;
	margin-bottom:1em;
	}
#diary .caption {
	color:#333333;
	font-size:x-small;
	text-indent:0.5em;
	margin-bottom:1em;
	}
#diary em {
	color:#333333;
	font-size:large;
	font-weight:bold;
	}
/*::::::::::DIALY_END::::::::::*/


/*::::::::::DIARY_NAVI::::::::::*/
.diary_navi {
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	padding:10px;
	margin-bottom:10px;
	}
.diary_navi h3 {
	color:#333333;
	font-size:mudium;
	font-weight:bold;
	border-bottom:1px solid #333333;
	margin-bottom:1em;
	}
.diary_navi .dim {
	color:#CCCCCC;
	}
.diary_navi p {
	clear:left;
	font-size:small;
	text-align:right;
	}
/*::::::::::DIARY_NAVI_END::::::::::*/

	
/*::::::::::PRINCIPLE::::::::::*/
#principle {
	padding:10px;
	margin-bottom:10px;
	}
#principle h2 {
	color:#3366FF;
	font-size:medium;
	font-weight:bold;
	border-bottom:1px solid #3366FF;
	margin-bottom:3em;
	}
#principle strong {
	color:#333333;
	font-size:x-large;
	font-weight:bold;
	}
#principle p {
	color:#333333;
	font-size:small;
        line-height: 1.8;
	margin-bottom:3em;
	}
#principle .signature {
	float:right;
	}
#principle .signature p {
	margin-bottom:1em;
	}
#principle .president_miyajima {
	font-size:medium;
	}
.px16 {
	color:#333333;
        font-size: 16px;
	font-weight: bold;
	line-height: 120%;
}

/*::::::::::PRINCIPLE_END::::::::::*/






/*■■■■■■■■■■■■■■■■■■■■■■■■■　追　加　設　定　■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


#diary_ny2008 {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	width:470px;
	padding:10px;
	margin-bottom:2em;
	}
#diary_ny2008 h3 {
	color:#000000;
	font-size:small;
	font-weight:normal;
	padding:0em 0.5em;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	margin-bottom:1em;
	}
#diary_ny2008 h4 {
	color:#333333;
	font-size:medium;
	font-weight:bold;
	margin-bottom:2em;
	}
#diary_ny2008 p {
	color:#333333;
	font-size:small;
	text-indent:0em;
	margin-bottom:1em;
	}