@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:     common.css
 Author:         k.mimura
 変更:           
----------------------------------------------------------- */

/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
    color: #383838;
    font-size: 12px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 900px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #d6c6af;
    background-image: url(../images/stone030.jpg);
}



/*----------------------------------------------------
	Reset
----------------------------------------------------*/

html {
	overflow-y: scroll;
}

body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 5;
	padding: 5;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}


table {
	text-align: center;
}


caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	line-height: 30px;
}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

p {
	margin: 0;
}


input:checked{
	outline: solid 2px skyblue;
	text-align: center;
}

/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link {
	text-decoration: none;
	color: #1D3994;
}

a:visited {
	text-decoration: none;
	color: #759;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

/*----------------------------------------------------
	その他
----------------------------------------------------*/

.dot_line_border{
border:1px dotted #CCCC99;
}

.entry_title{ font-size:14px; font-weight:bold;
}

html {
    margin-top: 0px !important;
}
/*----------------------------------------------------
	追加20131012
----------------------------------------------------*/

.sake_btn_class {
	font-size:12px;
	font-weight:normal;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #dcdcdc;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	color:#777777;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
	box-shadow:inset 1px 1px 0px 0px #ffffff;
	width: 100px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	float: right;
}.sake_btn_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.sake_btn_class:active {
	position:relative;
	top:1px;
}
