/* body ------------------------------------------------------ */
html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

BODY {
font-family:verdana,sans-serif;
	font-size: 10pt;
	text-align: center;

}

td{
    font-size: 10pt;
	padding: 3px 0px 3px 0px;
	line-height:140%;
}

/*===== clearfix Hack =====
=========================*/
.clearfix:after,
ul.list_profile li:after
 {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix,
ul.list_profile li
{display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix,
* html .list,
* html .hyo,
{ height:1%; }

.clearfix
{ display:block; }
/* End from IE-mac \*/

/* groval ------------------------------------------------------ */

.clear {
	CLEAR: both; LINE-HEIGHT: 0; HEIGHT: 0px
}

#container
{
	position: relative;
	margin: 0 auto;
	width: 600px;
	text-align: left;
	height: 2431px;

}

#pagebody { width: 100%;
        background-color: #ffffff;
        }
#pagebody-inner {
	position: static;
	padding: 0 0px 0px 0px;
	}

A {
	TEXT-DECORATION: none;
       COLOR: #444444;
}
A:link {
	TEXT-DECORATION: none;
       COLOR: #444444;
}
A:visited  {
	TEXT-DECORATION: none;
       COLOR: #444444;
}
A:active {
	TEXT-DECORATION: underline;
       COLOR: #000000;
}
A:hover {
	TEXT-DECORATION: underline;
       COLOR: #000000;
}


/*テキスト---------------------------------------------------*/

H1 {
FONT-SIZE: 12pt; 
MARGIN: 5px 5px 15px 0px; 
}

H2 {
display: block;
letter-spacing:0.1em;
PADDING: 5px 10px 0 8px; 
MARGIN: 0 0 10px 0; /* 上　右　下　左　*/
FONT-WEIGHT: bold; 
FONT-SIZE: 110%; 
text-align: left;
}

H3{
display: block;
letter-spacing:0.1em;
PADDING: 10 10 5 5; 
MARGIN: 10 0 7 0; /* 上　右　下　左　*/
FONT-WEIGHT: bold; 
FONT-SIZE: 100%; 
LINE-HEIGHT: 16px;
text-align: left;
border-bottom: 1px #cccccc solid;
}

p{
letter-spacing:0.05em;
text-align: left; 
PADDING: 0px 5px 0px 8px; 
FONT-WEIGHT: normal; 
	font-size: 10pt;
MARGIN: 0px; 
}

.p8 {
letter-spacing:0.03em;
text-align: left; 
FONT-WEIGHT: normal; 
FONT-SIZE: 10px; 
MARGIN: 0px;
LINE-HEIGHT: 16px;
}

.p11 {
letter-spacing:0.03em;
text-align: left; 
FONT-WEIGHT: normal; 
FONT-SIZE: 11pt; 
MARGIN: 0 0 5 0; 
}

/*フォーム-------------------------------------------------*/
.tbl_form{
	font-size: 10pt;
    text-align: center; 
	}

/* img -----------------------------------------------------*/
img{border:0px;}

/* separator -----------------------------------*/
hr{
height:1px;
color:#dcdcdc;
border-style:solid; 
}

hr.separator{
DISPLAY: none;
margin:0px;
}

/* pagetop -------------------------------------*/
.pagetop{
DISPLAY: block;
font-size: 10px;
text-align:right;
border-top:1px #dcdcdc solid;
PADDING: 5 5 0 0;
margin: 10 5 10 5;
}

/*list*/

ul.list_profile {
    margin: 0 0 10px 0;
    width:600px;
	padding: 0 0 0 0;
	font-size:100%;
	}

ul.list_profile li
{
	display:block;
	text-align: left;
	list-style-type: none;	
    margin: 0 0 0 0;
	padding:  0;
	line-height: 150%;
	}
ul.list_profile li .title,
ul.list_profile li .komoku,
ul.list_profile li .text,
ul.list_profile li .komoku2,
ul.list_profile li .text2 {
	display:block;
	float:left;
	margin: 0 0 0 0;
	padding: 4px 0 3px 0px;
	}
ul.list_profile li .title{
	width:300px;
	margin:10px 0 0 0;
	}
ul.list_profile li .komoku{
	width:60px;
	}
ul.list_profile li .text {
	width:530px;
	}
ul.list_profile li .komoku2{
	width:120px;
	}
ul.list_profile li .text2 {
	width:450px;
	}

