@charset "UTF-8";

/*\*/
/*-------------------------------------------------------*/
/*  reset&initiarize 初期化
/*-------------------------------------------------------*/

* {
	color: #404040;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: "ＭＳ Ｐゴシック" , "ＭＳ ゴシック" , "Hiragino Kaku Gothic Pro" , "ヒラギノ角ゴ Pro W3" , "Arial" , "Helvetica" , sans-serif;
	line-height: 1.25;
}

html,body {
	margin: 0; padding: 0;
    height: 100%;
}

body {
	text-align: center;
	background: #fff;
}

a , a span {
	color: #369;
	outline-width: 0 !important;
}

a:hover , a:hover span {
	color: #b40c04;
}

h1 , h2 , h3 , h4 , h5 , h6 , ul , li , dl , dt , dd , p , form {
	margin: 0; padding: 0;
}

h1 { padding: 0 0 20px 0; font-weight: bold; font-size: 16px; }

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

li { list-style: none; }

img { border: none; }

table {}

th { text-align: left; vertical-align: top; }

td { vertical-align: top; }

textarea {}

address {}

/*-------------------------------------------------------*/
/*  common 共通
/*-------------------------------------------------------*/

.cfont01 {
	color: #a4484f;
}

.cfont02 {
	color: #000;
}

.cfont03 {
	color: #666;
}

.cfont04 {
	color: #b40c04;
}

.fsize10 {
	font-size: 10px;
}

.fsize12 {
	font-size: 12px;
}

.fsize14 {
	font-size: 14px;
}

.fsize16 {
	font-size: 16px;
}

.fsize18 {
	font-size: 18px;
}

.fbold {
	font-weight: bold;
}

/*-------------------------------------------------------*/
/*	clear  */
/*-------------------------------------------------------*/

.cboth {
	clear: both; height: 0; line-height: 0; font-size: 0;
}

div.clearfix {  
	zoom: 1;/*for IE 5.5-7*/  
} 

div.clearfix:after {
    content:".";
    display: block;
    height: 0;
    font-size: 0; line-height: 0;
    clear: both;
    visibility: hidden;
}

* html div.clearfix:after {
	height: 1px;
}


/**********************************************************/

div#container {
	margin: 50px;
	text-align: center;
}

div#container p {
	margin: 10px 0 0 0;
	line-height: 2;
}

div#container p a {
	letter-spacing: 0.1em;
}

div#kizuna {
	margin: 10px auto 0 auto; padding: 5px;
	width: 300px;
	background: #f9e6d6;
}
* html div#kizuna {
	width: 310px;
}

div#kizunaL {
	float: left;
	width: 45px;
	text-align: left;
}

div#kizunaR {
	float: right;
	padding: 10px 0 0 0;
	width: 255px;
	text-align: left;
}

div#kizuna a {
	color: #a4484f;
}