@charset "utf-8";

/* Universal selector
---------------------------------------*/
*{
	color: #444;
	font-size: 100%;
	background-color: transparent;
	margin:	0;
	padding: 0;
	}

/* Structure Module
---------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font: small/140% "ＭＳ Ｐゴシック", Arial, Helvetica;
	line-height: 1.5;
	background: #f7e8ea url("../images/common/body_bg.gif") repeat-y center;
	}

/* Text Module
---------------------------------------*/

p {
	margin: 10px 0 20px 0;
	}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.1;
	}
h1 {
	clear: both;
	padding-bottom: 10px;
	font-size: 210%;
	}
h2 {
	margin-bottom: 30px;
	padding: 10px 0 15px 10px;
	font-family: "HGPｺﾞｼｯｸE","ＭＳ Ｐゴシック", "ＭＳ ゴシック";
	font-size: 180%;
	color: #c66;
	border-left: 2px solid #c66;
	border-bottom: 2px solid #ddd;
	background: url("../images/common/h2_bg.gif") repeat;
	}
h3 {
	margin-bottom: 20px;
	padding: 0 0 5px 10px;
	font-size: 160%;
	border-left: 6px solid #f56;
	border-bottom: 1px solid #ddd;
	}
h4 {
	margin-bottom: 20px;
	padding: 0 0 5px 0;
	font-size: 130%;
	color: #f56;
	border-bottom: 1px solid #ddd;
	}
h5 {
	font-size: 100%;
	}
h6 {
	margin-bottom: 20px;
	padding: 0 0 0 20px;
	font-size: 120%;
	color: #693;
	background: url(../images/common/icon_write.gif) no-repeat 0 50%;
	}
blockquote {
	display: block;
	background-color: #eaeeef;
	border-top: 1px solid #b9c3c8;
	border-left: 1px solid #b9c3c8;
	margin: 0.8em 24px;
	padding: 1px;
	}
blockquote * {
	color: #434755;
	}
blockquote[title]::before {
	display: block;
	font-size: 80%;
	color: #455c5d;
	content: attr(title);
	background-color: #e0e4e5;
	margin: 2px;
	padding: 0.1em 16px;
	}
blockquote[cite]::after {
	display: block;
	font-size: 80%;
	color: #333333;
	text-align: right;
	content: attr(cite);
	margin: 0;
	padding: 0.1em 16px;
	}
em {
	font-style: normal;
	font-weight: bold;
	}
strong {
	color: #FF4500;
	}

/* Hypertext Module
---------------------------------------*/
a {
	text-decoration: none;
	}
a:link,
a:visited {
	color: #f36;
	}
a:hover {
	color: #f63;
	border-bottom: 1px solid #005585;
	}

/* Image Module
---------------------------------------*/
img {
	border: 0;
	vertical-align: bottom;
	}

/* List Module
---------------------------------------*/
ul,
ol,
dl {

	margin: 1em 16px;
	padding: 1px 8px;
	}
li,
dt,
dd {
	font-size: 80%;
	}
dt {
	color: #004171;
	}
/*
dd {

	}
*/
li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size:100%;
	}
li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0.4em 8px;
	}

/* Forms Module
---------------------------------------*/
form {
	clear: both;
	background-color: #fee;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 1em;
	}
fieldset {
	border: none;
	padding: 1px 0;
	}
legend {
	display: none;
	font-size: 85%;
	background-color: #e8e8e8;
	padding: 0.1em 8px;
	}
input,
textarea {
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
	background-color: white;
	border: none;
	border-top: 1px solid #fcc;
	border-left: 1px solid #fcc;
	padding: 5px;
	}
input:hover,
textarea:hover {
	background-color: #eee;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	}
input:focus,
textarea:focus {
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	}
textarea {
	padding: 0.4em 8px;
	}
p input {
	margin-left: 8px;
	}
input.radio {

	border: none;
	}
input.submit {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6c737a;
	border-width: 1px;
	border-style: solid;
	border-color: #c2c2c2 #8f8f8f #8f8f8f #c2c2c2;
	padding: 1px 0.5em;
	}
input.submit:hover {
	color: black;
	background-color: #ffc;
	}

/* Tables Module
---------------------------------------*/
/*
table {
	background-color: #f5f5f5;
	border-width: 1px;
	border-style: solid;
	border-color: #c1ced4 #97a4aa #97a4aa #c1ced4;
	margin: 0.5em 1em;
	}
caption {
	display: none;
	font-size: 80%;
	color: #454e58;
	background-color: #f5f5f5;
	border: 1px solid #97a4aa;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #c1ced4 #97a4aa #97a4aa #c1ced4;
	}
td,
th {
	font-size: 80%;
	line-height: 1.2;
	color: white;
	padding : 0.1em 8px;
	}
th {
	font-weight: normal;
	color: #536066;
	background-color: #f5f5f5;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #d2d2d2;
	}
td {
	color: #2d3b4e;
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: white #bfc3c4 #bfc3c4 white;
	}
*/