@charset "utf-8";

@import "marriage.css";



/* □□□□□共 通□□□□□□□□□□□□□□□□□□□□□□□□□ */

/* 基本設定 */

html {
	overflow-y: scroll;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	background-color: #FAF6E5;
	color: #4C4C4C;
}
h1,h2,h3,h4,h5,h6,
p,
ul,ol,li,
dl,dt,dd,
form {
	margin:0;
	padding:0;
}
ul,li {
	list-style-type: none;
}
img {
	border: 0;
}
hr {
	height: 1px;
}

/* リンクテキスト */
a:link {
	text-decoration: none;
	color: #63573E;
}
a:visited {
	text-decoration: none;
	color: #63573E;
}
a:hover {
	text-decoration: none;
	color: #E85298;
	text-decoration: underline;
}

/* 基本レイアウト */
#wiper {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CAA600;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #CAA600;
	width: 100%;
	text-align: center;
}
#main {
	text-align: left;
	width: 950px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

/* ヘッダー */
#header {
	margin-bottom: 29px;
	margin-left: 25px;
	height: 39px;
}
#header01 {
	float: left;
	width: 180px;
}
#header02 {
	float: right;
	margin-right: 24px;
}

/* フッター */
#footer {
	height: 25px;
	width: 920px;
	padding-top: 54px;
	clear: both;
	padding-left: 30px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	text-align: left;
}

/* Menu関係 */
#global_menu01 {
	width: 921px;
	margin-bottom: 8px;
	text-align: right;
	color: #63573E;
}
#global_menu02 {
	width: 925px;
	height: 60px;
	margin-bottom: 8px;
	margin-left: 25px;
	clear: both;
}
#global_menu02 li {
	float: left;
}
#sub_menu {
	margin-left: 74px;
	height: 13px;
	width: 876px;
	margin-bottom: 2px;
}
#sub_menu li {
	float: left;
}

/* メインコンテンツ */
#line01 {
	width: 925px;
	margin-left: 25px;
	margin-bottom: 10px;
}
#tilte {
	margin: 20px 0 20px 25px;
}
#catch {
	margin-left: 25px;
	margin-bottom: 20px;
}
#sub_catch {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-left: 25px;
	margin-top: 10px;
}
.text_10px {
	font-size: 10px;
	line-height: 1.5em;
	font-weight: normal;
}

/* その他共通パーツ */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
.float_clear {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
}
.float_left {
	float: left;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

/* スペース */
.sp_b5 {
	margin-bottom: 5px;
}
.sp_b10 {
	margin-bottom: 10px;
}
.sp_b15 {
	margin-bottom: 15px;
}
.sp_b20 {
	margin-bottom: 20px;
}
.sp_b25 {
	margin-bottom: 25px;
}
.sp_b30 {
	margin-bottom: 30px;
}
.sp_t5 {
	margin-top: 5px;
}
.sp_t10 {
	margin-top: 10px;
}
.sp_t15 {
	margin-top: 15px;
}
.sp_t20 {
	margin-top: 20px;
}
.sp_t25 {
	margin-top: 25px;
}
.sp_t30 {
	margin-top: 30px;
}
.sp_t40 {
	margin-top: 40px;
}
.sp_l5 {
	margin-left: 5px;
}
.sp_l10 {
	margin-left: 10px;
}
.sp_l15 {
	margin-left: 15px;
}
.sp_l20 {
	margin-left: 20px;
}
.sp_l25 {
	margin-left: 25px;
}
.sp_l30 {
	margin-left: 30px;
}

