@charset "UTF-8";

/*
Theme Name: natty design
Theme URI: http://www.nattydesign.com/
Description: natty design
Author: Chiyo Sato
Author URI: http://www.nattydesign.com/
Version: 1.0
*/

/*
===== �ܼ� ==============================

    1: clear
    2: base layout 
    3: styles
		
=========================================
*/


/*
===== 1: clear =====
*/

box:after{/* for modern brouser */ 
content: " "; clear: both; height: 0; display: block; visibility: hidden;} 

* html box{/* for IE */ 
/*��*/height:1%;/* for WinIE*/ 
display:inline-table;/* for MacIE*/ 
}


/*
===== 2: base layout =====
*/


body {
  text-align:center;	
  font:14px/1.4 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  margin: 0px;
  padding: 0px;
  background: #ECEDC6;
	}
	
#container {
	width: 778px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;		
	margin-left: auto;		
	text-align: left;		
	padding: 0;
	border: 1px solid #ccc;	
	border-top: none;
	background:#FFF;
	}

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote {
	margin:0;
	padding: 0;
  text-align: left;
  display: block;
	font-size:100%;
	}

hr { 
	display : none;
	}
	
img {
	border: none;
	}

table {
	margin:0;
	padding: 0;
	empty-cells: show;
	font-size:100%;
	}

/*
===== 3: styles=====
*/

a:link {
  color:#09f;
  text-decoration:none;
	}
	
a:visited {
  color:#06c;
  text-decoration:none;
	}
	
a:hover {
  color:#66f;
  text-decoration:underline;
	}
	
a:active {
  color:#09f;
  text-decoration:underline;
	}
	

	
#header {
	background: url(images/bg_header.gif) top repeat-x;
	overflow: hidden;
	padding-bottom: 20px;
	}

#header h1 {
	float: left;
	width: 190px;
	height: 50px;
	}
	
#header h2 {
	padding: 5px;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	text-align: right;
	}
	
#header ul#hmenu {
	float: right;
	margin-top: 15px;
	margin-right: 8px;
	margin-bottom: 0;
	display: inline;
	}
	
#header ul#hmenu li {
	list-style: none;
	display: inline;
	}

#header p {
	clear: both;
	}

#header ul#mainnavi {
	background: url(images/g_mainmenu.jpg);
	margin: 0;
	height: 58px;
	}
	
#header ul#mainnavi li {
	float: left;
	width: 238px;
	height: 58px;
	list-style: none;
	padding: 0;
	border-right: 1px solid #fff;
	text-align: center;
	}
	
#header ul#mainnavi li.ttl {
	width: 58px;
	}
	
#header ul#mainnavi li.end {
	border-right: none;
	}
	
#header ul#mainnavi a {
	display: block;
	background: url(images/g_mainmenu.jpg);
	padding: 19px 10px;
	vertical-align: middle;
	color: #3C0;
	}
	

	

	
#topcontents {
	width: 560px;
	float: right;
	margin-right: 20px;
	display: inline;
	color: #666;
	}

#contents {
	width: 560px;
	float: right;
	margin-right: 20px;
	display: inline;
	color: #666;
	}
	
#maincontents {
	padding: 10px 10px 30px 10px;
	border-left: 1px solid #ccc;
	overflow: hidden;
	}

#topcontents h2 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	}
	
#contents h2 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	}
	
#contents h3 {
	padding-left: 5px;
	border-left: 5px solid #090;
	color: #060;
	font-style: normal;
	}


#contents h2 span,
#contents h3 span {
	float: right;
	font-size: 80%;
	font-weight: normal;
	color: #666;
	}

#topcontents p, #contents p {
	clear: both;
	color: #666;
	line-height: 1.5;
	margin: 10px;
	font-size: 80%;
	}

#contents p.more {
	border-bottom: 1px dotted #ccc;
	text-align: right;
	color: #666;
	line-height: 1.5;
	margin: 20px 0;
	font-size: 80%;
	}

#topcontents ul#news {
	margin: 10px 0 10px 10px;
	padding-bottom: 30px;
	font-size: 80%;
	color: #666;
	}	
	
#topcontents ul#news li {
	list-style: none;
	background: url(images/link_news.gif) no-repeat 0 50%;
	padding-left: 12px;
	}	
	
#topcontents ul#news a {
	color: #666;
	}	


#contents ol {
	margin: 10px 0 10px 30px;
	font-size: 80%;
	color: #666;
	}

#contents ul {
	list-style: none;
	margin: 10px 0 10px 20px;
	font-size: 80%;
	color: #666;
	}

#contents ul ul {
	margin: 0 0 0 20px;
	font-size: 100%;
	color: #666;
	}

#contents dl {
	clear: both;
	margin: 10px;
	font-size: 80%;
	color: #666;
	}

#contents dt {
	float: left;
	width: 200px;
	padding: 10px 10px 5px 0;
	}

#contents dd {
	padding: 10px 0 0 0;
	}
	
#contents dl.qanda {
	clear: both;
	margin: 10px;
	font-size: 80%;
	color: #666;
	}

#contents dl.qanda dt {
	float: none;
	width: 500px;
	background: url(images/q.gif) no-repeat 0 0.3em;
	padding: 0 0 0 20px;
	}

#contents dl.qanda dd {
	padding: 10px 0 0 0;
	}

#dirnavi {
	float:right;
	font-size: 80%;
	color: #999;
	}

#dirnavi a {
	text-decoration: underline;
	color: #999;
	}

em {
	color: #e00;
	}



#navi {
	width:170px;
	float: left;
	}

#navi ul {
	list-style: none;
	}

#navi li {
	margin: 0 0 3px 0;
	color: #000;
	font-size: 80%;
	border-bottom: 1px solid #ccc;
	}

#navi a {
	background: url(images/link_side.gif) no-repeat 0 50%;
	margin-left: 5px;
	padding: 5px 15px;
	display: block;
	text-decoration: none;
	color: #666;
	}

#navi a:hover {
	text-decoration: none;
	}




	
#footer {
	clear: both;
	background: url(images/bg_footer.gif) repeat-x;
	height: 32px;
	}

address {
	padding: 5px;
	font-style: normal;
	color: #FFF;
	text-align: center;
	font-size: 80%;
	}
	

.contactform {
			width: 100%; 
			position: relative;
			}
		
		.contactleft {
			width: 25%; 
			text-align: right;
			clear: both; 
			float: left; 
			display: inline; 
			padding: 4px; 
			margin: 5px 0; 
			font: 90%/175% Osaka, Verdana, sans-serif;
			}
		
		.contactright {
			width: 70%;
			text-align: left;  
			float: right; 
			display: inline; 
			padding: 4px; 
			margin: 5px 0; 
			font: 90%/175% Osaka, Verdana, sans-serif;
			}

    .contacterror {
      border: 1px solid #ff0000;
    	}
