@charset "utf-8";

/*

	[* html] = IE6
	[*:first-child+html] = IE7
	[Hides from IE5-mac ～ End hide from IE5-mac] = Mac IE5

*/



/* "body" Tag
	※デフォルトフォントサイズ　13px相当
-------------------------------------------------- */
body {
	color: #4D4D4D;
	margin: 0;
	padding: 0;
	background: #FCFCFC;
	font-size: 13px;
	/*font-size: small;
	font: x-small;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, Verdana, sans-serif;*/
	font-family: sans-serif;
	line-height: 1.5;
	text-align: center;
}
/*html body {
	*font-family: Verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}



/* "a" Tag
-------------------------------------------------- */
a {
	cursor: pointer;
}
a:link {
	color: #017FCC;
	text-decoration: none;
}
a:visited {
	color: #663366;
	text-decoration: none;
}
a:active, a:hover {
	color: #E92E87;
	text-decoration: none;
}



/* "blockquote/div/p/pre" Tag
-------------------------------------------------- */
blockquote, div, p, pre {
	margin: 0;
	padding: 0;
}
blockquote {
	margin: 1em;
}
p {
	margin-bottom: 1em;
}
pre {
	font-family: monospace;
	*font-size: 108%;
	line-height: .99;
}



/* "dl/dt/dd/li/ol/ul" Tag
-------------------------------------------------- */
dl, dt, dd, li, ol, ul {
	margin: 0;
	padding: 0;
}
dl, ol, ul {
	margin: 1em 1em 1em 2em;
}
dl dd {
	margin-left: 1em;
}
li {
	list-style: none;
}
ol li {
	list-style: decimal outside;
}
ul li {
	list-style: disc outside;
}



/* "fieldset/form/label/legend/input/select/textarea" Tag
-------------------------------------------------- */
fieldset, form, legend, input, textarea {
	margin: 0;
	padding: 0;
}
fieldset {
	margin-bottom: 1em;
	border: 0;
}
label {
	cursor: pointer;
}
input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
textarea {
	resize: vertical;
}



/* "h1-h6" Tag
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 100%;	/* 13px */
	line-height: 1.5;
}
h3 {
	margin: 1em 0;
}



/* "hr" Tag
-------------------------------------------------- */
hr {
	border: 0;
	display: none;
	height: 1px;
	background: #CCC;
}



/* "html" Tag
-------------------------------------------------- */
html {
	overflow-y: scroll;
}



/* "img" Tag
-------------------------------------------------- */
img {
	border: 0;
}



/* "em/strong/sub/sup" Tag
-------------------------------------------------- */
em {
	font-style: italic;
	font-weight: normal;
}
strong {
	font-style: normal;
	font-weight: bold;
}
sub, sup {
	line-height: -1px;
	vertical-align: text-bottom;
}
sup {
	vertical-align: text-top;
}



/* "table/th/td/caption" Tag
-------------------------------------------------- */
table {
	margin-bottom: 1em;
	width: 100%;
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	color: #FCFCFC;
	margin: 0;
	padding: .5em;
	border: 1px solid #FCFCFC;
	width: 20%;
	background: #006C5D;
	font-style: normal;
	font-weight: bold;
	text-align: right;
}
td {
	margin: 0;
	padding: .5em;
	border: 1px solid #FCFCFC;
	border-bottom: 1px solid #CCC;
	background: #F5F5F5;
	text-align: justify;
}
caption {
	margin-bottom: 0;
	padding-left: 14px;
	background: url(../images/common/rightarrow.gif) no-repeat 0 50%;
	font-style: normal;
	font-weight: bold;
	font-size: 117%;	/* 14px */
	line-height: 1.5;
	text-align: left;
}
.table01{
	background-color: #a8d6f4;
	margin: 0;
	padding: 0;
}

.table02{
	background-color: #f1f9fd;
	margin: 0;
	padding: 15px;
}
.table03{
	background-color: #D0ECF9;
	margin: 0;
	padding: 10px;
}
.table03 td{
	margin: 20px;
}
.table04{
	background-color: #f1f9fd;
}
.table05{
	background-color: #D0ECF9;
	}
.table06{
	background-color: #E7E7E7;
}
/* id/class
================================================== */
.red {
	color: #C00;
}
.blue {
	color: #00C;
}
.green {
	color: #006C5D;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.hide {
	display: none;
}
.spc01{
	margin: 0;
	padding: 0 20px 0 0;
}
.text01{
	font-size: 16px;
}
.clear01{
	clear:both;
}
.textRight{
	text-align:right;
	padding: 0px 5px 5px 0;
}

/* コンテンツ
-------------------------------------------------- */

#container {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
	background: url(../images/common/bg.gif) repeat-y;
	text-align: left;
}


#contents {
	background: url(../images/common/bg_bottom.gif) no-repeat 0 100%;
}
div.entry {
	margin: 0 10px 30px;
}
div.entryBody {
	margin: 0;
}
div.entryBody2{
	margin: 0;
}
#mainContainer2 .layout{
	margin: 15px 0 0 0;
	padding: 0;
	width: 570px;
	float: left;
}

.layoutSpc01{
	margin: 0;
	padding: 0 15px;
	width: 520px;
}
#mainContainer2 .layoutSpc01 ul{
	margin: 0;
	padding: 0;
	width: 390px;
	display: block;
	float: left;
}
#mainContainer2 .layoutSpc01 li{
	list-style-type: none;
}
#mainContainer2 .layoutSpc02{
	margin: 0;
	padding: 20px 0 0 0;
	clear: both;
	width: 538px;
}
.mailform2{
	margin: 0;
	padding: 80px 0 100px 0;
	text-align:center;
}

/* メインコンテナ
-------------------------------------------------- */
#mainContainer {
	width: 765px;
	float: right;
}
#mainContainer2 {

	float: right;
}


/* フッター
-------------------------------------------------- */
#footer {
	padding: 15px 5px;
	background: #FCFCFC;
	overflow: hidden;
}
div.goTop {
	margin-bottom: 10px;
	text-align: right;
}
div.goTop a {
	padding-left: 14px;
	background: url(../images/common/toparrow.gif) no-repeat 0 50%;
}
#footermenu {
	padding-top: 13px;
	width: 100%;
	background: url(../images/common/footer_bg.gif) no-repeat;
}
#footermenu ul {
	margin: 0;
	float: left;
}
#footermenu ul li {
	margin-right: -1px;
	position: relative;
	list-style-type: none;
	float: left;
}
#footermenu ul li a {
	padding: 0 10px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
#footermenu div {
	text-align: right;
	float: right;
}
.box01{
	margin: 0;
	padding: 0;
	background-color: #eef5d7;
}
.box02{
	margin: 0;
	padding: 0 10px 10px 10px;
}
.box03{
	margin: 20px 0 0 0;
	padding: 0;
}
.back01{
	margin: 0;
	padding: 0;
	background-image: url(../images/profile/contents02.jpg);
	background-repeat: repeat-y;
}
.back02{
	background-color: #C5E3FA;
}
.back03{}
.table04 td{
	border: 1;
	border-color: #3EA3EE;
}

.btn02 {
	margin: 10px 0 0 0;
	text-align: center;
}


/* clearfix
-------------------------------------------------- */
.clearfix:after, #contents:after, #mainContainer:after, #footermenu:after,
#footermenu ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.clearfix, #contents, #mainContainer, #footermenu, #footermenu ul {
	display: inline-block;
}
/*Hides from IE5-mac \*/
* html .clearfix, * html #contents, * html #mainContainer, * html #footermenu,
* html #footermenu ul {
	height: 1%;
}
.clearfix, #contents, #mainContainer, #footermenu ul {
	display: block;
}
*+html body .clearfix, *+html body #contents, *+html body #mainContainer,
*+html body #footermenu, *+html body #footermenu ul {
	zoom: 1;
}
/*End hide from IE5-mac */
