@charset "utf-8";
/* CSS Document */
/*reset.css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border:0;
}
ul,ol,li {
	list-style:none;
}
/*base*/
body{
	font:13px/1.231 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    *font-size:small;/* IE用 */
    *font:x-small;/* IE 互換モード用 */
	letter-spacing:0.1em;
}

/* YUI3 CSS Fonts フォントサイズ対応表
10px:77%     11px:85%     12px:93% 
13px:100%    14px:108%    15px:116%
16px:123.1%  17px:131%    18px:138.5%
19px:146.5%  20px:153.9%  21px:161.6%
22px:167%    23px:174%    24px:182%
25px:189%    26px:197%
*/
a {
	text-decoration:none;
}
ol, ul {
		list-style: none;
}
blockquote, q {
		quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
	
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}	
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/*　↓HTML5　新要素をブロック化する↓　*/
header, section, footer, aside, nav, article, figure, hgroup { 
	margin:0;
	padding:0;
	display: block;
}

/*　↓float解除用「clearfix」↓　*/
.clearfix:after{/*for modern browser*/
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {zoom:1;/*for IE 5.5-7*/}

@charset "utf-8";
/* CSS Document */
#wrapper {
	width:960px;
	margin:0 auto;
	padding:10px;
	background: #eeeeee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #333;
	-webkit-box-shadow: 2px 2px 3px #333;
	box-shadow: 2px 2px 3px #333;
}
header {
	padding:10px;
	background: #eaf5ff;
	width:940px;
	height:220px;
	margin:10px 0 20px 0;
	-moz-box-shadow: 1px 1px 2px #333;
	-webkit-box-shadow: 1px 1px 2px #333;
	box-shadow: 1px 1px 2px #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#contents {
	float:left;
	background:#ffffff;
	width:580px;
	padding:10px;
	margin-bottom:30px;
	-moz-box-shadow: 1px 1px 2px #333;
	-webkit-box-shadow: 1px 1px 2px #333;
	box-shadow: 1px 1px 2px #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position:relative;
}

#side_menu {
	float:right;
	background:#ffffff;
	width:300px;
	padding:10px;
	-moz-box-shadow: 1px 1px 2px #333;
	-webkit-box-shadow: 1px 1px 2px #333;
	box-shadow:1px 1px 2px #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:20px;
}

footer {
	clear:both;
	background:#ffffff;
	padding:10px;
	margin-bottom:10px;
	-moz-box-shadow: 1px 1px 2px #333;
	-webkit-box-shadow: 1px 1px 2px #333;
	box-shadow: 1px 1px 2px #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: -moz-linear-gradient(top, #ffffff 0%, #EAF5FF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#EAF5FF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#EAF5FF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#EAF5FF 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#EAF5FF 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#EAF5FF 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#EAF5FF',GradientType=0 ); /* IE6-9 */
}
/*header*/
header h1 {
	font-size:77%;
	font-weight:normal;
	color:#CCC;
}

header hgroup {
	margin:20px 0;
	text-align:center;
	text-shadow: 1px 1px 1px #ddd;
}

header h2 {
	font-size:197%;
	font-weight:normal;
	text-align:center;
	color:#6528D5;
	margin-bottom:10px;
	text-shadow: -1px -1px 2px rgba(256,256,256,0.5), 1px 1px 2px rgba(0,0,0,0.5);
}

header h3{
	font-size:123.1%;
	font-weight:lighter;
	color:#999;
	text-align:center;
	margin-bottom:10px;
	text-shadow: -1px -1px 2px rgba(256,256,256,0.5), 1px 1px 2px rgba(0,0,0,0.5);
}

/*contents*/

#apDiv1 {
	position: absolute;
	width: 230px;
	height: 200px;
	z-index: 10;
	left: 75px;
	top: 120px;
	background:url(../image/1_sold.png) no-repeat;
}


</head>
/*side_menu*/
#side_menu h3 {
	font-size:123.1%;
	padding:10px 0;
	margin-bottom:20px;
	text-align:center;
	background:#bbbbbb;
	color:#fff;
	border-radius:5px;
}
#side_menu aside img {
	margin-bottom:10px;
}
aside{
	width:280px;
	margin:0 auto;
	padding:10px 0;
}
#mf_header{
	margin:50px 0;
}
.company{
	margin-left:30px;
	margin-bottom:20px;
	text-decoration:underline;
	color:#4b29f6;
}
.company a:visited{
	color:#a7abfa;
	text-decoration:none;
}

.company a:hover{
	color:#959afa;
}

/*footer*/
footer nav {
	margin:0 0 40px 30px;
}

footer nav li {
	font-size:93%;
	float:left;
	margin-right:10px;
	padding-right:10px;
	border-right:solid 1px #666666;
}

footer nav a {
	color:#666666;
}

footer nav a:hover {
	color:#039;
}

footer p.copy {
	font-size:93%;
	text-align:right;
	margin:0 20px 10px 0;
}

