/*========================*/
/*基本*/
/*========================*/
body {
    color:#303030;
    font-size:12px;
    background-color:#FFFFFF;
}
p {
    margin:0px;
    line-height:140%;
}
img {
    margin:0px;
    padding:0px;
}

dl,ol,ul {
    margin:0px;
    padding:0px;
}
dt {
    margin-top:20px;
    margin-bottom:10px
    clear:both;
}
dd {
    line-height:150%;
    margin-left:20px;
    clear:both;
}

ol.olnm {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
table{
    font-size:12px;
}


/*========================*/
/*リンク*/
/*========================*/
a {
    text-decoration:none;
    color:#303030;
}
a:link {
    text-decoration:none;
    color:#303030;
}
a:visited {
    text-decoration:none;
    color:#303030;
}
a:hover {
    text-decoration:underline;
    color:#303030;
}
a:actibe {
    text-decoration:underline;
    color:#303030;
}


/*========================*/
/*コンテンツ*/
/*========================*/

/*灰色枠*/
#outline{
    background-image: url(images/sidebar.gif);
    background-position: 340px top;
    background-repeat: repeat-y;
    background-color:#FFFFFF;
    margin:0px;
    padding:0px;
    width: 792px;             /*win ie5x以前*/
    height:auto;
    overflow: hidden;
    voice-family: "\"}\"";
    voice-family: inherit;
    width:792px;             /*win ie 5x以降*/
    height:auto;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #BCBCBC;
    border-right-color: #BCBCBC;
    border-bottom-color: #BCBCBC;
    border-left-color: #BCBCBC;
}

#main_outline {
    margin:0px;
    width:550px;
    float: left;
    font-size:12px;
    line-height:140%;
}
#main_padleft {
    margin:0px;
    padding-left:30px;
    padding-top:15px;
}

    


/*========================*/
/*メイン本文*/
/*========================*/
.pbody {
    margin:0px 3px 0px 0px;
    font-size : 0.9em;
    color:#666666;
}
.pbody a:link, .pbody a:visited{ color:#666666; text-decoration:none; }
.pbody a:hover{ text-decoration:underline; }

.pbody2 {
    margin:0px;	
    text-indent: 10px;
    font-size : 0.9em;
    color:#666666;
    line-height:1.5em;
}
.pbodyl {
    margin:0px 0px 5px 0px;	
    font-size : 0.9em;
    color:#333333; 
    font-weight:bold;
}
.pbodyl a:link, .pbodyl a:visited{ color:#666666; text-decoration:none; }
.pbodyl a:hover{ text-decoration:underline; }
.pbodyhalf {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	color: #303030;
	text-decoration: none;
	float: left;
	width: 250px;
}
.pcom {
    text-align:left;
    clear:both;
    line-height:130%;
    padding:8px;
    color:#333333; 
}



/*========================*/
/*外枠影*/
/*========================*/
.shadow_right { background: url(images/shadow_right.gif) repeat-y left top;}
.shadow_bottom { background: url(images/shadow_bottom.gif) repeat left top;}
.shadow_bl { background: url(images/shadow_bottom_left.gif) no-repeat left top; }
.shadow_br { background: url(images/shadow_bottom_right.gif) no-repeat left top; }
