body {
	background-color: #FFF;
    color: #252525;
    font-family: "メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Verdana,"ＭＳ Ｐゴシック",Osaka;
    margin: 0 auto;
    text-align: center;
}

body#tinymce {
	text-align: left;
	margin: 0 auto;
	background-color: #FFFFFF;
	font-family: "メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Verdana,"ＭＳ Ｐゴシック",Osaka;
	font-size: 1em;
}

a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #F20006;
}

p {
	margin: 0;
}

table {
	font-size: 1em;
}

/* 表示枠 */
#container {
	width: 900px;
	background-color: #FFF;
	margin: 0 auto;
	clear:both;
}

/* ヘッダー */
div.header_out{
    background-color: #FFFFFF;
    height: 63px;
    width: 100%;
}

div#header {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 0.75em;
    height: 50px;
    margin: 0 auto;
    width: 880px;
}

div#header a:link,
div#header a:visited {
	text-decoration: none;
}

div#header h1 {
    float: left;
    margin: 8px 0 5px;
    padding: 0;
    text-align: left;
    width: 443px;
}

.header_right {
	width: 437px;
	float: right;
	text-align: right;
}
div.topnavi {
    margin: 8px 0 0;
}

div#header ul,
div#header li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-align: right;
	margin: 0;
	padding: 0;
	float: right;
}

/* サイト内検索 */
form#search {
    margin: 10px 0 0 285px;
    padding: 0;
    width: 150px;
}

input#searchbox {
	border-color: #333 #CCC #CCC #333;
	border-style: solid;
	border-width: 1px;
	font-size: 1em;
	height: 20px;
	width: 100px;
}

input#searchbtn {
	border: 0 none;
	cursor: pointer;
	height: 20px;
	margin-left: 5px;
}

#search input {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

/* 横メニュー */
div.menubar {
	background-color: #40E0D0;
    clear: both;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}


div.mbar1 {
	background-color: #40E0D0;
    font-size: 0.8em;
    letter-spacing: 0.075em;
}

div.mbar1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.mbar1 ul li {
    float: left;
    line-height: 40px;
}


div.mbar1 a:link,
div.mbar1 a:visited	{
    color: #FFFFFF;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
}

div.mbar1 a:hover {
	background-color: #99DFD7;
	color: #FFF;
}

/* メニューサイド */
#menuside {
	width: 220px;
	background-color: #000;
}
#menuside a:link, #menusite a:visited {
	color: orange;
}
#menuside a:hover {
	color: #F20006;
}

/* グローバルメニュー */
table.gmenu_out {
    background-color: #0052B6;
    border-left: 1px solid #FFFFFF;
    font-size: 0.8em;
    margin: 0 auto;
}
table.gmenu_out td {
	padding: 0;
}
div.gmenu {
	/* background-color: #89A8CD;
	width: 900px; */
}
div.gmenu ul { /*1階層*/
	height:35px;
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.ul1 {
	background-color:#F20006;
	/* width:716px; */
	height:35px;
	float:left;
}
li.li1 { /*1階層リスト*/
	float:left;
	margin-right:1px;
	letter-spacing:0.075em;
	position:relative;
	text-align:center;
}
li.li1 a:link, li.li1 a:visited {
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    line-height: 35px;
    padding: 0 19px;
    text-decoration: none;
}
li.li1 a:hover {
	background-color: #EF4A51;
	color:#FFF;
}
div.gmenu ul ul { /*2階層*/
	display:none;
	position:absolute;
	z-index:10;
	left:0; /* IE7対策 */
	top:32px; /* IE7対策 */
}
div.gmenu li li { /*2階層リスト*/
	background-color:#0295D8;
	border-bottom: 1px dotted #FFF !important;
	border-right: none;
	clear:left;
	letter-spacing:0;
	line-height:2.5em;
	margin:0;
	text-align:left;
	text-indent:0;
	width:125px;
	position:relative;
}
div.gmenu li li a {
	border-right: 0 none !important;
	padding: 0 10px !important;
}
div.gmenu ul ul ul { /*3階層*/
	top:0;;
	left:100%;
}
div.gmenu li li li { /*3階層リスト*/
	background-color:#89A8CD;
	border-bottom:1px solid #FFFFFF;
	clear:left;
	font-size:1em;
	letter-spacing:0;
	line-height:2.5em;
	margin:0;
	text-align:left;
	text-indent:10px;
	width:125px;
	position:relative;
}
div.gmenu ul li:hover > ul {
	display:block;
}

/* サイドメニュー*/
div.sbar {
	text-align: left;
	line-height: 38px;
}

div.sbar_cat {
	background-color: orange;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-left: 15px;
}

a.sbar_cat:link, a.sbar_cat:visited {
	text-decoration: none;
	color: #000;
}

a.sbar_cat:hover {
	text-decoration: none;
	color: #F20006;
}

div.sbar2 {
	font-size: 0.8em;
	line-height: 2.5em;
	letter-spacing: 0.125em;
	font-weight: normal;
	padding-left: 25px;
}

a.sbar2:link, a.sbar2:visited {
	color: orange !important;
	text-decoration: none;
}

a.sbar2:hover {
	text-decoration: none;
	color: yellow !important;
}

a.sbar2_sel:link, a.sbar2_sel:visited { 
	color: #fff !important;
	text-decoration: none;
	font-weight: bold !important;
}

a.sbar2_sel:hover {
	text-decoration: none;
	color: #F20006 !important;
}

div.sidemenu {
	border-bottom: 1px #4D4D4D dotted;
	padding-left: 3px;
}

/* タブメニュー */
div.tab {
	text-align: right;
	margin-right: 15px;
}

/* イメージ写真 */
div.top_img {
	margin: 0px;
	clear: both;
}

/* パンくずリスト */
.cat_path {
    font-size: 0.75em;
    margin-top: 5px;
    margin-right: 5px;
    text-align: right;
}

/* お知らせ */
div.info {
	border-bottom: 1px solid silver;
    color: #FFF;
    font-size: 0.75em;
    line-height: 1.5em;
    margin: 20px 10px 25px;
    padding: 0 5px 8px;
    text-align: left;
}
div.info img {
	margin-bottom: 4px;
}
div.info a:link, div.info a:visited {
	color: orange !important;
}
div.info a:hover {
	color: yellow !important;
}

/* リンクバナー */
div.banner_frame {
	margin: 15px 0 0;
}

div.banner {
	margin-bottom: 10px;
}

/* ＱＲコード */
div.qrcode {
	border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    color: silver;
    font-size: 0.75em;
    line-height: 140%;
    margin: 25px 10px 15px;
    overflow: auto;
    padding-bottom: 7px;
    padding-top: 7px;
    text-align: left;
}
div.qrcode a {
	color: orange !important;
}
div.qrcode a:hover {
	color: yellow !important;
}

/* 記事サイド */
#articleside {
	width: 680px;
	background: #FFF;
}

/* What's New ! */
h3.new_title {
    background-image: url("images/dot.gif");
    background-position: center bottom;
    background-repeat: repeat-x;
    border-left: 7px solid #F20006;
    clear: both;
    color: #505050;
    font-size: 1em;
    line-height: 25px;
    margin: 15px 15px 0;
    padding-left: 8px;
    text-align: left;
}
span.sub_title {
    color: #F20006;
    font-size: small;
    font-weight: normal;
    line-height: 20px;
}
div.newinfo {
    border-bottom: 1px solid #D72116;
    margin: 0 15px 25px;
    width: 660px;
}

div.newinfo_text {
	font-size: 0.8em;
	line-height: 1.75em;
	padding: 10px;
	font-family: monospace;
	text-align: left;
}

div.newinfo_text p {
	margin-top: 0;
	margin-bottom: 0;
}

div.newinfo_text ul {
	margin: 0 0 0 2em;
	padding: 0;
}

div.newinfo_text li {
	list-style-image: url(images/102-2.jpg);
}

div.new_frame {
	margin-top: 15px;
	margin-bottom: 20px;
}

div.new_article {
	font-size: 0.8em;
	line-height: 125%;
	text-align: left;
	margin: 10px 30px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 6px pink solid;
}

/* 記事 */
div.article {
    line-height: 1.5em;
    margin: 15px 15px 15px;
    text-align: left;
}

h3.article_title {
    background: url("images/101-19.jpg") no-repeat scroll 0 0 transparent;
    font-size: 1em;
    letter-spacing: 0.075em;
    line-height: 32px;
    margin: 0;
    text-indent: 15px;
}

h3.article_title a:link, h3.article_title a:visited {
	color: #000;
	text-decoration: none;
}

h3.article_title a:hover {
	color: #F20006;
	text-decoration: none;
}

div.article_title2 {
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 0.075em;
	color: orange;
	border-left: 10px orange double;
	border-bottom: 2px green solid;
	padding: 3 6px;
	margin-bottom: 10px;
}

div.bp_title {
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 0.075em;
	margin-top: 15px;
	text-indent: 10px;
}

div.bp_title2 {
	font-size: 0.875em;
	font-weight: bolder;
	letter-spacing: 0.075em;
	color: green;
	border-bottom: 1px green solid;
	text-indent: 6px;
	margin-top: 4px;
}

div.article_text {
	font-size: 0.8em;
	line-height: 1.75em;
	margin: 15px 15px 10px;
}

div.article_img {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

div.article_footer {
	font-size: 0.75em;
	border-top: 1px #CCC solid;
	text-align: right;
	letter-spacing: 0.075em;
	margin-bottom: 15px;
	margin-top: 10px;
	clear: both;
}

/* このページの先頭へ */
div.upbutton {
	text-align: right;
	margin: 0 15px 10px;;
}

/* フッター */
div.footer {
    background-color: #0295D8;
    clear: both;
    width: 100%;
}
.footer_in {
    background-color: #F20006;
    color: #FFFFFF;
    font-family: 'Trebuchet MS',verdana,arial,sans-serif;
    font-size: 0.75em;
    letter-spacing: 0.08em;
    line-height: 1.3em;
    margin: 0 auto;
    padding-bottom: 5px;
    text-align: center;
    width: 900px;
}
div.footer_in a:link, div.footer_in a:visited {
	color: #CCC;
	text-decoration: none;
}

div.footer_in a:hover {
	color: #FFF;
	text-decoration: none;
}
div.mb_bottom1 {
	margin-bottom: 5px;
    padding-top: 5px;
}

/* コメント */
#comment {
	margin: 10px 15px 0;
}

.form_title {
	font-size: 0.875em;
	color: #5B7287;
}

div.com_title {
	width: 500px;
	font-size: 0.875em;
	font-weight: bolder;
	letter-spacing: 0.125em;
	color: #5B7287;
	text-align: left;
	text-indent: 3px;
	padding-bottom: 3px;
	margin-bottom: 15px;
	border-bottom: 2px #5B7287 solid;
}

#com_res {
	font-size: 0.8em;
	text-align: left;
	border-bottom: 1px #CCCCCC dotted;
	padding-top: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}

div.comres_title {
	padding: 3px 6px;
	background-color: #C1EDEF;
}

div.comres_com {
	line-height: 1.5em;
	margin: 6px 10px 15px;
}

/* 画像ズーム lightbox */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
}

#imageData {
	padding:0 10px;
	color: #666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
