@charset 'UTF-8';


a{
	text-decoration : underline;
}
a:link{
	color : #ff0000;
}
a:visited{
	color : #ff00ff;
}
a:hover{
	color : #0000ff;
}

.to_main_left{
	float : left;
}

.to_main_right , .to_t_text{
	float : right;
}

.to_kikaku_left{
	margin : 10px 0 0 6px;
}

.to_kikaku_right{
	margin : 10px 6px 0 0;
}

.to_t_kikaku_left{
	margin : 10px 0 0 20px;
}

.to_t_main{
	width : 301px;
	height : 318px;
	margin : 8px 0 0 9px;
	border : solid 2px #a33232;
	line-height : 1.2;
}

.to_t_bold , .to_t_title{
	font-weight : bold;
}

.to_t_title{
	font-size : 120%;
	color : #8f3030;
	height : 35px;
}

.to_t_subtext{
	font-size : 80%;
}

.to_t_main_s{
	margin :6px 0;
}

.to_t_ph{
	float : left;
	width : 165px;
	height : 185px;
}

.to_ph{
	margin-top : 4px;
	margin-left : 4px;
}

.to_t_text{
	width:105px;
}



