@charset "utf-8";
* {
	margin:0;
	padding:0;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

body {
	font-size: 14px;
	line-height: 175%;
	color: #ffffff;
	background-color:#000000;
	text-align:center;
	padding:15px;
	margin:0 auto;
}

html {
	overflow-y:scroll;
}

p, h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
}

img,
fieldset {
	border:0;
	padding:0px;
	margin:0px;
	text-decoration:none;
}

table, td, th	{
	padding:1px;
}

h4	{
	font-size:16px;
}



/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
  color:#00CCFF;
  text-decoration:underline;
}

a:link {
  color:#00CCFF;
  text-decoration:underline;
}

a:visited {
  color:#00CCFF;
  text-decoration:underline;
}

a:hover {
  color:#FFCC00;
  text-decoration:none;
}

a:active {
  color:#FFCC00;
  text-decoration:none;
}

/*=============================================
 container
===============================================*/
#container {
    width: 720px;
	padding:0;
	margin:0 auto;
	text-align:center;
}


/*=============================================
 header
===============================================*/

#header {
	width:720px;
	padding:0px;
	margin:0px;
	text-align:left;
}

#header h1 a {
  display: block;
  position: relative;
  width: 300px;
  height: 70px;
  text-decoration:none;
  text-indent: -9999px;
  background: url("../images/obj_sitetitle.gif") no-repeat left;
  margin:0;
  padding:0;
  float:left;
}

#header p#description{
  display: block;
  position: relative;
  width: 376px;
  height: 70px;
  text-decoration:none;
  text-indent: -9999px;
  background: url("../images/txt_header-offisial.gif") no-repeat right;
  margin:0;
  padding:0;
  float:right;
}

/*=============================================
 global navigation
===============================================*/
#g_navi {
	clear:both;
	width:720px;
	padding:3px 0 5px 0;
	font-size:12px;
}

#g_navi ul {
	margin:0px;
	padding:0px;
}

#g_navi ul li {
	display:inline;
	list-style-type:none;
	padding:0;
	margin:0;
}

#g_navi ul li a {
	display:block;
	float:left;
	overflow:hidden;
	text-indent:15px;
	padding-right:10px;
	margin:0;
	color:#FFFFFF;
}

#g_navi ul li a:link {
  color:#FFFFFF;
  text-decoration:none;
}

#g_navi ul li a:visited {
  color:#FFFFFF;
  text-decoration:none;
}

#g_navi ul li a:hover {
  color:#FFCC00;
  text-decoration:underline;
  background: url("../images/bt_on.gif") no-repeat left;
}

#g_navi ul li a:active {
  color:#FFCC00;
  text-decoration:underline;
}

/*=============================================
 body
===============================================*/
#body {
	clear:both;
	width:720px;
	margin:0;
	padding:0;
	text-align:left;
}

#body h2#contents_title01	{
  clear:both;
  display: block;
  position: relative;
  width: 720px;
  height: 140px;
  text-decoration:none;
  text-indent: -9999px;
  background: url("../images/ba_01.jpg") no-repeat top left;
  margin:0;
  padding:0;
}

#body h2#contents_title02	{
  clear:both;
  display: block;
  position: relative;
  width: 720px;
  height: 140px;
  text-decoration:none;
  text-indent: -9999px;
  background: url("../images/ba_02.jpg") no-repeat top left;
  margin:0;
  padding:0;
}

#body h2#contents_title03	{
  clear:both;
  display: block;
  position: relative;
  width: 720px;
  height: 140px;
  text-decoration:none;
  text-indent: -9999px;
  background: url("../images/ba_03.jpg") no-repeat top left;
  margin:0;
  padding:0;
}

#body h2#contents_title04	{
  clear:both;
  display: block;
  position: relative;
  width: 720px;
  height: 140px;
  text-decoration:none;
  text-indent: -9999px;
  background: url("../images/ba_04.jpg") no-repeat top left;
  margin:0;
  padding:0;
}

#body h2#contents_title05	{
  clear:both;
  display: block;
  position: relative;
  width: 720px;
  height: 140px;
  text-decoration:none;
  text-indent: -9999px;
  background: url("../images/ba_05.jpg") no-repeat top left;
  margin:0;
  padding:0;
}

#body h2#contents_title06	{
  clear:both;
  display: block;
  position: relative;
  width: 720px;
  height: 140px;
  text-decoration:none;
  text-indent: -9999px;
  background: url("../images/ba_06.jpg") no-repeat top left;
  margin:0;
  padding:0;
}

#body h2#contents_title09	{
  clear:both;
  display: block;
  position: relative;
  width: 720px;
  height: 140px;
  text-decoration:none;
  text-indent: -9999px;
  background: url("../images/ba_09.jpg") no-repeat top left;
  margin:0;
  padding:0;
}

#body h2#contents_title08	{
  clear:both;
  display: block;
  position: relative;
  width: 720px;
  height: 140px;
  text-decoration:none;
  text-indent: -9999px;
  background: url("../images/ba_08.jpg") no-repeat top left;
  margin:0;
  padding:0;
}

#body h2#archive_title	{
  clear:both;
  display: block;
  position: relative;
  width: 720px;
  height: 140px;
  text-decoration:none;
  text-indent: -9999px;
  background: url("../images/ba_archives.jpg") no-repeat top left;
  margin:0;
  padding:0;
}

#body .entry-body	{
	padding:10px 20px 20px 20px;
	margin:0;
}

#body h3	{
	font-size:150%;
	padding:5px;
	font-weight:normal;
	background:#232323;
	color:#FFFFFF;
	text-align:left;
}


/*=============================================
 footer
===============================================*/
#footer {
	clear:both;
	border-top:#FFFFFF 1px solid;
	width:720px;
	margin:0;
	padding:0;
}

#footer #footer_gnavi	{
	padding:5px 0;
	margin:0;
	text-align:right;
	background-color:#333333;
}

#footer ul li	{
	display:inline;
	list-style-type:none;
	border-left: #ffffff 1px solid;
	padding-left:0.8em;
	padding-right:0.4em;
}

#footer ul li.li_last	{
	display:inline;
	list-style-type:none;
	border-left: #ffffff 1px solid;
	padding-left:0.4em;
	border:none;
}

#footer ul li.li_first	{
	display:inline;
	list-style-type:none;
	padding-right:0.4em;
	border:none;
}

#footer ul li a	{
	color:#FFFFFF;
}

#footer ul li a:link{
	color:#FFFFFF;
}

#footer ul li a:visited{
	color:#FFFFFF;
}

#footer ul li a:hover{
	color:#FFCC00;
}

#footer ul li a:active{
	color:#FFCC00;
}

#footer #copy	{
	padding:10px;
	color:#FFFFFF;
	text-align:center;
	margin:0 auto;
}

#breadcrumb	{
	padding:5px 0 10px 15px;
}

.pagetop	{
	margin-bottom:1em;
}

.pagetop a	{
	display:block;
	height:30px;
	width:135px;
}

.photo_text	{
	text-align:center;
	margin:0 auto;
}

hr {
    border: 0 none; 
    height: 1px; 
    color: #cccccc;
    background-color: #cccccc;
	margin:0.75em 0;
}

dl#archives	{
	padding:5px;
}

dl#archives dt	{
	clear:left;
	float:left;
	list-style-type:none;
	margin-bottom:0.25em;
}

dl#archives dd	{
	text-indent:0.75em;
	list-style-type:none;
	margin-bottom:0.25em;
}


table#contactme	{
	border-collapse: collapse;
	margin-top:10px;
}

table#contactme	tr th	{
	background-color:#333333;
	margin:0 auto;
	text-align:center;
	width:180px;
}

table#contactme tr td	{
	width:360px;
	text-align:left;
}

table#contactme tr td input.txt	{
	width:340px;
}

table#contactme tr td textarea	{
	width:340px;
	height:120px;
}

table#contactme tr td.submit	{
	width:540px;
	background-color:#990000;
	text-align:center;
	margin:0 auto;
}

table#contactme tr td div.att	{
	color:#FF0000;
	font-size:10px;
	width:340px;
}