@charset "utf-8";

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

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

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

body {
	color: #383838;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/back_image.jpg);
	background-repeat: repeat-x;
}


/*----------------------------------------------------
	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: 18px;
}

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



/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}
.imgL {
	float: left;
	margin: 0 10px 10px 0;
}
.btn {
	text-align: center;
}
.marginBtm10px {
	margin-bottom: 10px;
}
.marginBtm15px {
	margin-bottom: 5px;
}
.marginBtm20px {
	margin-bottom: 20px;
}
.marginBtm25px {
	margin-bottom: 25px;
}

/*----------------------------------------------------
	全ページ共通class
----------------------------------------------------*/
.back_box {
	width: 820px;
	background-image: url(../images/white_back.gif);
}

.main_box {
	margin-left: 10px;
	width: 800px;

}
.contents_box {
	width: 780px;
	padding: 10px;
}

.footer_box {
	width: 780px;
	padding: 10px;
}

.contents_box_01 {
	width: 700px;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
	font-size: 14px;
}

.contents_box_02 {
	width: 600px;
	font-size: 14px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 100px;
	line-height: 28px;
}

.contents_box_03 {
	width: 660px;
	font-size: 14px;
	line-height: 28px;
	margin: 20px;
}

.contents_box_04 {
	width: 660px;
	font-size: 14px;
	line-height: 28px;
	margin: 20px;
}


.title_box_01 {
	width: 300px;
	font-size: 18px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
	color: #4f455c;
	background-image: url(../images/red-g_01.jpg);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.paper_01 {
	background-image: url(/css/images/paper009-01.jpg);
	padding: 30px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
