@charset "shift_jis";


/*
===== CONTENTS ===========================================

	1: universal reset 
	2: body and base setting
		: general params
	3: link setting
	4: font
	5: subnavi

==========================================================
*/

/*
===== license number ライセンス番号　削除しないでください=================================
*/
p.license-num{
	display: none;
	}

/*
===== 1: universal reset =================================
*/

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote { 
	margin: 0;
	padding: 0;
}

/*
===== 2: body and base setting ===========================
*/

* { font-family: 'ＭＳ Ｐゴシック',sans-serif; }

body {
	font-weight: normal;
	line-height: 1.4;
	color: #303030;
	background:#E1E1E1 url(../images/bg.gif) repeat-x 0 0;
}
body {
    font-size: 16px;
}

/* for IE6 */
* html body {
    font-size: 100%;
}

/* for IE7 */
*:first-child+html body {
    font-size: 100%;
}

/* general params
--------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	border: none;
}
img {
	border: none;/* img do not want a border */
}
ul,li {list-style-type: none;}/* link do not want a dot */
li{display:list-item;} 

input,textarea {font-size: 75%;}

fieldset { 
	border: 0;
	vertical-align: bottom;
}


/*
===== 3: link setting ===========================
*/
a:link{
	color: #303030;
	text-decoration:underline;
}
a:visited{
	color: #551A8B;
}
a:hover{
	text-decoration:none;
}

.pankuzu{
	color: #666;
	font-size:11px;
}
.pankuzu a:link{
	color: #666;
	text-decoration:underline;
}
.pankuzu a:visited{
	color: #666;
	text-decoration:underline;
}

.pankuzu a:hover{
	text-decoration:none;
}

.mail{
	color: #102955;
	font-size:12px;
}
.mail a:link{
	color: #0033CC;
	text-decoration:underline;
}
.mail a:hover{
	text-decoration:none;
}
.map{
	color: #102955;
	font-size:12px;
}
.map a:link{
	color: #333399;
	font-size:12px;
	text-decoration:underline;
}
.map a:hover{
	text-decoration:none;
}


/*
===== 4: font ===========================
*/
.px11 {font-size: 11px;}
.px12 {font-size: 12px;}
.px14 {font-size: 14px;}
.px16 {font-size: 16px;}
.px18 {font-size: 18px;}

/*FONT-COLOR*/
.black {color: #000;}
.white {color: #FFF;}
.gray333 {color: #333;}
.gray666 {color: #666;}
.gray999 {color: #999;}
.grayCCC {color: #CCC;}

.blue01 {color: #598697;}

.subtit {
	color: #2A2A8D;
	font-weight:bold;
	font-size:12px;
}

/*
===== 5: subnavi ===========================
*/
.subnavi{
	color: #303030;
	font-size:12px;
	font-weight:bold;
}
.subnavi a:link{
	color: #303030;
	text-decoration:none;
}
.subnavi a:visited{
	color: #303030;
	text-decoration:none;
	background:none;
}
.subnavi a:hover{
	color: #551A8B;
	text-decoration:underline;
	background:none;
}