﻿@charset "UTF-8";


/*	レイアウト
----------------------------------------------------*/

body#about #wrapper {
clear:both;
width:900px;
margin:0 auto;
padding:400px 0 0 0;
background:url(/assets/img/about/contents_bg03.png) no-repeat left top;
text-align:left;
}
body#about #wrapper:after {
clear:both;
display:block;
content:"";
height:1px;
overflow:hidden;
}

body#about #contents {
padding:50px 19px 10px 19px;
}


/*	見出し
----------------------------------------------------*/

h1 {
clear:both;
position:relative;
width:900px;
height:100px;
margin:0 auto 15px auto;
padding:0;
background:url(/assets/img/about/visual.png) no-repeat left top;
padding:0;
font-size:1%;
line-height:110%;
text-indent:-9999px;
}


/*	contents
----------------------------------------------------*/

#contents dl {
width:400px;
margin:0 auto;
}
#contents dl:after {
clear:both;
display:block;
content:"";
height:1px;
overflow:hidden;
}
#contents dl dt {
float:left;
width:90px;
height:16px;
margin:0 0 20px 0;
padding:0 0 0 11px;
font-weight:bold;
background:url(/assets/img/about/contents_bg02.png) no-repeat left bottom;
line-height:14px;
}
#contents dl dd {
float:left;
width:299px;
height:16px;
margin:0 0 20px 0;
background:url(/assets/img/about/contents_bg02.png) no-repeat right bottom;
line-height:14px;
}
#contents dl dd a {
text-decoration:none;
}
