@charset "utf-8";
/* CSS Document */


/* ----------------------------------------
*	Reset style 
---------------------------------------- */

/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	list-style:none;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}


/* ----------------------------------------
*	A standard font is specified. 
---------------------------------------- */
body {font:14px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}


/* ----------------------------------------
*	Section: Clearing
---------------------------------------- */
.clearfix:after {	visibility: hidden;	display: block;	content: " ";	clear: both;	height: 0;	}
* html .clearfix{ zoom: 1; } /* IE6 */  
*:first-child+html .clearfix{ zoom: 1; } /* IE7 */




body {
	color:#333333;
	position:relative;
	font-size:100%;
	background:#EEE;
}

h1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

a {
	text-decoration:none;
	color:#993333;
}
a:hover {
	text-decoration:none;
	color:#ff0000;
}
.new {
	font-size:9px;
	color:#FF0000;
}

span.pale {
	color:#CCCCCC;
}
span.red {
	color:#CC0000;
}

#body {
	width:1000px;
	margin:0 auto;
	padding-bottom:100px;
}

/* header */

#header {
	background:#FFF;
	width:100%;
}
#header h1{
	width:1000px;
	margin:0 auto;
	padding:25px 0;
	font-size:150%;
}

#mainVisual{
	padding:30px 0;
}

#main{
	float:left;
	width:700px;
}
#main .box{
	background:#FFF;
	margin-bottom:15px;
	padding:15px;
	position:relative;
}
#main .box .txt{
	float:right;
	width:500px;
}
#main .box .txt h3{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:120%;
	font-weight:bold;
	border-bottom:#CCC dotted 1px;
}
#main .box .txt time{
	font-size:87%;
	color:#CCC;
}
#main .box .txt p.outline{
	font-size:87%;
	padding:10px 0 45px 0;
}
#main .box .parts{
	background:#993333;
	color:#FFF;
	width:150px;
	height:150px;
	float:left;
	text-align:center;
	line-height:150px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size:200%;
}
#main .box .link{
	position:absolute;
	bottom:0;
	right:0;
}
#main .box .link a{
	display:block;
	background:#000;
	margin:0 15px 15px 0;
	padding:7px 0 5px;
	width:200px;
	text-align:center;
	color:#FFF;
}
#main .box .link span{
	margin:0 15px 15px 0;
	padding:7px 0 5px;
	width:200px;
	text-align:center;
	color:#FFF;
	display:block;
	background:#CCC;
}
#main .box .link a:hover{
	background:#993333;
}

#main h2{
	background:#ccc;
	padding:15px 0 10px 20px;
	margin:45px 0 15px 0;
}


#side{
	float:right;
	width:200px;
	font-size:74%;
	text-align:center;
}
#side h3{
	border:1px solid #999;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-bottom:15px;
	padding:10px 0;
}

#side dl{
	margin:0 auto 15px;
}
#side dl img{
	display:block;
}
#side dl dt{
	padding:10px 0;
	font-weight:bold;
	background:#CCC;
}
#side dl dd{
	padding:0 0 10px;
	background:#FFF;
}

#footer {
	background:#FFFFFF;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding:15px 0;
	font-size:74%;
	width:100%;
}
