@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:130%;
}

img {
	border:0;
}

a:hover img {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.width {
	width:800px;
	border:solid 1px #DDD;
	margin:20px auto;
}

.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	margin-top:-1px;
}

li {
	list-style:none;
}

.title {
	text-align:center;
	margin:30px 0 15px;
}

.link {
	text-align:center;
	border-top:solid 1px #DDD;
	margin:20px 0 0;
	padding:20px 0;
	font-size:10px;
	line-height:100%;
	color:#E7E7E7;
}
.link a {
	color:#468DBF;
	text-decoration:none;
	margin:0 10px;
}
.link a:hover {
	text-decoration:underline;
}





/* CSS Document */

.company_box {
	width:70%;
	margin:0 auto;
	border:solid 8px #E7E0D1;
	padding:20px;
}

.company {
	font-size:70%;
	line-height:150%;
	color:#666;
}
.company td {
	border-bottom:dotted 1px #CCC;
	padding:7px;
	vertical-align:top;
}

#outlineIn {
	margin:10px 0 0;
}

small {
	margin:0 0 0 10px;
}





/* CSS Document */

.name {
	text-align:right;
	width:78%;
	margin:0 auto 10px;
	font-size:12px;
	line-height:140%;
}

.text {
	width:78%;
	margin:0 auto 10px;
	font-size:12px;
	line-height:140%;
}
.text ol {
	margin:0 0 0 30px;
}
.text li {
	padding:0 ;
	list-style-type:decimal;
}

h2 {
	font-size:100%;
	margin:30px 0 0;
}

.privacy_box {
	width:66%;
	margin:0 auto;
	border:solid 8px #E7E0D1;
	padding:0 30px 20px;
	font-size:80%;
	line-height:140%;
}
.privacy_box p {
	margin:10px 0;
}

.disc {
	margin:20px 0 20px 20px;
}
.disc li {
	list-style-type:disc;
}