﻿@charset "utf-8";


/*
 このCSSファイルはフォントサイズ、色、テキストリンク、行間等のなどのフォント調整を記述しています。*/
@import url("/css/font/font_ja.css");


#about-us h2 {
	display: block;
	height: 21px;
	width: 531px;
	margin-bottom: 16px;
}

#about-us {
	margin-bottom: 30px;
}

#about-us th {
	background-color: #f3f3f3;
	color: #333333;
	font-size: 12px;
	width: 138px;
	text-align: center;
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #cccccc;
}
#about-us td {
	width: 374px;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333333;
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #cccccc;
}


#foot_link {
	width: 531px;
	text-align: center;
	clear: both;
	margin-bottom: 25px;
}

#philosophy h3 {
	display: block;
	height: 21px;
	width: 531px;
	margin-bottom: 20px;
}

#p_policy h3 {
	display: block;
	height: 15px;
	width: 531px;
	margin-top: 24px;
	margin-bottom: 10px;
}
#p_policy p {
	padding-right: 25px;
	padding-left: 25px;
	font-size: 12px;
	line-height: 21px;
}
.mt20 {
	margin-top: 20px;
}
#p_policy li {
	margin-left: 40px;
	font-size: 12px;
	margin-top: 3px;
}

