@charset "UTF-8";
/**
 * e-sohko.com
 * /css/link/index.css
 * @version 0.01
 */

@import "../global.css";
@import "../layout_left.css";


#about #global_navi ul li#navi_about a {
	width: 143px;
	background-position: -637px -60px;
}

#layout_main {
	width: 730px;
}

h1 {
	width: 730px;
	height: 54px;
	background: url(../../images/link/about_head.gif) no-repeat;
	text-indent: -9999px;
}

#layout_main h2 {
	margin: 0 0 10px 0;
	padding: 0.5em 0 0.2em 20px;
	border-bottom: 2px solid #B0B7C2;
	background: url(../../images/global/allow_contenthead.gif) left center no-repeat;
	font-size: 95%;
	color: #333B46;
}

#layout_main .inner{
margin:0 20px;
}

#layout_main p {
margin-bottom: 1em;
font-size: 77%;
line-height:1.5em;
padding-top:5px;
}

#layout_main .box{
padding:0 0 10px 0;
border-bottom:1px dotted #ccc;
}

#layout_main h3{
padding:5px;
margin:0 0 10px 0;
font-size: 77%;
background:#f1f1f1;
}

#layout_main .bnr_sample{
float:left;
width:250px;
font-size: 77%;
text-align:center;
}

#layout_main .bnr_sample a{
text-decoration:none;
}

#layout_main pre{
float:right;
width:400px;
height:120px;
padding:10px;
margin:0 0 20px 0;
font-size: 60%;
background:#f3f3f3;
border:2px solid #ccc;
line-height:1.0;
overflow:auto;
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -pre-wrap;     /* Opera 4-6 */
white-space: -o-pre-wrap;   /* Opera 7 */
white-space: pre-wrap;      /* CSS3 */
word-wrap: break-word;      /* IE 5.5+ */
}


