@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background-color:#036EB7;
	line-height:130%;
}
body div {
	text-align: left;
	margin: 0 auto;
}
img{
	border:0;
}

.clear{
    clear:both;
	}
a:link{
	text-decoration:none;
	}
a:hover {
    text-decoration:underline;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*-------------------文字---------------------*/
h1 {
   margin-left:20px;
   margin-bottom:15px;}
p {
    font-size:12px;
	color:#717071;
	line-height:140%;
	padding:10px;
	}
/*-------------------タイトル---------------------*/
/*-------------------レイアウト---------------------*/
#frame {
    width:880px;
	}
#head {
    background:url(images/head_bg.gif);
	width:880px;
	height:100px;
	margin-top:10px;
	}
#rogo_01 {
    width:81px;
	height:80px;
	margin: 10px;
	float:left;
	}
#rogo_02 {
    width:95px;
	height:80px;
		margin:10px;
	float:right;
	}
#topimage {
    margin-top:10px;}
#contents {
    width:880px;
	background-image:url(images/main_bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	margin-top:10px;
	}
#main {
    float:left;
	width:680px;
	margin-bottom:15px;
	}
#side {
    float:left;
	width:200px;
	}

#oubo {
	margin:0 15px 15px 15px;}
.oubo_box_00 {
}
.oubo_box_01 {
    float:left;
	width:419px;
}
.oubo_box_02 {
    float:left;}
.oubo_box_03 {
    float:left;}

#kekka {
	margin:0 10px 15px 10px;}
.kekkaimg {
padding:80px 0px 100px 0px;
text-align:center;}

.kekka_box00 {}
.kekka_box00b {
margin:0 0 0 140px; }

.kekka_box01 {
float:left;
}
.kekka_box02 {
float:left;
}
.kekka_box03 {
float:left;
}
.al_cnt { text-align:center;}
#kekka p{
    margin:0 55px;
	font-size:13px;
}
#ceremony {
	margin:0 10px 15px 10px;}
#ceremony p{ font-size:13px;}
#ch2 { color:#036EB7; font-size:26px; font-weight:bold; margin:5px 0 0 10px;}
#ch2b { color:#036EB7; font-size:26px; font-weight:bold; height:57px; width:445px; display:block; margin:7px 0 0 10px;}
#pst01 { margin:0 40px;}
#pst02 { margin:0;}
.ca_01 { margin:20px 0 0 40px;}
.ca_02a { float:left; width:440px; }
.ca_02b { float:left; width:354px; }

.cb_01 { margin:20px 0 0 40px; width:801px; height:236px; }
.cb_02a { float:left; height:236px; width:455px;}
.cb_02b { float:left; height:236px;}

.cc_01 { margin:20px 0 0 40px;}
.cc_02a { float:left; width:273px; }
.cc_02b { float:left; width:540px; }

.c_img { margin-left:40px;}
/*-----------------ボタンリストのclass設定-------------------*/
.navi {	
    width: 170px;
    height: 85px;
	display: block;
	text-decoration: none;
	text-indent: -9999em;
	}
.dl {
    width:413px;
	height:150px;
	float:left;}
.back {
    width:86px;
	height:25px;
	float:right;
	margin-right:15px;}
/*-----------------背景画像の移動設定-------------------*/

.navi a:hover {
	background-position: 0px -85px;

}
.dl a:hover {
	background-position: 0px -150px;
    }
.back a:hover {
	background-position: 0px -25px;}
/*-----------------それぞれのボタンの背景画像-------------------*/
a.nv01 {
	margin:0px;
	padding:0px;	
	width: 170px;
    height: 85px;
	display: block;
	text-decoration: none;
	text-indent: -9999em;
	background:url("images/nv_oubo.jpg") no-repeat left top;}
a.nv02 {
	margin:0px;
	padding:0px;	
	width: 170px;
    height: 85px;
	display: block;
	text-decoration: none;
	text-indent: -9999em;
	background:url("images/nv_kekka.jpg") no-repeat left top;}
a.nv03 {
	margin:0px;
	padding:0px;	
	width: 170px;
    height: 85px;
	display: block;
	text-decoration: none;
	text-indent: -9999em;
	background:url("images/nv_ceremony.jpg") no-repeat left top;}
a.nvdl {
	margin:0px;
	padding:0px;	
	width: 413px;
    height: 150px;
	display: block;
	text-decoration: none;
	text-indent: -9999em;
	background:url("images/nv_dl.jpg") no-repeat left top;}
a.nvback {
	margin:0px;
	padding:0px;	
	width: 86px;
    height: 25px;
	display: block;
	text-decoration: none;
	text-indent: -9999em;
	background:url("images/nv_back.jpg") no-repeat left top;}