@charset "UTF-8";

/*--------------------------------------
	Basic
---------------------------------------*/


* {
	margin: 0;
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
li,
img {
	margin: 0;
	padding: 0;
	border: 0;
}

li {list-style: none;}
h1,h2{ font-weight: normal; margin: 10px 0; padding: 10px 0;}
a			{ color: #336699; text-decoration: none; }
a:hover 	{ color: #; text-decoration: underline;}
/*a:visited	{ color: #; }*/
address		{ font-style: normal; }

.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */

body {
	background-color: #ffffff;
	font-size: 88%;
	line-height: 1.5;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック";
	text-align: center;
	width: 100%;
}

#container {
	text-align: left;
	border: solid 1px #cccccc;
}

#header {
	padding: 10px 10px;
	margin: 0;
	background-color: #ffffff;
	text-align: left;
	width: auto;
	overflow: hidden;
}

#header h2 {
	
	}

ul.column{
	width: 100%;
	padding: 0;
	margin: 0 0 0 5px;
	list-style: none;
}
ul.column li {
	float: left;
	width: 300px; /*Set default width*/
	padding: 0;
	margin: 5px 0;
	display: inline;
}
	
.block {
	height: auto;
	font-size: 88%;
	margin-right: 10px; /*Creates the 10px gap between each column*/
	padding: 15px;
	background-color: #ededed;
}

#head {
	background-color: #ffffff;
	}

.block h2 {
	font-size: 140%;
	color: #161f35;
	font-weight: bold;
	background: url(../images/circles.gif) left 40% no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}

.block h3 {
	color: #990000;
	font-size: 110%;
	margin-bottom: 10px;
	}

.block img {
        /*Flexible image size with border*/
	width: 89%;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 5%;
	background:#ffffff;
	margin: 0 auto 10px;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}

.block ul#nav li {
	background: url(../images/bullet4.gif) top left no-repeat;
	margin-bottom: 15px;
	padding-left: 16px;
	line-height: 150%;
	font-size: 100%;
	}
	
.block ul#news li {
	background: url(../images/bullet4.gif) top left no-repeat;
	margin-bottom: 10px;
	padding-left: 16px;
	line-height: 110%;
	font-size: 93%;
	}
	
.block p {
	margin-bottom: 10px;
	}
	
.block p.txtView {
	background: url(../images/bullet4.gif) top left no-repeat;
	margin-bottom: 8px;
	padding-left: 16px;
	line-height: 14px;
	}
	
form {
	margin-top: 15px;
	margin-left: 4px;
	}
	
form h3 {
	font-size: 93%;
	font-weight: normal;
	}
	
form p {
	color: #000000;
	font-size: 84%;
	width: 250px;
	margin-bottom: 5px;
	display: block;
	}
	
form input {
	margin-bottom: 5px;
	}
	
form textarea {
	margin-bottom: 5px;
	}
	
label {
	color: #ffffff;
	}

#footer {
	clear: both;
	padding: 10px 10px;
	background-color: #ededed;
	text-align: right;
	width: auto;
	overflow: hidden;
	}
	
#footer address {
	font-size: 73%;
	}