@charset "UTF-8";
/* CSS Document */
/* プリントアウト用 */


.clearfix { display: inline-block; } 
.clearfix:after { 
	clear: both; 
	content: " "; 
	display: block; 
	font-size: 0; 
	height: 0; 
	visibility: hidden; 
	line-height: 0px;
} 
/* start commented backslash hack \*/ 
* html .clearfix { height: 1%; } 
.clearfix { display: block; } 
/* close commented backslash hack */ 

/*#######################################*/
/*
▲



▼
*/
/*########################################
 基本タグ 共通設定
------------------------------------------*/

* {
    font-family: "ＭＳ Ｐ明朝", serif;
    vertical-align: 0;
}
h1, h2, h3, th, dt, strong, a {
    margin: 0;
    padding: 0;
    font-family: "Century Gothic", Arial, sans-serif;
    font-weight: normal;
    color: #5d4442;
}
h1, h2, h3 , h4 {
	padding-left: 1em;
	border-left: 3pt solid #000;
}
h1 {
	font-size: 14pt;
	padding-left: 0px;
	border-style: none;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: white;
    background-image: none;
    font-size: 12pt;
    line-height: 1.4;
}
head+body {
    width: 165mm;
    max-width: 100%;
    min-width: 80%;
    margin: 0 auto;
}
p, dt, dd, th, td, li  {
    line-height: 1.8;
}
a {
	color: #793278;
	text-decoration: underline;
	overflow:hidden;
	outline:none;
}
p , h1,h2,h3,h4,h5,h6 {
}
a img {
	border-style: none;
}
.color_red {
	color: #C00;
}
.font_s {
	font-size:80%;
}

table {
    margin-bottom: 1em;
    border-collapse: collapse;
    width: 100%;
}
th, td {
    border: 2px solid #473533;
    padding: 6px 8px;
    vertical-align: top;
    text-align: left;
    font-size: 10.5pt;
}


/*#######################################*/
/*
▲



▼
*/
/*########################################
 ヘッダー
------------------------------------------*/
#header {
}
#header .inner {
}
#header h1 {
}
#header h1 a {
}
#header h2, #header p {
	height: 0px;
	width: 0px;
	text-indent: -9999px;
	font-size: 0px;
	_display:none;
}

#header ul {
	display:none;
}

/*#######################################*/
/*
▲



▼
*/
/*########################################
 メインエリア
------------------------------------------*/
#container h2 {
	display:none;
}
#alpha h4,
#alpha ul ,
#alpha img
{
	display:none;
}


/*#######################################*/
/*
▲



▼
*/
/*########################################
 フッター
------------------------------------------*/

#footer {
}
#footer .inner {
}
#footer .inner p.privacy {
	display:none;
}
#footer .inner p.copyright {
}

/*#######################################*/

