@charset "utf-8";
/* CSS Document */

/*--作業情報------------------------------------------------------------------------------------------

File name    : 07lay.css
Description  : privacy.htmlの layout

Editors      : H. Ohmori
Last Editor  : H. Ohmori
Last Updated : 2009/7/31/Fri
Last Updates : ○<hr>とって、repeat-xの1px画像に変更
               ○pmark.gif化けたので、大きいサイズの縮小配置に変更

MOKUJI       : * #mainView
             : * .fixBox
             : * #main
             : * #sub
             : * #endBox
             : * 非表示見出し

----End 作業情報------------------------------------------------------------------------------------*/



.fixBox {
	width:80%;
	margin-top:40px;
	margin-left:10%;
	margin-bottom:40px;
}
#x-line {
	height:1px;
	background:url(../images/bgimg_line_x.gif) repeat-x;
}


/*--個人情報-------------------------------------------*/
h4 {
	margin-bottom:1em;
}
h5 {
	margin-top:2em;
	margin-bottom:0.5em;
}
.pMain p {
	font-size:100%;
	margin-bottom:0.75em;
}
.pMain ol {
	list-style:decimal;
	margin-left:2em;
	color:#555;
}
.pMain ul {
	list-style:disc;
	margin-left:2em;
	color:#555;
}
p.indent {
	margin-bottom:0;
	margin-left:1.5em;
	text-indent:-1.5em;
}
.pMain {
	text-align:left;
}
.pMain h4,.pMain p {
	padding-left:0.2em;
}
#pColumn {
	width:100%;
	overflow:hidden;
}
.floatLeft {
	float:left;
}
#pColumnImg {
/*	width:150px;
	height:160px;
	margin-right:1em;*/
	text-decoration:none;
}
#pBox {
	width:400px;
	float:right;
}
/*--End個人情報----------------------------------------*/


