@charset "shift_jis";


/*
===== : universal reset =================================
*/

*{
	margin:0;
	padding:0;
}

/*
===== : body and base setting ===========================
*/

body {
	text-align:center;/* box centering */
	font-size: 12pt; "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ W4", "ゴシック";
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	color:#000000;
}

/* general params
--------------------*/
img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
}

/*
===== : link setting ===========================
*/
a:link,a:visited{
	color: #0000ff;;
	text-decoration:underline;
	background: transparent;
}

/*
URIの記述。:after 疑似要素に対応しているブラウザのみが対象
*/
a[href]:after {
        content: " (" attr(href)") ";
				font-size: 85%;
}

/*
===== : BASE LAYOUT =====================================
*/
.container{
	text-align: left;
	position: relative;
	width: auto;
	border: 0;
	margin: 3%;
	padding: 0;
	float: none !important;
}


/*
===== : GENERAL MODULES ==========================================
*/


/*------------ copyright -------------*/
.copyright {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #CCCCCC;
	margin-top: 3%;
}

.copyright a:link,#copyright a:visited{}
.copyright a:hover{}

/*
===== : HEADLINES ==========================================
*/
h3{
	font-weight: bolder;
	font-size: 18pt;
	margin-bottom: 15pt;
	line-height: 18px;
	border: 1pt solid #000000;
	padding: 10pt;
}
h3 img{
	padding: 10pt;
	margin-bottom: 10pt;
	border: 2pt dotted #333333;
}

h4{
}
h5{}
h6{}

/*
===== : TEXTS ==========================================
*/
p{
	margin-top: 1%;
}

.text001 {
	font-weight: bolder;
	margin-bottom: 10px;
	font-size: 14px;
	color: #cbd1df;
	background: #737e97;
	padding: 10px;
	margin-top: 10px;
}
.text002{}
.text003{
	font-weight: bolder;
	font-size: 16px;
	line-height: 15px;
	border-bottom: 1px solid #7f8eb1;
	border-left: 7px solid #7f8eb1;
	padding-bottom: 3px;
	padding-left: 2px;
	margin-left: 10px;
	margin-top: 35px;
}
/*
===== : LIST ==========================================
*/
ul{
	padding: 3%;
	border: 1px solid #333333;
	margin-top: 3%;
	margin-bottom: 3%;
}
ol{}
li{
	margin-bottom: 6pt;
	padding-bottom: 3pt;
	border-bottom: 1px dotted #999999;
	list-style: inside;
}
dl{
	margin-top: 15pt;
}
dt{}
dd{
	list-style: inside;
	padding-left: 5%;
}


/*
===== : OTHER ==========================================
*/
.siteImage{}
.siteImage img{
	padding: 7pt;
	border: 1px solid #999999;
	margin-bottom: 10pt;
	}


/*
===== : flash content ==========================================
*/
#flashcontent{
	display: none;
}
