/* ▼ボディ▼ */

/* --------------------基本背景・フォント・リンク---------------*/
body {
	font-size: 80%;
	color: #333333;
	line-height: 140%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
	margin: 0px;
}

a:link {
	color: #000099;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF9900;
}


/* -------------------トップ背景------------------------------*/
.bgtop {
	background-color: #FFFFFF;
	background-image: url(images/t_bg08.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	vertical-align: top;
	text-align: center;
}


/*------------------位置--------------------------------------*/
#container {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

td {
	vertical-align: top;
}




/*--------------------ページ枠------------------------------*/
.sdwl {
	background-image: url(images/shadow_l.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
.sdwr {
	background-color: #FFFFFF;
	background-image: url(images/shadow_r.gif);
	background-repeat: repeat-y;
}
.sdwb {
	background-color: #FFFFFF;
	background-image: url(images/shadow_b.gif);
	background-repeat: repeat-x;
	
}

/*---------------下メニュ--------------------------------*/
.menu {
	text-align: right;
}

.menu a:link {color: #333333;text-decoration: none;}
.menu a:visited {color: #666666;text-decoration: none;}
.menu a:hover {color: #FF9900;text-decoration: none;}
.menu a:active {color: #FF9900;text-decoration: none;}




/*----------------リスト-----------------------*/
.list2 {
	margin-top: 5px;
}


.tmark {
	border-left-width: 2px;
	border-left-style: solid;
	background-color: #FFFFFF;
	border-left-color: #FBCC00;
	padding-left: 5px;
	font-weight: bold;
	color: #666666;
}

.tline {
	background-color: #FFFFFF;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.t2 {
	vertical-align: middle;
	margin-right: 5px;
}
ul {
	margin: 0px;
}
li {
	list-style-image: url(images/l_1.gif);
	margin-left: 15px;
}
.titleline {
	text-align: center;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	width: 10px;
}
.padb3 {
	padding-bottom: 3px;
}
/*----------------リスト・月-----------------------*/
.titlemonth {
	text-align: right;
	white-space: nowrap;
	width: 32px;
}



/*-------------------画像-----------------------*/
.photo {
	margin-left: 10px;
	float: right;
	margin-bottom: 10px;
}
.photoleft {
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
}

/*----------------プライバシーポリシー・リスト指定-----------------------*/
.ppolist {
	margin-left: 0px;
	list-style-image: none;
	margin-right: 2em;
}

}
/*--------------入力フォーム----------------*/
.bgformt {
	background-color: #999999;
	color: #FFFFFF;
	white-space: nowrap;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 5px;
}
.bgformttop {
	background-color: #999999;
	color: #FFFFFF;
	white-space: nowrap;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding: 5px;
}
.bgformm {
	background-color: #FFFFFF;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}

.wakured {
	background-color: #FFFFFF;
	border: 1px solid #CC0000;
	color: #CC0000;
	text-align: left;
	padding: 5px;
}

/*-----------フォント--------------*/

.red {
	color: #CC0000;
}
.fontb {
	font-weight: bold;
	color: #666666;
}

/*-----------位置など---------------*/

.tcpad10 {
	text-align: center;
	vertical-align: top;
	padding: 10px;
}
.pad3 {
	text-align: left;
	vertical-align: top;
	padding: 3px;
}

.alignlt {
	text-align: left;
	vertical-align: top;
}
.alignrpad5 {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

.bottom {
	vertical-align: bottom;
}
.photohis {
	text-align: center;
	padding-top: 10px;
}
.message {
	line-height: 160%;
}

