@charset "shift_jis";
/*
  Share Style [
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
	line-height: 1.6;
	font-family: Verdana,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro',sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}
body {
	color: ;
	background: #FFF url('') no-repeat left top;
	text-align: center;	/* センタリング用 */
	overflow-y:scroll;	/* スクロールバー対策 */
}
html {}
*html body {  
   overflow-y:auto;	/*IE6だけに適用*/
}

*+html body {
   overflow-y:auto;	/*IE7だけに適用*/
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
p,li,dt,dl {
	line-height: 1.6;
}
div,dl,dt,dd {
	zoom: 1;
}
div:after,dl:after,dt:after,dd:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
p {
	margin: 0 0 1em 0;
}
li {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
img {
	border:0;
	vertical-align: bottom;
}
address {
	font-style:normal;
}
table,th,td {
	border-collapse: collapse;
}
textarea {
	font-size: 100%;
}

/*
 Link Color [
----------------------------------------------------------- */
a {
	color: #0080ff;
	text-decoration: none;
	overflow: hidden;	/*FF点線対応*/
}
a:link {
	color: #078D00;
	text-decoration: none;
}
a:visited {
	color: #189B12;
	text-decoration: none;
}
a:hover {
	color: #FFA200;
	text-decoration: underline;
}
a:active {
	color: #666;
}

/*
 container [
----------------------------------------------------------- */
#container {
	margin: 0 auto;
	padding: 0 auto;
	width: 910px;	/*widthを指定*/
	text-align: left;
	background: url('../img/bg.gif') repeat-y left top;
}

/*
 header [
----------------------------------------------------------- */
#header {
	margin: 0 0 0 5px;
	padding: 0;
	border-top: 3px solid #f76b1f;
	width: 900px;	/*widthを指定*/
	height: 80px;	/*heightを指定*/
}

#logo {
	margin: 30px 0 0 10px;
	padding: 0;
	float: left;
	width: 192px;	/*widthを指定*/
	height: 29px;	/*heightを指定*/
	background: url('../img/logo.gif') no-repeat;
}

#logo a {
	display: block;
	width: 192px;	/*widthを指定*/
	height: 29px;	/*heightを指定*/
	text-indent: -9999em;
}

#header_contact {
	margin: 20px 10px 0 0;
	padding: 0;
	position: relative;
	float: right;
	width: 369px;
	height: 50px;
	background: url('../img/contact_bg.gif') no-repeat right top;
}

#header_contact a {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 35px;
	right: 0;
	width: 203px;
	height: 18px;
	background: url('../img/btn_contact.gif') no-repeat left top;
	text-indent: -9999em;
}

/*
 navi [
----------------------------------------------------------- */
#navi {
	margin: 10px 0 15px 15px;
	padding: 0;
	width: 880px;	/*widthを指定*/
	height: 30px;	/*heightを指定*/
}

#navi ul {
	float: left;
	width: 880px;	/*widthを指定*/
	height: 30px;	/*heightを指定*/
	background: url('../img/navi.gif') no-repeat left top;
}

#navi ul li {
	float: left;
	text-indent: -9999em;
}

#navi ul li.navi_01,
#navi ul li.navi_06 {
	width: 140px;
	height: 30px;
}

#navi ul li.navi_02,
#navi ul li.navi_03,
#navi ul li.navi_04,
#navi ul li.navi_05 {
	width: 150px;
	height: 30px;
}

#navi ul li.navi_01 a {
	display: block;
	width: 140px;
	height: 30px;
	background: url('../img/navi_01.gif') no-repeat left top;
}

#navi ul li.navi_02 a {
	display: block;
	width: 150px;
	height: 30px;
	background: url('../img/navi_02.gif') no-repeat left top;
}

#navi ul li.navi_03 a {
	display: block;
	width: 150px;
	height: 30px;
	background: url('../img/navi_03.gif') no-repeat left top;
}

#navi ul li.navi_04 a {
	display: block;
	width: 150px;
	height: 30px;
	background: url('../img/navi_04.gif') no-repeat left top;
}

#navi ul li.navi_05 a {
	display: block;
	width: 150px;
	height: 30px;
	background: url('../img/navi_05.gif') no-repeat left top;
}

#navi ul li.navi_06 a {
	display: block;
	width: 140px;
	height: 30px;
	background: url('../img/navi_06.gif') no-repeat left top;
}

#navi ul li.navi_01 a:hover,
#navi ul li.navi_02 a:hover,
#navi ul li.navi_03 a:hover,
#navi ul li.navi_04 a:hover,
#navi ul li.navi_05 a:hover,
#navi ul li.navi_06 a:hover {
	background-position: 0 -30px;
}

/*
 image area [
----------------------------------------------------------- */
#image_area {
	margin: 15px;
	padding: 15px;
	position: relative;
	width: 853px;
	height: 218px;
	background: url('../img/image_bg.gif') no-repeat left top;
}

#fla {
	margin: 0;
	padding: 0;
	border: 1px solid #CCCCCC;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 630px;
	height: 200px;
	z-index: 1;
}

#photo_image {
	margin: 0;
	padding: 0;
	position: relative;
	width: 850px;
	height: 210px;
	background: url('../img/image.jpg') no-repeat left top;
}

#photo_image ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 195px;
}

#photo_image ul li {
	text-indent: -9999em;
}

#photo_image ul li.navi_img_01 {
	width: 195px;
	height: 51px;
}

#photo_image ul li.navi_img_01 a {
	display: block;
	width: 195px;
	height: 51px;
	background: url('../img/img_btn_01.gif') no-repeat left top;
}

#photo_image ul li.navi_img_01 a:hover {
	background: url('../img/img_btn_01_on.gif') no-repeat left top;
}

#photo_image ul li.navi_img_02 {
	width: 195px;
	height: 50px;
}

#photo_image ul li.navi_img_02 a {
	display: block;
	width: 195px;
	height: 50px;
	background: url('../img/img_btn_02.gif') no-repeat left top;
}

#photo_image ul li.navi_img_02 a:hover {
	background: url('../img/img_btn_02_on.gif') no-repeat left top;
}

#photo_image ul li.navi_img_03 {
	width: 195px;
	height: 50px;
}

#photo_image ul li.navi_img_03 a {
	display: block;
	width: 195px;
	height: 50px;
	background: url('../img/img_btn_03.gif') no-repeat left top;
}

#photo_image ul li.navi_img_03 a:hover {
	background: url('../img/img_btn_03_on.gif') no-repeat left top;
}

#photo_image ul li.navi_img_04 {
	width: 195px;
	height: 49px;
}

#photo_image ul li.navi_img_04 a {
	display: block;
	width: 195px;
	height: 49px;
	background: url('../img/img_btn_04.gif') no-repeat left top;
}

#photo_image ul li.navi_img_04 a:hover {
	background: url('../img/img_btn_04_on.gif') no-repeat left top;
}

/*
 Topic Path [
----------------------------------------------------------- */
#topic_path {
	margin: 0 0 0 30px;
	padding: 0;
}

#topic_path_list {
	margin: 10px 0;
	float: left;
}  

#topic_path_list li {
	float: left;
	font-size: 12px;
}

#topic_path_list li a {
	margin: 0 5px 0 0;
	padding: 0 10px 0 0;
	background: url('../img/arrow.gif') no-repeat right center;
	font-size: 12px;
}


/*
 wrapper [
----------------------------------------------------------- */
#wrapper {
	margin: 0 15px;
	padding: 0;
	float: left;
	width: 880px;
}

/*
 left-column [
----------------------------------------------------------- */
#left_column {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	width: 650px;	/*widthを指定*/
}

#message {
	margin: 0;
	padding: 15px;
	width: 620px;
	height: 65px;
	background: url('../img/message.gif') no-repeat left top;
}

#message p {
	line-height: 1.4em;
	font-size: 12px;
	text-align: center;
}

#message .message_txt {
	margin: 0;
	padding: 0;
	display: block;
	text-align: right;
}

h2#h2_01 {
	margin: 20px 0 10px 0;
	padding: 0;
	width: 650px;
	height: 21px;
	background: url('../img/h2_01.gif') no-repeat left top;
	text-indent: -9999em;
}

#left_column p.p_txt {
	margin: 0 0 0 15px;
	padding: 0;
	float: left;
	line-height: 1.2em;
	font-size: 12px;
}

div.txt_box {
	margin: 20px 0 0 15px;
	padding: 5px 10px 10px 10px;
	border: 1px solid #c5c3b5;
	float: left;
	width: 280px;
	height: 110px;
	background-color: #f0eee1;
}

div.txt_box ul {
	margin: 0 0 0 10px;
	padding: 0;
}

div.txt_box ul li {
	font-size: 12px;
}

#h3_01 {
	margin: 0 0 5px 0;
	padding: 0;
	width: 134px;
	height: 14px;
	background: url('../img/h3_box_01.jpg') no-repeat left top;
	text-indent: -9999em;
}

#h3_02 {
	margin: 0 0 5px 0;
	padding: 0;
	width: 148px;
	height: 14px;
	background: url('../img/h3_box_02.jpg') no-repeat left top;
	text-indent: -9999em;
}

h2#h2_02 {
	margin: 20px 0 10px 0;
	padding: 0;
	float: left;
	width: 650px;
	height: 21px;
	background: url('../img/h2_02.gif') no-repeat left top;
	text-indent: -9999em;
}

h2#h2_03 {
	margin: 20px 0 10px 0;
	padding: 0;
	float: left;
	width: 650px;
	height: 21px;
	background: url('../img/h2_03.gif') no-repeat left top;
	text-indent: -9999em;
}

h2#h2_04 {
	margin: 20px 0 10px 0;
	padding: 0;
	float: left;
	width: 650px;
	height: 21px;
	background: url('../img/h2_04.gif') no-repeat left top;
	text-indent: -9999em;
}


/*
 right-column [
----------------------------------------------------------- */
#right_column {
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	width: 210px;	/*widthを指定*/
}

#contact_banner {
	margin: 0;
	padding: 0;
	position: relative;
	width: 195px;
	height: 95px;
	background: url('../img/banner_contact.jpg') no-repeat left top;
}

#contact_banner a {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 55px;
	left: 14px;
	width: 167px;
	height: 30px;
	text-indent: -9999em;
}

#official_site_banner {
	margin: 20px 0 0 0;
	padding: 0;
	position: relative;
	width: 195px;
	height: 178px;
	background: url('../img/banner_site.jpg') no-repeat left top;
}

#official_site_banner a {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 42px;
	left: 11px;
	width: 173px;
	height: 126px;
	text-indent: -9999em;
}

#blog_banner {
	margin: 20px 0 0 0;
	padding: 0;
	position: relative;
	width: 195px;
	height: 180px;
	background: url('../img/banner_blog.jpg') no-repeat left top;
}

#blog_banner a {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 43px;
	left: 11px;
	width: 173px;
	height: 126px;
	text-indent: -9999em;
}


/*
 footer [
----------------------------------------------------------- */
#footer {
	margin: 0;
	padding: 0;
}

#footer_list {
	margin: 30px 0 0 5px;
	padding: 15px 20px;
	border-top: 1px solid #ccc;
	float: left;
	width: 860px;	/*widthを指定*/
}

#footer_list ul {
	margin: 0;
	padding: 0;
}

#footer_list ul li {
	margin: 0;
	padding: 0;
	float: left;
}

#footer_list ul li a {
	padding: 0 5px;
	font-size: 12px;
}

#footer_logo {
	margin: 30px 0 0 0;
	padding: 0;
	float: left;
	width: 192px;
	height: 29px;
	background: url('../img/logo.gif') no-repeat left top;
	text-indent: -9999em;
}

#footer_logo a {
	display: block;
	width: 192px;
	height: 29px;
}

#footer_contact {
	margin: 30px 20px 0 0;
	padding: 0;
	position: relative;
	float: right;
	width: 369px;
	height: 50px;
	background: url('../img/contact_bg.gif') no-repeat left top;
	text-indent: -9999em;
}

#footer_contact a {
	position: absolute;
	top: 35px;
	right: 0;
	width: 203px;
	height: 18px;
	background: url('../img/btn_contact.gif') no-repeat left top;
}

#footer address {
	margin: 20px 0 0 5px;
	padding: 5px 0 0 0;
	float: left;
	width: 900px;
	height: 30px;
	color: #FFF;
	background-color: #f76b1f;
	text-align: center;
}






/*---test---*/
#photo_image2 {
	margin: 0;
	padding: 0;
	position: relative;
	width: 850px;
	height: 210px;
	background: url('../img/top.jpg') no-repeat left top;
}

#photo_image2 ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 195px;
}

#photo_image2 ul li {
	text-indent: -9999em;
}

#photo_image2 ul li.navi_img_01 {
	width: 195px;
	height: 51px;
}

#photo_image2 ul li.navi_img_01 a {
	display: block;
	width: 195px;
	height: 51px;
	background: url('../img/img_btn_01.gif') no-repeat left top;
}

#photo_image2 ul li.navi_img_01 a:hover {
	background: url('../img/img_btn_01_on.gif') no-repeat left top;
}

#photo_image2 ul li.navi_img_02 {
	width: 195px;
	height: 50px;
}

#photo_image2 ul li.navi_img_02 a {
	display: block;
	width: 195px;
	height: 50px;
	background: url('../img/img_btn_02.gif') no-repeat left top;
}

#photo_image2 ul li.navi_img_02 a:hover {
	background: url('../img/img_btn_02_on.gif') no-repeat left top;
}

#photo_image2 ul li.navi_img_03 {
	width: 195px;
	height: 50px;
}

#photo_image2 ul li.navi_img_03 a {
	display: block;
	width: 195px;
	height: 50px;
	background: url('../img/img_btn_03.gif') no-repeat left top;
}

#photo_image2 ul li.navi_img_03 a:hover {
	background: url('../img/img_btn_03_on.gif') no-repeat left top;
}

#photo_image2 ul li.navi_img_04 {
	width: 195px;
	height: 49px;
}

#photo_image2 ul li.navi_img_04 a {
	display: block;
	width: 195px;
	height: 49px;
	background: url('../img/img_btn_04.gif') no-repeat left top;
}

#photo_image2 ul li.navi_img_04 a:hover {
	background: url('../img/img_btn_04_on.gif') no-repeat left top;
}

