/*Page Layout（2段組み）*/
/*基本レイアウト*/

* {
	margin: 0px;
	padding: 0px;
	font-size:12px;
	color: #666666;
}

/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
	margin:0;
	padding:0;
	line-height:2;
	letter-spacing:1px;
	font-family:"メイリオ", Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-repeat: repeat-x;
}

br {
   letter-spacing:normal;
}

a {
	color:#666666;
	text-decoration:underline;
}

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

img {
   border:0;
   vertical-align:bottom;
}

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


/******************全体基本レイアウト******************/
#container {
	text-align:left;
	width:960px;
	margin:0px auto;
	height: auto;
}


#header{
	width:960px;
	height: auto;
	background-color: #FFFFFF;
}
#header #pr {
	height: 25px;
	width: 600px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#header #pr h1 {
	font-size: 10px;
	font-weight: normal;
}


#header .logo {
	height: 70px;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#header .addnavi {
	height: 86px;
	width: 300px;
	margin-left: 620px;
	margin-top: -75px;
	margin-bottom: 5px;
}

#migi{
	float:right;
	width:690px;
	padding:0 0 0 10px;
	height: auto;
}

/****************** globalnavi ******************/

#globalnavi{
	margin: 0;
	padding: 0;


  width: ***;  
	height: 60px;
	background-image: url(../images/top/menu.gif);
}  
  
#globalnavi ul{  
  list-style-type: none;  
  margin: 0;  
  padding: 0;  
}  
  
#globalnavi li{  
  text-indent: -9999px;  
  float:left;  
  width: 160px;  
  margin: 0;  
  padding: 0;  
}  
  
#globalnavi a{
	display: block;
	width: 100%;
	height: 60px;
	background-image: url(../images/top/menu.gif);
	background-repeat: no-repeat;
}  
#topicatchWrap {
	height: 400px;
	width: 960px;
}
 
#menu1 a{background-position: 0 0;}  
#menu2 a{background-position: -160px 0;}  
#menu3 a{background-position: -320px 0;}  
#menu4 a{background-position: -480px 0;}  
#menu5 a{background-position: -640px 0;}  
#menu6 a{background-position: -800px 0;}    
  
#globalnavi a:hover{
	background-image: url(../images/top/menu.gif);
	background-repeat: no-repeat;
}  
  
#menu1 a:hover{background-position: 0 -60px;}  
#menu2 a:hover{background-position: -160px -60px;}  
#menu3 a:hover{background-position: -320px -60px;}  
#menu4 a:hover{background-position: -480px -60px;}  
#menu5 a:hover{background-position: -640px -60px;}  
#menu6 a:hover{background-position: -800px -60px;} 


/****************** top img ******************/
#viewer {
	margin: 0 auto;
	width: 960px;
	height: 400px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

#viewer img {
	top: 0;
	left: 0;
	position: absolute;
}


#sub_viewer {
	margin: 0 auto;
	width: 960px;
	height: 100px;
}

#prbox {
	height: 155px;
	width: 960px;
	margin-top: 20px;
	margin-bottom: 10px;
}




#prbox .section {
	float:left;
	width:290px;
	margin-right:15px;
	padding:0;
	margin-left: 15px;
	height: 150px;
	margin-top: 0px;
}


#hidari{
	float:left;
	width:260px;
	height: auto;
}

/* ========hidari======== */
#sub {
	float:left;
	width:240px;
	margin-left: 10px;
	margin-top: 40px;
}


#sub .section {
	margin-bottom:10px;
}

#sub h2 {
	padding:5px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	background-color: #CCCCCC;
}

#sub h3 {
	padding:5px;
	font-size:13px;
	font-weight:bold;
	background-color: #FFFFFF;
}

#sub ul {
   margin:0;
   padding:0;
   border:1px solid #EFEBEF;
}

#sub li {
	padding:2px;
	line-height:1.8;
	list-style:none;
	border-bottom:1px solid #E7E7EF;
}

#sub li a {
   display:block;
   padding:5px 5px 5px 15px;
   background:url("../images/bg_arrow.gif") 5px 50% no-repeat;
}

#sub li a:hover {
	display:block;
	color:#666666;
	background:#EFEBEF url("../images/bg_arrow.gif") 5px 50% no-repeat;
	text-decoration:none;
}
#sub .imgBox {
	background-color: #FFFFFF;
	height: auto;
	width: 240px;
	margin-top: 20px;
}





/* ========MAIN CONTENTS CUSTOMIZE======== */
#main {
	float:right;
	width:650px;
	padding:10px;
	margin-top: 40px;
	margin-bottom: 50px;
}
#main .imgBox {
	height: auto;
	width: 650px;
	margin-bottom: 50px;
	text-align: center;
}


#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#5A5132;
   font-size:13px;
   font-weight:bold;
   border-bottom:3px double #5A5132;
}

#main h3 {
	margin-bottom:20px;
	padding:16px 10px 10px;
	font-size:14px;
	border-bottom:1px dotted #ddd;
	background-color: #fff;
	background-image: url(../images/bg_menu_on.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #FFFFFF;
}

#main h4 {
	margin-bottom:20px;
	padding:5px;
	font-size:13px;
	border-left:5px solid #075490;
	border-bottom:1px dotted #ddd;
}
#main ul {
	margin-left: 50px;
}
#main ol {
	margin-left: 50px;
}


#main h5 {
	margin-bottom:5px;
	padding:5px;
	font-size:13px;
	color:#fff;
	background-color: #88C7FB;
}

#main h6 {
   margin-bottom:5px;
   font-size:13px;
}

#main p {
	margin:0 0 1em;
}

#main dt {
	margin-bottom:3px;
	margin-left: 15px;
}

#main dd {
	padding:0;
	margin:0 0 0.5em 1em;
	padding:10px;
	background:#eee;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
	float:left;
	width:10em;
	margin:0;
	padding:0;
	text-indent: 20px;
}

#main dl.information dd {
	margin:0 0 0.5em 10em;
	padding:0;
	background:transparent;
}

#main table {
	width:400px;
	border-collapse:collapse;
	margin-right: auto;
	margin-left: auto;
}


#main table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#f0f7fc;
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
}
#main .face_img {
	float: left;
	margin: 0px 20px 10px 30px;
}
#main .nagare {
	vertical-align: middle;
}
#main .date {
	overflow: auto;
	margin-top: -20px;
	height: 200px;
	border: thin solid #CCCCCC;
}





/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url("../images/bg_pagetop.gif") 0 50% no-repeat;
}





/* ========FOOT MENU ======== */
#footer{
	clear:both;
	width:960px;
	padding:15px 0px;
	height: auto;
}


#footMenu .section {
	float:left;
	width:260px;
	margin-right:30px;
	padding:0;
	margin-left: 30px;
}

#footMenu h3 {
	font-size:12px;
	border-bottom:1px dotted #999;
}

#footMenu ul {
   margin:0;
   padding:0;
}

#footMenu li {
   margin:0;
   padding:0;
   list-style:none;
}

#footMenu li a {
	padding-left:10px;
	font-size:12px;


	background-image: ../images/bg_footmenu.gif;
	background-repeat: no-repeat;
	background-position: 0 50%;
	line-height: 20px;
	background-image: url(../images/bg_footmenu.gif);
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
	clear:both;
	padding:30px 0 10px;
	font-style:normal;
	font-size:12px;
	text-align:center;
}
#new {
	vertical-align: middle;
}
