@import url(./init.css); 


body {
	/*font-family: "MS PGothic","Osaka",Arial,sans-serif;*/
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif; font-weight:normal;
	line-height: 1.22;
	font-size: 0.75em;
	word-break: break-all;
	*font-size: small;
	*font: x-small;
	*line-height: 1.05;
	text-align: center;
	font-size: 14px;
    letter-spacing: 1px;
	color: #5a5657;
}

img {
	vertical-align: bottom;
}

a:link {
	color: #5d595a;
	text-decoration: none;
}
a:visited {
	color: #5d595a;
	text-decoration: none;
}
a:hover {
	color: #5d595a;
	text-decoration: none;
}
a:active {
	color: #5d595a;
	text-decoration: none;
}



.wrapper {
	position: relative;
	min-width: 850px;
	width: 850px;
	margin: 0 auto;
	padding: 0 auto;
    border: 1px solid #c0c0c0;
    /*border: 1px solid silver;*/
}

.header-logo {
	height: 112px;
	text-align: left;
}

.contents {
	margin: 40px 40px 0 40px;
	font-size: 14px;
	line-height: 125%;
	text-align: left;
}

.text-pbox{
    padding: 5px 8px 5px 8px;
    background-color: #541b86;
    color: white;
    letter-spacing: 2px;
    font-size: 16px;
}
.text-pw{
	color: #541b86;
	font-weight: bold;
}
.text-p{
	color: #541b86;
	/*font-weight: bold;*/
}
.text-g{
	color: #5a5657;
	/*font-weight: bold;*/
}

.links {
	margin: 0 40px 40px 40px;
	text-align: left;
}


a.campaign {
	display: block;
	width: 245px;
	height: 87px;
	background-image: url(/img/all-bn-open.jpg);
}
a.campaign:hover {
	background-image: url(/img/all-bn-open-on.jpg);
}
a.closed {
	display: block;
	width: 245px;
	height: 87px;
	background-image: url(/img/all-bn-close.jpg);
}
a.closed:hover {
	background-image: url(/img/all-bn-close-on.jpg);
}
a.recipe_idea {
	display: block;
	width: 245px;
	height: 87px;
	background-image: url(/img/all-bn-recipe.jpg);
}
a.recipe_idea:hover {
	background-image: url(/img/all-bn-recipe-on.jpg);
}
a.diet_challenge {
	display: block;
	width: 245px;
	height: 87px;
	background-image: url(/img/all-bn-try.jpg);
}
a.diet_challenge:hover {
	background-image: url(/img/all-bn-try-on.jpg);
}




a.try_free {
	display: block;
	width: 100px;
	height: 25px;
	background-image: url(/img/diet-btn-regist.jpg);
}
a.try_free:hover {
	background-image: url(/img/diet-btn-regist-on.jpg);
}
a.try_edit {
	display: block;
	width: 100px;
	height: 25px;
	background-image: url(/img/diet-btn-config.jpg);
}
a.try_edit:hover {
	background-image: url(/img/diet-btn-config-on.jpg);
}

a.try_login {
	display: block;
	width: 86px;
	height: 25px;
    background-repeat: no-repeat;
	background-image: url(/img/diet-btn-login.jpg);
}
a.try_login:hover {
	background-image: url(/img/diet-btn-login-on.jpg);
}

a.try_logout {
	display: block;
	width: 86px;
	height: 25px;
	background-image: url(/img/diet-btn-logout.jpg);
}
a.try_logout:hover {
	background-image: url(/img/diet-btn-logout-on.jpg);
}

a.try_top {
	display: block;
	width: 252px;
	height: 41px;
	background-image: url(/img/diet-btn-sheet.jpg);
}
a.try_top:hover {
	background-image: url(/img/diet-btn-sheet-on.jpg);
}
a.try_step {
	display: block;
	width: 252px;
	height: 41px;
	background-image: url(/img/diet-btn-stephow.jpg);
}
a.try_step:hover {
	background-image: url(/img/diet-btn-stephow-on.jpg);
}


a.to_camp_top {
	display: block;
	width: 264px;
	height: 18px;
	background-image: url(/img/all-btn-gotop.gif);
}
a.to_camp_top:hover {
	background-image: url(/img/all-btn-gotop-on.gif);
}

a.to_diet_top {
	display: block;
	width: 255px;
	height: 18px;
	background-image: url(/img/all-btn-chowtop.gif);
}
a.to_diet_top:hover {
	background-image: url(/img/all-btn-chowtop-on.gif);
}



.frmt {
	border-bottom: 1px solid #d5c7e1;
}
.tdt {
	background-color: #eee8f4;
	border-top: 1px solid #d5c7e1;
	padding: 10px 10px 9px 10px;
	font-size: 14px;
	font-weight: bold;
}
.tdd {
	border-top: 1px solid #d5c7e1;
	padding: 0 0 0 20px;
	font-size: 14px;
	font-weight: bold;
}
.tdd2 {
	border-top: 1px solid #d5c7e1;
	padding: 10px 0 9px 20px;
	font-size: 14px;
	font-weight: bold;
    vertical-align: top;
}

.sml{
	font-size: 11px;
}
.alt {
	color: #cf111b;
}

.kiyaku {
	overflow-y: scroll;
	border: 1px solid #d5d5d5;
	text-align: left;
}
.kiyaku-in{
	padding: 10px;
    color: black;
}

.btn {
	width: 150px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
}

.zen {
    ime-mode: active;
}
.han {
    ime-mode: disabled;
}

.errmsg {
    border: 1px solid red;
    background-color: #ffffcb;
    padding: 5px;
    width: 50%;
    margin-bottom: 20px;
}

.pre_load{
    position: absolute;
    top: -999;
    left: -999;
}
