/* *************************************

タイトル：format_sendmail.css

概要：フォーマット用CSSファイル

作成日：2008年10月16日
変更日：0000年00月00日

***************************************/

/* *************************************

目次
*	 1. 初期設定
*	 2. リンク設定
*	 3. 全体構成
*	 4. header
*    5. navi
*    6. main
*    7. content
*    8. sidenav
*    9. footer

***************************************/


/*  初期設定 */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Verdana, sans-serif;
}

p,li,dt,dl {
	line-height: 1.0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

html {
	overflow-y: scroll;
}

hr {
	display: none;
}

.clearfix:after{
	content:".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
*html.clearfix { height: 1%;}
.clearfix {	display: block;}
/* End hide from IE-mac */


/* リンク設定 */

a:link {
	color: #0080ff;
}

a:visited {
	color: #0080ff;
}

a:hover {
	color: #122185;
}

a:active {
	color: #0080ff;
}


/* 全体構成 */

body {
	background-image: url(../../img/body_bg01.gif);
	background-position: left top;
	background-repeat: repeat;
	background-color: #eaeaea;
	text-align: center;
	color: #333;
}

#container {
	width: 873px;
 	margin: 0 auto;
	background-image: url(../../img/container_bg01.gif);
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #fff;
}


/* header */

#container #header {
	background-image: url(../../img/header_bg01.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
}

#container #header p {
	display: inline;
	float: left;
	width: 500px;
	margin-top: 20px;
	margin-left: 25px;
}

#container #header p img {
	display: block;
	vertical-align: bottom;
}

*:first-child+html #container #header div {
	margin-top: 1px;
}


/* navi */

#container #navi {
	clear: both;
	margin-top: 5px;
	margin-right: 1px;
	margin-left: 1px;
	padding-bottom: 6px;
	background-image: url(../../img/content_bg_end.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}


/* main */

#container #main {
	margin-top: 5px;
	margin-right: 1px;
	margin-left: 1px;
}


/* content */

#container #main div#content {
	float: left;
	width: 830px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}

#container #main div#content p#topicpath {
	clear: both;
	margin: 0 0 0 0;
	text-align: left;
	font-size: 9pt;
	line-height: 1.2;
	letter-spacing: 1.2px;
}

#container #main div#content p#topicpath a {
	text-decoration: none;
}

#container #main div#content p#topicpath a:hover {
	text-decoration: underline;
}

#container #main div#content div#red {
	line-height: 1.2;
	letter-spacing:0.5px;
	font-size: 10pt;
	color: #333;
}

#container #main div#content div#h1-bg {
	width: 830px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../../img/content_bg_sendmail_h1_02.jpg);
	background-position: left top;
	background-repeat: repeat;
	background-color: #0646b1;
}

#container #main div#content div#h1-bg div.bottom-bg {
	background-image: url(../../img/content_bg_sendmail_h1_03.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#container #main div#content div#h1-bg div.bottom-bg h1 {
	padding: 8px 8px 6px 22px;
	background-image: url(../../img/content_bg_sendmail_h1_01.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 1.2;
	letter-spacing:1.0px;
	font-size: 15pt;
	color: #fff;
}

#container #main div#content div#h2-bg {
	width: 830px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-image: url(../../img/content_bg_sendmail_h2_02.jpg);
	background-position: left top;
	background-repeat: repeat;
	background-color: #d7e6fb;
}

#container #main div#content div#h2-bg div.bottom-bg {
	background-image: url(../../img/content_bg_sendmail_h2_03.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#container #main div#content div#h2-bg div.bottom-bg h2 {
	padding: 7px 8px 6px 12px;
	background-image: url(../../img/content_bg_sendmail_h2_01.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 1.2;
	letter-spacing:1.0px;
	font-size: 12pt;
	font-weight: bold;
	color: #0646b1;
}

#container #main div#content h3 {
	margin: 20px 0 0 0px;
	padding-bottom: 5px;
	background-image: url(../../img/dot_01.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	font-size: 12pt;
	color: #0646b1;
}

#container #main div#content h4 {
	margin-top: 20px;
	padding-left: 10px;
	font-size: 11pt;
	border-left: 5px solid #0646b1;
}

#container #main div#content h5 {
	margin: 20px 0 0 0px;
	padding-left: 18px;
	background-image: url(../../img/content_icon_h3.gif);
	background-position: left 0.3em;
	background-repeat: no-repeat;
	line-height: 1.3;
	letter-spacing:1.0px;
	font-size: 11pt;
}

#container #main div#content p.item {
	margin: 20px 0 0 10px;
	line-height: 1.2;
	letter-spacing:0.5px;
	font-size: 11pt;
	color: #0646b1;;
	font-weight: bold;
}

#container #main div#content p {
	margin: 10px 0 0 20px;
	line-height: 1.2;
	letter-spacing:0.5px;
	font-size: 11pt;
	color: #333;
	clear: both;
}

#container #main div#content p a {
	text-decoration: underline;
}

#container #main div#content p a:hover {
	text-decoration: none;
}

#container #main div#content p.container {
	margin: 10px 0 0 30px;
	text-align: right;
}

#container #main div#content p.title {
	margin: 20px 0 0 20px;
	line-height: 1.2;
	letter-spacing:0.5px;
	font-size: 12pt;
	font-weight: bold;
	color: #333;
	clear: both;
}

#container #main div#content p.section {
	margin: 10px 0 0 40px;
	line-height: 1.2;
	letter-spacing:0.5px;
	font-size: 11pt;
	color: #333;
	clear: both;
}

#container #main div#content p.section_sub {
	margin: 10px 0 0 60px;
	line-height: 1.2;
	letter-spacing:0.5px;
	font-size: 11pt;
	color: #333;
	clear: both;
}

#container #main div#content p.submit {
	margin: 20px 0 0 10px;
	line-height: 1.2;
	letter-spacing:0.5px;
	font-size: 11pt;
	color: #999;
	clear: both;
	text-align: center;
}

#container #main div#content p.submit_text {
	margin: 20px 0 0 10px;
	line-height: 1.2;
	letter-spacing:0.5px;
	font-size: 12pt;
	font-weight: bold;
	color: #999;
	clear: both;
	text-align: center;
}

#container #main div#content p.indent {
	margin: 10px 0 0 20px;
	padding-left: -1em;
	text-indent: 1em;
	line-height: 1.2;
	font-size: 11pt;
	color: #333;
	clear: both;
}

#container #main div#content table {
	margin: 10px 0 0 20px;
	border: 1px solid #999;
}

#container #main div#content table th {
	padding: 8px;
	border: 1px solid #999;
	background-color: #e4edfc;
	line-height: 1.2;
	letter-spacing:0.5px;
	font-size: 11pt;
	font-weight: normal;
	color: #333;
}

#container #main div#content table td {
	padding: 8px;
	border: 1px solid #999;
	line-height: 1.2;
	letter-spacing:0.5px;
	font-size: 11pt;
	color: #333;
}

#container #main div#content table td a {
	text-decoration: none;
}

#container #main div#content table td a:hover {
	text-decoration: underline;
}

#container #main div#content table.none {
	margin: 0px 0 0 20px;
	border: 0px;
}

#container #main div#content table.none td {
	padding: 10px;
	border: 0px;
	line-height: 1.2;
	letter-spacing:0.5px;
	font-size: 11pt;
	color: #333;
}

#container #main div#content table.none_zero {
	margin: 0px 0 0 0px;
	border: 0px;
}

#container #main div#content table.none_zero td {
	padding: 0px;
	border: 0px;
	line-height: 1.2;
	letter-spacing:0.5px;
	font-size: 11pt;
	color: #333;
}

#container #main div#content ul {
	margin: 10px 0 0 20px;
	list-style-type: none;
}

#container #main div#content ul li {
	padding: 3px 0 3px 18px;
	background-image: url(../../img/content_icon01.gif);
	background-position: 4px 0.7em;
	background-repeat: no-repeat;
	line-height: 1.5;
	letter-spacing:1.0px;
	font-size: 11pt;
	color: #333;
}

#container #main div#content div.pagetop {
	margin-top: 30px;
	padding-bottom: 20px;
	background-image: url(../../img/content_bg_end.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#container #main div#content div.pagetop p {
	clear: both;
	margin: 0 0 0 730px;
}

#container #main div#content div.pagetop p img {
	display: block;
	vertical-align: bottom;
}

#container #main div#content div.pagetop p a {
	outline-width: 0;
}

#container #main div#content input {
	font-size: 11pt;
	color: #333;
}

#container #main div#content select {
	font-size: 11pt;
	color: #333;
}

#container #main div#content textarea {
	width: 99%;
	font-size: 11pt;
	color: #333;
}

/* footer */

#container #footer {
	clear: both;
}

#container #footer ul {
	list-style-type: none;
	margin-top: 20px;
	margin-left: 9px;
}

#container #footer ul li {
	display: inline;
	float: left;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-right: 1px solid #064aba;
	line-height: 1.1;
	font-size: 65%;
}

#container #footer ul li a {
	text-decoration: none;
}

#container #footer ul li a:hover {
	text-decoration: underline;
}

#container #footer div#copyright {
	clear: both;
	margin-top: 8px;
	margin-right: 1px;
	margin-left: 1px;
	padding-bottom: 3px;
	border-top: 1px solid #122185;
	background-image: url(../../img/footer_bg01.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #0341b4;
	text-align: left;
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

#container #footer div#copyright p {
	margin-left: 18px;
	line-height: 1.5;
	font-size: 65%;
	color: #fff;
}

#container #footer div#copyright p#company-name {
	margin-top: 2px;
}


/* 汎用 */

.red {
	color: #ff0000;
}

.red_large {
	line-height: 1.3;
	letter-spacing:0.5px;
	font-size: 12pt;
	color: #ff0000;
}

.green {
	line-height: 1.3;
	letter-spacing:0.5px;
	font-size: 10pt;
	color: #008000;
}

.blue {
	line-height: 1.3;
	letter-spacing:0.5px;
	font-size: 10pt;
	color: #0646b1;
}

.middle {
	line-height: 1.3;
	letter-spacing:0.5px;
	font-size: 12pt;
	color: #333;
}

.standard {
	line-height: 1.3;
	letter-spacing:0.5px;
	font-size: 10pt;
	color: #333;
}

.small {
	line-height: 1.3;
	letter-spacing:0.5px;
	font-size: 8pt;
	color: #333;
}

.large {
	line-height: 1.3;
	letter-spacing:0.5px;
	font-size: 12pt;
	color: #ff0000;
}
#btn_e {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:10px auto;
    position: relative;
    display: block;
    width: 250px;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
	letter-spacing:1px;
	border:#2166EF 1.5px solid;
    
    color: white;
    text-decoration: none;
    line-height: 1;
    font-weight: bold;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 5px 0px #777;
	-moz-box-shadow: 3px 3px 5px 0px #777;
	box-shadow: 3px 3px 5px 0px #777;
  }
  #btn_e:link, #btn_e:visited { background: #6390F1; }
  #btn_e:hover { background: #8DB2F5; }
  #btn_e:active {
    background: #8DB2F5;
    box-shadow: 0 0 1px #871, 0 2px 2px #CCC;
    top: 5px;
  }
