button {
border:none; /*枠を消す*/
background-color:#ffffff; /*背景色を白に*/
cursor:pointer;
}

/* anchor */

a {
color:#5456a3;
text-decoration:none;
font-weight:bold;
}

a:hover {
color:#cc000f;
text-decoration:none;
}


a:link {
color:#5456a3;
	text-decoration: underline;
}

a:visited {
color:#5456a3;
	text-decoration: underline;
}

a:focus
,a:hover
,a:active {
	text-decoration: none;
}

/* text */
strong {
	font-weight: bold;
}

em,
.caution {
	font-size: 11px;
	color:#d01515;
}

.attention {
	font-size: 11px;
	color:#d01515;
	font-weight: normal;
}

.center {
	text-align: center;
	padding:0 0 10px 0;	
}

#center-b {
	text-align: center;
	margin: 0;
	padding:0 0 10px 0;
}

#content p {
	font-size: 11px;
	line-height: 1.5;
	margin: 0 0 1em 0;
}

.menu_title{
	font-size: 24px;
	line-height: 1.5;
	font-weight: 900;
	text-align: left;
	color: #333;
	margin-bottom:20px; 
	padding: 12px 20px 12px 20px;
	background:url(../images/bg.gif) ;
	border-bottom:1px solid #ccc;
}

.menu_copy {
	font-size: 13px;
	line-height: 1.9;
	padding: 0px 20px 10px 20px;
}

.menu_copy2 {
	font-size: 13px;
	line-height: 1.9;
	padding: 0px 20px 350px 20px;
}

.menu_copy2 ul {
	margin:0;
	padding: 0 0 2em 0;
}

.menu_copy2 li {
	margin:0;
	padding: 5px 0;
	border-bottom:1px dashed #ccc;
}

.menu_title_copy {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 900;
	margin:0 20px 10px 20px;
	padding: 0px 0px 10px 0px;
	background:url(../images/borderh2.gif) no-repeat;
	background-position: left bottom;
}

.no_into {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	margin:0 0 20px 0;	
}

/* content
------------------------------------------------------------- */
#content {
	margin:0;
	padding:0;
}


/* format
------------------------------------------------------------- */
#nav .section
,#content .section {
	margin: 0;
	padding: 20px 20px 0 20px;
	margin-bottom: 1em;
}

#content .section .section {
	margin-bottom: 0px;
}

.section-top {
	margin-top: 5em;
}

/* heading */
#content h2 {
	margin-bottom: 1em;
	font-size: 116%;
	font-weight: bold;
}



#content h4 {
	margin-bottom: 1em;
	font-size: 116%;
	font-weight: bold;
	line-height: 1;
}


/* paragraph */
#content p {
	margin-bottom: 1em;
}


/* text */
.big {
	font-size: 116%;
}

.small {
	font-size: 85%;
}


/* list */
#content ul {
	margin-bottom: 1em;
}

#content ul li {
	list-style: none;
	margin: 0 0 0.3em 0;
}

#content ul.nonstyle {}
#content ul.nonstyle li {
	list-style: none;
	margin-left: 0;
}

#content ul.books {}
#content ul.books li {
	list-style: none;
	display: inline;
	float: left;
	width: 140px;
	margin: 0 13px 0 0;
}

#content ul.books li:last-child {
	margin-right: 0;
}

#content ul.books li.last-child {
	margin-right: 0;
}

#content ul.books li img {
	margin-bottom: 0.5em;
}

#content ol {
	margin-bottom: 1em;
}

#content ol li {
	list-style: decimal;
	margin: 0 0 0.3em 30px;
}

#content dl {
	margin-bottom: 1em;
}

#content dt {
	margin-bottom: 0.5em;
	font-weight: bold;
}

#content dd {
	margin-bottom: 1em;
}

.name-form {
font-size: 13px ;
	text-align: left;
    width:200px;
	padding: 0 0 5px 0;
	font-weight: bold;
}


/* table */
#content table {
	width: 100%; 
	color: #333;
	background-color: #fff;
	margin-bottom: 1em;
}

#content table {
	border-collapse: separate;
	border-spacing:  0;
background: transparent url(../images/dot_horizon.gif) repeat-x top left;
	padding-top: 8px;
}

#content table tr {
}

#content table th {
	font-size: 12px ;
	text-align: left;
    width:130px;
	padding: 15px 5px 15px 5px;
	font-weight: bold;
background: transparent url(../images/dot_horizon.gif) repeat-x bottom left;

}

#content table td {
	font-size: 12px ;
	padding: 15px 5px 15px 5px;
	background: transparent url(../images/dot_horizon.gif) repeat-x bottom left;
}

#td-border-1 {
background: transparent url(../images/dot_horizon.gif) repeat-x bottom left;
}

#td-border-2 {
background: transparent url(../images/dot_horizon.gif) repeat-x bottom left;
}


#content table td ul {
	margin-bottom: 0;
}

#content table td img {
	margin: 0.5em 0;
}


/* form */
#content form.inline {
	display: inline;
}

#content .error {
font-size: 11px;
	margin-top: 6px;
}


/* cols */
#content .leftbox {
	display: inline;
	float: left;
}

#content .centerbox {
	display: inline;
	float: left;
}

#content .rightbox {
	display: inline;
	float: right;
}


/* cols 1-1 */
#content .cols-1-1 {
	margin-bottom: 1em;
}

#content .cols-1-1 .leftbox,
#content .cols-1-1 .rightbox {
	width: 444px;/* 468-24 */
}

#content .cols-1-1 .rightbox {}


/* cols 1-2 */
#content .cols-1-2 {
	margin-bottom: 1em;
}

#content .cols-1-2 .leftbox {
	width: 283px;/* 307-24 */
}

.alphat .cols-1-2 .rightbox {
	width: 605px;/* 629-24 */
}


/* cols 2-1 */
#content .cols-2-1 {
	margin-bottom: 1em;
}

#content .cols-2-1 .leftbox {
	width: 605px;/* 629-24 */
}

#content .cols-2-1 .rightbox {
	width: 283px;/* 307-24 */
}


/* cols 1-1-1 */
#content .cols-1-1-1 {
	margin-bottom: 1em;
}

#content .cols-1-1-1 .leftbox,
#content .cols-1-1-1 .centerbox,
#content .cols-1-1-1 .rightbox {
	width: 283px;/* 307-24 */
}

#content .cols-1-1-1 .centerbox {
	margin-left: 14px;
}


/* hr */
#content .hr {
	height: 2px;
	margin-bottom: 1em;
	border-bottom: 2px solid #333;
}

#content .hr hr {
	display: none;
}


/* icon */
#content a.mailto,
#content span.mailto {
	padding-left: 17px;
	background: url(../img/icon-mailto.gif) no-repeat 0 center;
}

#content a.external,
#content span.external {
	padding-left: 15px;
	background: url(../img/icon-external.gif) no-repeat 1px center;
}

#content a.popup,
#content span.popup {
	padding-left: 15px;
	background: url(../img/icon-popup.gif) no-repeat 1px center;
}

#content a.pdf,
#content span.pdf {
	padding-left: 17px;
	background: url(../img/icon-pdf.gif) no-repeat 0 center;
}

#content a.doc,
#content span.doc {
	padding-left: 17px;
	background: url(../img/icon-doc.gif) no-repeat 0 center;
}

#content a.xls,
#content span.xls {
	padding-left: 17px;
	background: url(../img/icon-xls.gif) no-repeat 0 center;
}

#content a.ppt,
#content span.ppt {
	padding-left: 17px;
	background: url(../img/icon-ppt.gif) no-repeat 0 center;
}

#content a.zip,
#content span.zip {
	padding-left: 17px;
	background: url(../img/icon-zip.gif) no-repeat 0 center;
}

#content a.arrow-up,
#content span.arrow-up {
	padding-left: 15px;
	background: url(../img/arrow-up.gif) no-repeat 2px center;
}

#content a.arrow-right,
#content span.arrow-right {
	padding-left: 15px;
	background: url(../img/arrow-right.gif) no-repeat 2px center;
}

#content a.arrow-down,
#content span.arrow-down {
	padding-left: 15px;
	background: url(../img/arrow-down.gif) no-repeat 2px center;
}

#content a.arrow-left,
#content span.arrow-left {
	padding-left: 15px;
	background: url(../img/arrow-left.gif) no-repeat 2px center;
}


/* other */
#content pre,
#content blockquote,
#content .box {
	margin-bottom: 1.5em;
	padding: 12px;
	border: 1px solid #999;
	line-height: 1.5;
	background-color: #ddd;
}

#content pre,
#content pre code {
	font-size: 100%;
	white-space: pre-wrap;
	word-wrap: break-word;
}

#content .box p,
#content .box ul,
#content .box ol,
#content .box dl {
	margin-bottom: 0;
}

#content .pagetop {
	text-align: right;
}

#content .last-child {
	margin-bottom: 0;
}

#content .ad {
	margin-bottom: 3em;
	text-align: center;
}

.stripe,
.child,
.heightline,
.toggle {}


/* popup
------------------------------------------------------------- */
.popup .container {
	width: 580px;
}

.popup #header {
	padding-top: 1em;
}

.popup #header h1 {
	margin-bottom: 0.5em;
	border-bottom: 3px solid #333;
	font-size: 146.5%;
	font-weight: bold;
}



/* font size
-------------------------------------------------------------

	10px = 77%
	11px = 85%
	12px = 93%
	
	13px = 100% (default)
	
	14px = 108%
	15px = 116%
	16px = 123.1%
	17px = 131%
	18px = 138.5%
	19px = 146.5%
	20px = 153.9%
	21px = 161.6%
	22px = 167%
	23px = 174%
	24px = 182%
	25px = 189%
	26px = 197%

------------------------------------------------------------- */

.form-at { 
	margin: 10px 0 8px 0;
	padding: 10px ;
	background:#fbfbfb;  
	border: 1px solid #cccccc;
	font-size:12px;
	color:#d01515;
}

.form-at-s { 
	color:#d01515;
	font-weight: normal;	   
}

input[type="text"] {
	background-color: #f6f6f6; 
	border:1px solid #999;
	padding:3px 5px;
	vertical-align:text-bottom;
}



input ,textarea{
	background-color: #f6f6f6; 
	border:1px solid #999;
	padding:3px 5px;
	margin:3px ;
}

.text-s { 
	 font-size: 11px;
	 vertical-align:text-bottom;;
}

#form-under { 
	width: 840px;  
	border-top: 1px solid #ccc;
	 margin: 30px auto 0 auto;
	padding: 10px 0 0 0; 
  } 

#form-under ul { 
	width: 320px;  
	margin: 0;
	padding: 0; 
	float:right;
  } 
  
#form-under li { 
	font-size: 12px;
	margin: 0 30px 0 0;
	padding: 0 0 0 15px; 
	background: url(../images/top/menu_icon-trans.gif) no-repeat 0px 0px;
	float: left;
  } 
  
  .close {
   width: 189px;  
   margin: 5px auto 5px auto;
  } 
  
.text-s { 
	padding:5px 0 0 0;
	 font-size: 11px;
 	font-weight: normal;
  }   