@charset "utf-8";

/* CSS information ///////////////////////////////////////////////////

 基本設定

font size px <-> % ----------
	10px 	84%
	11px 	92%
	12px 	100%
	13px 	109%
	14px 	117%
	15px 	125%
	16px 	134%
	17px 	142%
	18px 	150%
	19px 	159%
	20px 	167%
	21px 	175%
	22px 	184%
	23px 	192%
	24px 	200%
	25px 	209%
	26px 	217%
------------------------------

////////////////////////////////////////////////////////////////////*/

body {
	font: 12px/1.22 Verdana, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	*font-size: small;
	*font: x-small;
	line-height:150%;
	color:#666;
}
/* font size change set */
body.fontM {
	font-size: 12px ;
}
body.fontL {
	font-size: 13px ;
}

/* リンク設定 */
a {
	color: #6c4d1a;
	text-decoration: none;
	}
	a:hover {
		color: #9e680e;
		text-decoration: underline;
		}
	a.link01 {
		text-decoration: underline;
		}
.wedding #plan_content a,
.wedding .vertical_text a,
.wedding .horizontal_text a {
	color: #b83d3d;
	}
	.wedding #plan_content a:hover,
	.wedding .vertical_text a:hover,
	.wedding .horizontal_text a:hover{
		color: #bd7777;
		}
a.arrow {
	padding-left: 10px;
	background: url(../img/arrow_dark.png) 0 50% no-repeat;
	}