body {
	text-align: center;
	background-color: #181c26;
}

a {
    color:#fcbb00;
    outline: none;
}
a:link, a:visited {
	color:#fcbb00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#wrapper {
	margin-top: -275px;
	top: 50%;
	left: 50%;
	z-index: 10;
	position: absolute;
	text-align: left;
	background-position: right;
	background-repeat: repeat-y;
	background-image: url(../images/wrapper_back02.png);
	height: 550px;
	margin-left: -475px;
	width: 950px;
}


img#back_img {
	left: 0px;
	min-height: 100%;
	height: auto;
	top: 0px;
	z-index: 0;
	min-width: 1200px;
	width: 100%;
	position: fixed;
}


/* フリッカー画像 */
div#photos_here {
	left: 0px;
	min-height: 100%;
	height: auto;
	top: 0px;
	z-index: 0;
	min-width: 900px;
	width: 100%;
	position: fixed;
	z-index: 0;
	overflow: hidden;
}

div#photos_here img {
    min-height: 75px;
    height: auto;
    min-width: 75px;
    width: 8.3%;
}

/*div#photos_here img {
    min-height: 100%;
    height: auto;
    min-width: 900px;
    width: 100%;
}*/


div#branding {
	position: relative;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(../images/header_back.png);
	height: 230px;
}

div#branding p {
	display: none;
}

h1#main_title {
	margin: 0px;
	top: 140px;
	position: relative;
	background-image: url(../images/main_title02.png);
	background-repeat: no-repeat;
	height: 90px;
}

h1#main_title a {
	color: #226852;
	text-shadow: 0px 0px;
	text-decoration: none;
	font-size: 0px;
	height: 90px;
	width: 730px;
	display: block;
}

div#main {
	position: relative;
}

div#content {
	background-position: left;
	background-repeat: repeat-y;
	height: 280px;
	background-image: url(../images/content_back02.png);
	padding: 20px;
	position: absolute;
	width: 530px;
	overflow: hidden;
}

div#menu_main {
	left: 580px;
	width: 130px;
	position: absolute;
}

div#menu_main ul li a {
	margin-left: -10px;
	background-image: url(../images/sub_title.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	height: 30px;
	width: 120px;
	display: block;
	text-indent: -9999px;
}

li#menu01 a:hover {
	background-position: -120px top;
}
li#menu02 a {
	background-position: left -50px;
}

li#menu02 a:hover {
	background-position: -120px -50px;
}
li#menu03 a {
	background-position: left -100px;
}

li#menu03 a:hover {
	background-position: -120px -100px;
}
li#menu04 a {
	background-position: left -150px;
}

li#menu04 a:hover {
	background-position: -120px -150px;
}

div#content_sub {
	top: -190px;
	padding: 10px;
	left: 730px;
	position: absolute;
}

div#content_sub h3 {
    font-family: Optima, fantasy, Papyrus;
    margin-bottom: 3em;
    text-align: center;
    font-size: 80%;
    color: #b0ebbd;
}

div#content_sub strong {
    font-size: 150%;
    margin-left: 0.2em;
}

div#content_sub ul li {
	border-bottom-color: #b3b3b3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	padding-top: 5px;
}

div#content_sub h3#blog_list_title {
	text-align: left;
	font-size: 94%;
	margin-top: 2em;
	margin-bottom: 0.5em;
}


div#content_sub ul#blog_list li {
	font-size: 84%;
}

div#content_sub ul#blog_list li span {
    font-style: italic;
    display: block;
    text-align: right;
    font-size: 80%;
    margin-top: -1.5em;
}

div#info {
	font-size: 80%;
	top: 320px;
	position: relative;
}

div#info p {
	padding: 0px;
	margin: 0px;
}

p#footer_link {
	font-size: 10px;
}

div#info p#c_name {
	font-size: 10px;
	text-align: right;
	margin-top: -15px;
}

p#footer_link a {
	color: #b0ebbd;
}

#menutip02 { 
    display:none;
    text-align: center; 
    background:transparent url(../images/black_arrow02.png); 
    font-size:16px; 
    height:35px; 
    width:160px; 
    padding-left:30px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 15px; 
    color:#fff;
    z-index: 50;
    overflow: hidden;
}

#menutip { 
    display:none; 
    background:transparent url(/tools/img/tooltip/black_arrow.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff;     
}
