/***************************************************************************
*                                                                          *
* contented3 - An open source xhtml/css website template by Contented      *
* Designs.  You're free to modify it and use it for any purpose without    *
* cost or obligation. We'd prefer that you leave the link to our website   *
* in the footer but it's not required.                                     *
*                                                                          *
* If you have comments or questions, please contact us at                  *
* http://www.ContentedDesigns.com. Thanks!                                 *
*                                                                          *
* Version: 1.01 (May 17, 2006)                                             *
***************************************************************************/

* {
	padding:0;
	margin:0;
}

body {
	color: #333333;
	background-color:#FFFFFF;
	font-family:Arial, sans-serif;
	font-size:83%;
	margin:0px auto;
	/*width:800px;*/
    overflow-x: hidden;
        padding-left:10px;
        padding-right:10px;
}

h1,h2,h3,h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, 
fieldset, address { margin:0.25em 0;}

h1 {font-size:167%;}

h2 {font-size:139%;}

h3 {font-size:120%;margin:1.0em 0 0.5em;}

h4 {font-size:100%;margin:1.0em 0 0.5em;}

li, dd { 
	margin-left:5em;
}

hr{
	margin:5px 0px;
}

a {
        color: #3366CC;
        background-color: #FFFFFF;
        font-weight: normal;
        text-decoration: none;
	outline:none;
}

a:hover {
        color: #0033CC;
        background-color: #FFFFFF;
        font-weight: normal;
        text-decoration: underline;
}

.image_paragraph_right {
	float: right;
	margin-top:0px;
	margin-left:20px;
	margin-bottom:5px;
}

.image_paragraph_left {
	float: left;
	margin-top:0px;
	margin-right:20px;
	margin-bottom:5px;
}

.image_section_right {
	float: right;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:10px;
}

.image_section_left {
	float: left;
	margin-top:20px;
	margin-right:20px;
	margin-bottom:10px;
}

#title {
        color:#3366CC;
        background-color:#FFFFFF;
        font-size:300%;
        font-weight:normal;
	margin:0px 0px 5px 0px;
        float:left;
}

#slogan {
	color:#000000;
	background-color:#FFFFFF;
	font-size:small;
	font-weight:bold;
	padding:18px 0px 0px 50px;
	float:left;
	margin:0px 0px 10px 0px;
}

ul#nav {
	clear:both;
	float:left;
	margin: 0;
	padding: 0;
	list-style: none;
	width:610px;
}

ul#nav li {
	margin: 0;
	padding: 0;
	float: left;
	width:14%;
	text-align: center;
}

ul#nav li a {
	display: block;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background: #5588CC;
	padding: 2px 0px 2px 0px;
}

ul#nav li a:hover { background: #3366CC; color: #FFFFFF; }
ul#nav a.selected:link { background: #3366CC; color: #FFFFFF; }
ul#nav a.selected:visited { background: #3366CC; color: #FFFFFF; }

#maincontent {
	font-size:10pt;
	padding:0px 5px 5px 0px;
	margin:20px 0px 10px 0px;
	width:590px;
	float:left;
}


#footer {
	color:#000000;
	background-color:#FFFFFF;
	border-top:1px solid #0033CC;
	font-size:80%;
	line-height:1.5em;
	width: 590px;
	clear:both;
}

#footer a {
        color:#3366CC;
        background-color:#FFFFFF;
        text-decoration: none;
}

#footer a:hover {
        color:#0033CC;
        background-color:#FFFFFF;
        font-weight: normal;
        text-decoration: underline;
}

#copyright {
	color:#000000;
	background-color:#FFFFFF;
	padding:5px 20px 5px 0px;
	float:left;
}

#footercontact {
	color:#0033CC;
	background-color:#FFFFFF;
	padding:5px 0px 5px 0px;
	float:right;
}



/* input  */
input.Ssize{
	text-align:center;
	ime-mode:disabled;
	width:3em;
}


/* tables  */


/* メールフォーム用 サイズ名称行  */
td.Srow {
  border-top:1px solid;
  border-right:1px solid;
  border-left:0px solid;
  border-bottom:0px solid;
  background-color: #FFFACD;
  border-color: #000000;
}

/* メールフォーム用 枚数行  */
td.Snumrow {
  border-top:1px solid;
  border-right:1px solid;
  border-color: #000000;
}



table tr td {
  border-right: 0px solid #ccc;

  padding:0px 0px;
  vertical-align:top;
  text-align: center;
}
table tr.altRow td {
  background: #f4f4f4;
}


.tbl_base {
	width:100%;
	border-collapse: collapse; /* 枠線の表示方法 */
	border: 0px #666 solid; /* テーブル全体の枠線（太さ・色・スタイル） */
} 

.tbl_base TD {
	border: 0px #666 solid; /* セルの枠線（太さ・色・スタイル） */
  	padding:1px;
} 


.tbl_base_border {
	width:100%;
	border-collapse: collapse; /* 枠線の表示方法 */
	border: 0px #666 solid; /* テーブル全体の枠線（太さ・色・スタイル） */
} 

.tbl_base_border TD{
	border: 1px #666 solid;
	padding:1px;
}

