/* CSS Document */
body,h1,h2,h3,p,a,span,ul,li,footer {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.7em;
	font-style:normal;
	color: #000;
}
ul,li {
	list-style: none;
}
a {
	text-decoration: none;
}

body {
	width: 100%;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height:1;
}
#y_gc_div_adcntr,#ydn-double-md-rec-wrapper {
	display: none;
}

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;
}

input, select {
    vertical-align:middle;
}
#page {
width : 100%;
max-width:  960px;
margin: 0px auto;
}

.link {
	color: #51C189;
	border-bottom: 1px solid #51C189 ;
}

