
@charset "utf-8";

/*========================================
  base
-----------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	background-color:transparent;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
}
img {
	border: none;
	margin: 0;
	padding: 0;
	display: inline;
}
ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	empty-cells: show;
}

/* for IE6*/
td,th,form,p,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	background-color:transparent;
	font-family: Arial, Helvetica,sans-serif;
}

input,select,option,textarea { 
	background-color:#FFF;
	color: #E4445C;
} 


/*========================================
  about txt
-----------------------------------------*/
/*-- a --*/
a:link {
	color: #2276CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2276CC;
}
a:hover {
	text-decoration: none;
	color: #17378A;
}
a:active {
	text-decoration: none;
	color: #17378A;
}

/*-- font color --*/
.green {color: #33A02C;font-weight: bold;}
.red {color: #FF0000}
.bold{font-weight: bold; }
.small{font-size: 10px;	line-height: 16px; }
.bgreen{
	font-weight: bold;
	color: #0B8D8D;
}
.orange {color: #FD611D;font-weight: bold;}



h5{
	border-left: 5px solid #0B8D8D;
	margin:20px 0px 5px 30px;
	text-indent:10px;
}
h6{
	margin:20px 0px 5px 50px;
	color:#0B8D8D;
}


/*========================================
  layout
-----------------------------------------*/

body {
	background-color: #81B3C7;
	text-align:center;
}
img,object {
	border: 0px;
	vertical-align:bottom;
}
p.right{
	float:right;
}

/*========================================
  header
-----------------------------------------*/
#header {
	width:100%;
	height: 87px;
	background-image: url(../img/head_bg.gif);
}
h1#headlogo {
	text-indent: -9999px;
	width:620px;
	margin:0px;
	margin-right: auto;
	margin-left: auto;
	height: 87px;
}
h1#headlogo a{
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	margin:0px;
	width:349px;
	height:81px;
	display:block;
	float:left;
/* Hides from IE-mac \*/
	overflow: hidden;
/* End hide from IE-mac */
}


/*========================================
  menu
-----------------------------------------*/
#menu{
	width:100%;
	height:36px;
	background-image: url(../img/menu_bg.gif);
}

#menu ul{
	width: 620px;
	margin:0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

/* for IE */
/* Hides from IE-mac \*/
*html body #menu ul{
	width: 660px;
}
/* End for IE */

/* for safari */
html:not(:only-child:only-child) #menu ul{ width: 660px; }



#menu li {
	float:left;
	height:36px;
	text-indent:-9999px;
}
#menu li a{
	height:36px;
	display:block;
}
a:focus{
/**/
	overflow: hidden;
/**/
}

/* 以下、メニュー画像指定 */

#menu li.menu1{
	width: 154px;
	background-image: url(../img/menu_01.gif);
	background-position: 0px 36px;
}
#menu li.menu1 a{
	background-image: url(../img/menu_01.gif);
	background-position: 0px 0px;
}
#menu li.menu1 a:hover{
	background-position: 0px -5px;
}

#menu li.menu2{
	width: 155px;
	background-image: url(../img/menu_02.gif);
	background-position: 0px 36px;
}
#menu li.menu2 a{
	background-image: url(../img/menu_02.gif);
	background-position: 0px 0px;
}
#menu li.menu2 a:hover{
	background-position: 0px -5px;
}

#menu li.menu3{
	width: 154px;
	background-image: url(../img/menu_03.gif);
	background-position: 0px 36px;
}
#menu li.menu3 a{
	background-image: url(../img/menu_03.gif);
	background-position: 0px 0px;
}
#menu li.menu3 a:hover{
	background-position: 0px -5px;
}

#menu li.menu4{
	width: 157px;
	background-image: url(../img/menu_04.gif);
	background-position: 0px 36px;
}
#menu li.menu4 a{
	background-image: url(../img/menu_04.gif);
	background-position: 0px 0px;
}
#menu li.menu4 a:hover{
	background-position: 0px -5px;
}


/*========================================
  mainbody
-----------------------------------------*/

#mainbody {
	width: 100%;
	background-image: url(../img/mainbody_bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
}

h3#top{
	width: 860px;
	height: 515px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	background:url(../img/top_img.jpg) no-repeat 0 0;
	text-indent:-9999px;
}
h3#top a{
	width: 400px;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	text-indent:-9999px;
	display:block;
}

/*========================================
  footer
-----------------------------------------*/
#footer {
	width: 100%;
	height:28px;
	background:url(../img/footer_bg.gif);
	background-color: #031C5A;
}


/*========================================
  pageback
-----------------------------------------*/

h4.pageback a{
	width: 77px;
	height: 22px;
	background:url(../img/back.gif) no-repeat 0 0;
	text-indent:-9999px;
	margin-right: auto;
	margin-left: auto;
	display:block;
	margin-top:15px;
	margin-bottom:15px;
}
h4.pageback a:hover{
	background-position: 0px -22px;
}
/*========================================
  honbun
-----------------------------------------*/
#mainbody #main_bg{
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	width: 620px;
	background-color:#fff;
}
#mainbody #rinen_bg{
	background:url(../img/rinen_bg.jpg) no-repeat 0 0;
	margin-right: auto;
	margin-left: auto;
	width: 620px;
	height: 780px;
	background-color:#fff;
}

h3#rinen,h3#profile,h3#make,h3#make1,h3#make2,h3#make3,h3#make4{
	width: 620px;
	height: 50px;
	background:url(../img/title_rinen.gif) no-repeat 0 0;
	text-indent:-9999px;
	margin:0px 0px 20px 0px;
}
h3#profile{
	background:url(../img/title_profile.gif) no-repeat 0 0;
}
h3#make{
	background:url(../img/title_make.gif) no-repeat 0 0;
}
h3#make1{
	background:url(../img/title_make1.gif) no-repeat 0 0;
}
h3#make2{
	background:url(../img/title_make2.gif) no-repeat 0 0;
}
h3#make3{
	background:url(../img/title_make3.gif) no-repeat 0 0;
}
h3#make4{
	background:url(../img/title_make4.gif) no-repeat 0 0;
}


h4#rinen_name{
	width: 161px;
	height: 17px;
	background:url(../img/rinen_eisyo_name.gif) no-repeat 0 0;
	text-indent:-9999px;
	margin-right: auto;
	margin-left: auto;
}

ul.dotlist li{
	background-image: url(../img/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left:14px;
	margin:0px 0px 5px 20px;
}
div#mainbody p{
	margin:0px 50px 10px 50px;
}

ul#make_list li{
	padding:25px 0px 0px 120px;
	margin:10px 0px 0px 120px;
	font-weight:bold;
	font-size: 12px;
	height:100px;
}
ul#make_list li img{
	margin-left:-5px;
}
ul#make_list li.make1{
	background:url(../img/make_index_p1.gif) no-repeat 0 0;
}
ul#make_list li.make2{
	background:url(../img/make_index_p2.gif) no-repeat 0 0;
}
ul#make_list li.make3{
	background:url(../img/make_index_p3.gif) no-repeat 0 0;
}
ul#make_list li.make4{
	background:url(../img/make_index_p4.gif) no-repeat 0 0;
}
.center{
	width:100%;
	text-align:center;
}

div.pagetop{
	width:600px;
	text-align:right;
}

/*========================================
  photo
-----------------------------------------*/
ul.photo_mini{
	margin-left:20px;
}
/* for IE */
/* Hides from IE-mac \*/
*html body ul.photo_mini{
	margin-left:0px;
}
/* End for IE */

.photo_mini li{
	float:left;
	margin:0px 0px 20px 20px;

}

/*========================================
  keireki_table
-----------------------------------------*/
table.keireki{
	margin:10px 0px 0px 50px;
}
table.keireki th{
	color:#0B8D8D;
	border-bottom: 2px solid #0B8D8D;
	border-top: 1px solid #0B8D8D;
	padding:3px 10px 2px 10px;
	text-align:left;
}
table.keireki td{
	border-bottom: 1px solid #BBB;
	padding:3px 10px 2px 10px;
}

/*========================================
  clearfix
-----------------------------------------*/
/*firefox etc.*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*MacIE WinIE7*/
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.cl{
	clear: both; 
}

