@charset "utf-8";

/*==========================================
File name: base.css（proto type)
Editors: itprobe_zenzaidoji
Last Editor: itprobe_zenzaidoji
Date: 2010.09.02
========================================== */

/* INDEX   ------------------------------- 
 01.BASE FONT
 02.LINK SETTING
 03.BASE LAYOUT
 04.HEADER
 05.MAIN IMAGE
 06.GLOBAL NAVIGATION 
 07.MAIN CONTENTS
 08.SIDEBAR
 09.SIDE MENU
 10.FOOTER
 11.COMMON STYLE
 12.CLERA FIX
----------------------------------------- */

/* ---▼ 01.BASE FONT ▼--- */


body {
	color: #FFFFFF;
	font-family: Meiryo, "メイリオ","Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
	line-height: 1.7;
	}


* html body {
	font-size: 75%; /* for WinIE5-6,MacIE5.x */
	}


/* ---▼ 02.LINK SETTING ▼--- */

a{
	outline:none;
	}

a,a:link {
	text-decoration: none;
	color: #FFFFFF;
	}

a:visited {
	}

a:hover {
	text-decoration: underline;
	}

a.current,
a:active,
a:focus {
	}
	

.main_area_body a {
	text-decoration: underline;
	}


.main_area_body a:hover {
	text-decoration: none;
	}


/* ---▼ 03: BASE LAYOUT ▼--- */

html{
	text-align: center;
	width: 100%;
}



body {
	width: 100%;
	min-width: 1000px;
	background: #000000;
	margin: 0 auto;
	margin: 0;
	padding: 0;
}

img#bg_img{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

div#wrapped{
    position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

div#container{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/common/container_bg.png);
}


div#contents{
	padding: 20px 30px 20px 30px;
}

/* ---▼ 04: HEADER ▼--- */

#header {
	width: 1000px;
	height: 15px;
	background-color: #000;
}

#header h1{
	font-size: 80%;
	color: #FFFFFF;
	font-weight: normal;
	margin-left: 30px;
}

/* ---▼ 05: MAIN IMAGE ▼--- */
/* ---▼ 06: GLOBAL NAVIGATION ▼--- */

#keyvisual_and_menu{
	position: relative;
	width: 1000px;
	height: 200px;
}

#keyvisual_and_menu #ph_ci{
	position: absolute;
	top: 10px;
	left: 30px;
	z-index: 2;
}

#keyvisual_and_menu #keyvisual{
	position: absolute;
	width: 1000px;
	height: 200px;
	z-index: 0;
}


#keyvisual_and_menu #gnav{
	position: absolute;
	top: 151px;
	width: 1000px;
	height: 24px;
	background: url(../images/common/gnav_bg.jpg) no-repeat top left;
	margin: 0 0 0 0;
	z-index: 1;
}

#gnav ul{
	position: relative;
	margin: 0 0 0 26px;
}

#gnav li{
	display: inline;
}

#gnav li a{
	display: block;
	position: absolute;
	text-indent: -9999em;
	height: 24px;
	background-position:  0 -24px;

}

#gnav li a:hover{
	background-position: 0 0;

}
	

#gnav_01{
	left: 0;
	width: 89px;
	background: url(../images/common/gnav_01.jpg) no-repeat top left;
}

#gnav_02{
	left: 89px;
	width: 75px;
	background: url(../images/common/gnav_02.jpg) no-repeat top left;
}

#gnav_03{
	left: 164px;
	width: 74px;
	background: url(../images/common/gnav_03.jpg) no-repeat top left;
}

#gnav_04{
	left: 238px;
	width: 86px;
	background: url(../images/common/gnav_04.jpg) no-repeat top left;
}

#gnav_05{
	left: 324px;
	width: 89px;
	background: url(../images/common/gnav_05.jpg) no-repeat top left;
}

#gnav_06{
	left: 413px;
	width: 118px;
	background: url(../images/common/gnav_06.jpg) no-repeat top left;
}

#logo_address{
	position: absolute;
	z-index: 1;
	right: 30px;
	top: 120px;
}



/* ---▼ 07: MAIN CONTENTS ▼--- */

#main{
	float: right;
	width: 688px;
}

#main .main_area_body{
	background: url(../images/common/main_area_bg.png) repeat-y;
	padding: 10px 20px 10px 23px;
}

.main_area_head{
	height: 49px;
}

.main_area_head h3{
	height: 49px;
}

.main_area_foot{
	height: 24px;
}

/* ---▼ 08: SIDEBAR ▼--- */

#side{
	float: left;
	width: 200px;
}


/* ---▼ 09: SIDE MENU ▼--- */

#side #snav{
	margin: 0 0 0 0;
}


#side #snav ul{
	margin: 0 0 15px -15px;
}

#side #snav ul li{
	margin: 0 0 15px 0;
	background: url(../images/common/listmark_01.gif) no-repeat 20px 50%;
	padding: 0 0 0 45px;
}

#side .side-banner{
	width: 220px;
}

#side .side-banner img{
	margin: 0 0 10px 0;
}

#side #side_info{
	margin: 15px 0 0 0;
}


#side #side_info ul{
	margin: 0 0 15px -15px;
}

#side #side_info ul li{
	margin: 0 0 8px 0;
	background: url(../images/common/listmark_02.gif) no-repeat 20px 50%;
	padding: 0 0 0 36px;
}

#side #bnr_news_qr{
	margin: 0 0 10px 0;
}


/* ---▼ 10: FOOTER ▼--- */

#footer {
	position: relative;
	margin: 20px 0 0 0;
	clear: both;
}

#footer #footer_link{
	position: absolute;
	top: 20px;
	left: 30px;
}

#footer #footer_link p{
	line-height: 1.7;
}

#footer address{
	position: absolute;
	left: 30px;
	top: 125px;
	font-size: 10px;
}

/* ---▼ 11: COMMON STYLE ▼--- */

h3{
	height: 49px;
}

h4{
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	border-bottom: solid 1px #FFFFFF;
}

h5{
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	border-bottom: dotted 1px #FFFFFF;
}

#main .section{
	margin: 0 0 10px 0;
	clear: both;
	overflow: hidden;
}

#main .section p{
	margin: 0 0 10px 0;
}

#main .section .article{
	clear: both;
}

#main .section_body{
	overflow: hidden;
	clear: both;
}

.accent{
	font-weight: bold;
	font-size: 1.2em;
}

.orange{
	 color: #F93;
}

/* --- ぱんくずナビ ---*/

#breadcrumbs{
	text-align: left;
	margin: 0 0 10px 0;
}

#breadcrumbs a{
}

#breadcrumbs a:hover{
}

/* --- pageTop ---*/

#pageTop{
    background: #000;
	filter: alpha(opacity=70);
  	-moz-opacity:0.7;
  	opacity:0.7; 
	border-radius:5px;
    color:#FF9934;
    padding:10px;
    position:fixed;
    bottom:10px;
    right:10px;
    }
#pageTop:hover{
    background: #333;
    }


/* ---▼ 12: CLEAR FIX ▼--- */

.clear{
	clear: both;
}


div:after{/*for modern browser*/
    content:".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

div { display: inline-block; } 
div { display: block; }

