/*ted company style sheet
writing by moe 2008*****/

body {
    font-size: 13px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	text-align: center;
	width: 100%;
	margin: 10px 0px;
	padding: 0px;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
img {
    border: none;
}
h2 {
    font-size: 15px;
	font-weight: bold;
	text-align: left;
}
p {
    line-height: 20pt;
}
.cation_txt {
    color: #cc0000;
	font-weight: bold;
}
.LEFT {
    float: left;
}
.RIGHT {
    float: right;
}
.clear {
    clear: both;
}
#Body {
    width: 560px;
	margin: 10px auto;
	padding: 0px;
}
/*一番上のタイトル部分*/
#Header {
    padding: 10px 0px;
	margin: 0px;
}
/*Headerの下の部分*/
#FaceHead {
    margin: 0px;
	padding: 0px;
}
#FaceHead li {
    list-style: none;
	margin: 10px 18px;
}
#mini_navi {
    font-size: 12px;
    margin: 0px;
	padding: 0px;
}
#mini_navi li {
	list-style-type: none;
	padding: 10px 3px 10px 3px;
	float: left;
}
    
/*メインテーブル部分*/
#Trunk {
    padding: 10px 0px;
}
