/* initialize and formatting */
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, "MS UI Gothic",  "ＭＳ Ｐゴシック", Verdana, Myriad, Helvetica, "MS Trebuchet", Arial, sans-serif;
}

p{
	color: #3d3d3d;
	}

.clear {
	clear: both;
	height: 1px;
}

.center{
	text-align: center;
	margin: 12px 10px 0px 25px;
}

.right{
	text-align: right;
}

.tright {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin: 5px 10px 5px 0;
	text-align: right;
	line-height: 1.8;
	padding: 5px 3px 1px 25px;
	background: url(image/nextpoint.gif) no-repeat 0% 40%;	
	float: right;
}

body {
	margin: 10px; padding: 0;
	text-align: center;
	background: #d5d0be;
}

img{
	border: none;
}
	
a {
 text-decoration: none;
 outline: none;
 }

a:link {
	color: #3060f2;
	font-weight: bold;
}

a:visited {
	color: #3060f2;
	font-weight: bold;
}

a:active {
	text-decoration:underline;
	color:#03558C;
}

a:hover {
	text-decoration: underline;
	color: #03558C;
}



a:link img {
    border: none;
}

a:hover img {
    border: none;
	filter:alpha(opacity=80);
	opacity:0.5;
	-moz-opacity:0.5;
}

a:visited img {
    border: none;
}


hr { 
	border-top: 2px dotted #cccccc;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	margin: 15px 36px 20px 36px;
}



/*-- 見出し--*/
#top-two {
	width: 930px;
	height: 50px;
	background: #ffffff;
	margin: 0 auto;
}


/*-- レイアウトヘッダー--*/
#header {
	width: 930px;
	height: 100px;
	margin: 0 auto;
}

#tlogo {
	width: 730px;
	height: 100px;
	background: url(image/top-right.png) no-repeat;
	text-align: left;
	float: right;
	border: 0px solid #ffffff;
}

#tlogo img{
	margin: 26px 0 0 98px;
}

h1 {
	margin: 0; 
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #313131;
	padding: 0;
  }



#navi{
	width: 200px;
	height: 100px;
	background: url(image/top-left.png) no-repeat;
	float: left;
	margin: 0;
}

#navi ul{
	display: block;
	margin: 32px 0px 0px 20px;
	padding:0;
	text-align:left;
}

#navi li{
	list-style-type: none;
	margin: 0 0px 0 0;
}



#navi li a#gide1{
	margin: 0px 0px 0 0;
	width: 102px;
	height: 22px;
	display: block;
	text-align: center;
	background: url(image/navi-top.png) no-repeat 0% 0%;
	text-indent: -9999px;
}


#navi li a#gide2{
	margin: 0px 0px 0 0;
	width: 102px;
	height: 22px;
	display: block;
	text-align: center;
	background: url(image/navi-about.png) no-repeat 0% 0%;
	text-indent: -9999px;
}

#navi li a#gide3{
	margin: 0px 0px 0 0;
	width: 102px;
	height: 22px;
	display: block;
	text-align: center;
	background: url(image/navi-tools.png) no-repeat 0% 0%;
	text-indent: -9999px;
}


#navi li a#gide1:hover {
	background: url(image/navi-topov.png) no-repeat;
}

#navi li a#gide2:hover {
	background: url(image/navi-aboutov.png) no-repeat;
}

#navi li a#gide3:hover {
	background: url(image/navi-toolsov.png) no-repeat;
}



/*-- レイアウトメイン--*/
#main{
	width: 930px;
	text-align: left;
	margin: 0px auto 0px auto;
	background: #ffffff;
 }



/*-- レイアウト左--*/
#leftside { 
	float: left;
	text-align: left;
	margin: 20px auto 0 0; 
	width: 560px;
    border: 0px solid #000000;
}

.article {
	width: 540px;
	margin: 0px auto 0px auto;
	clear: both;
    border: 0px solid #000000;
}

.article p{
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 1px;
	margin: 5px 25px 10px 40px;
}

.article p.img-lt {
	font-size: 13px;
	float: left;
	line-height: 1.0;
	margin: 5px 12px 0px 40px;
	width: auto;
	height: auto;
}

.article p.img-lt img {
  border: none;
}

.article p.img-rt {
	font-size: 13px;
	float: right;
	line-height: 1.0;
	margin: 5px 25px 0px 12px;
	width: auto;
	height: auto;
}

.article p.img-rt img {
  border: none;
}

.article p.fclear {
  clear: both;
  height: 0;
}

.article h2{
	text-align: left;
	background: url(image/h2.gif) no-repeat 0% 60%;
 	margin: 20px 10px 15px 10px;
	font-size: 17px;
	color: #008ea8;
	padding: 5px 0px 10px 3px;

}

.article h3{
	text-align: left;
	background: url(image/h3.gif) no-repeat 0% 30%;
 	margin: 15px 5px 10px 10px;
	font-size: 14px;
	color: #333333;
	padding: 7px 0px 1px 27px;
	border-bottom: 0px dotted #cccccc;
}

.line{
	text-align: left;
 	margin: 20px auto 20px 10px;
	border: 0px solid #cccccc;
	}

.next_right {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin: 15px 35px 10px 0;
	text-align: right;
	padding: 2px 3px 2px 20px;
	background: url(image/nextpoint.gif) no-repeat 0% 50%;	
	float: right;
}

/*-- レイアウト右--*/
#rightside { 
    margin: 20px 0px 0px auto;
	float: right;
	width: 360px;
	text-align: left;
    border:  0px solid #000000;
}

.menu{
	width: 355px;
	margin: 10px 3px 0px 0px;
	float: left;
	text-align : left;
}

.side-txt {
	text-align: left;
 	margin: 5px 5px 0px 5px;
}

.side-txt p {
	text-align: left;
 	margin: 0px 25px 0px 27px;
	font-size: 13px;
	color: #f6f7df;
	padding: 5px 0px 0px 0px;
	line-height: 1.7;
	}



.side-txt01 {
	height: 80px;
	text-align: left;
	background: url(image/conc01.gif) no-repeat 0% 0%;
 	margin: 5px 5px 0px 5px;
	color: #252525;
	padding: 0px 0px 0px 0px;
}

.side-txt h4 {
	text-align: left;
 	margin: 0px 0px 0px 0px;
	font-size: 14px;
	padding: 0;
}



.side-txt02 {
	text-align: left;
	background: url(image/conc02.gif) repeat-y 0% 0%;
 	margin: 0px 5px 0px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #252525;
	padding: 0px 0px 0px 0px;
}



.side-txt03 {
	height: 70px;
	text-align: right;
	background: url(image/conc03.gif) no-repeat 0% 0%;
 	margin: 0px 5px 15px 5px;
	font-size: 12px;
}
.side-txt03 img{
	margin: 0 15px 0 0;
}



.side01 {
	height: 40px;
	text-align: left;
	background: url(image/menu-head.gif) no-repeat 0% 0%;
 	margin: 1px 5px 0px 3px;
	font-size: 12px;
	color: #252525;
	padding: 0px 0px 0px 4px;
}

.side01 h4 {
	text-align: left;
 	margin: 0px 0px 0px 7px;
	font-size: 14px;
	padding: 0;
	}

.side02 {
	text-align: left;
	background: url(image/menu-body.gif) repeat-y 0% 0%;
 	margin: 0px 5px 0px 3px;
	font-size: 12px;
	color: #252525;
	padding: 0px 0px 0px 5px;
}

.side-navi{
	width: 300px;
	float: left;
	margin: 0px 0px 0px 15px;
}

.side-navi ul{
	margin: 2px 0px 0px 0;
	padding:0;
	text-align:left;
}

.side-navi li{
	list-style-type: none;
    font-size: 12px;
	margin: 4px 0px 3px 6px;
	letter-spacing: 1px;
}

.side-navi a {
  text-align: center;
  padding: 0px 0px;
	border-bottom: 1px solid #FFCC00;
}

.side-navi a:link {
  color: #3060f2;
}

.side-navi a:visited {
  color: #3060f2;
}

.side-navi a:hover,navi a:active {
	color: #AFD2DE;
	border-bottom: 1px solid #FFCC00;
	text-decoration: none;
}


.sml-navi{
	width: 300px;
	float: left;
	margin: 0px 0px 0px 40px;
}

.sml-navi ul{
	margin: 2px 0px 2px 0;
	padding:0;
	text-align:left;
}

.sml-navi li{
	list-style-type: square;
    font-size: 11px;
	margin: 3px 0px 4px 6px;
	letter-spacing: 1px;
}

.sml-navi a {
  text-align: center;
  padding: 0px 0px;
	text-decoration: underline;
}

.sml-navi a:link {
  color: #6ba623;
}

.sml-navi a:visited {
  color: #6ba623;
}

.sml-navi a:hover,navi a:active {
	color: #AFD2DE;

	text-decoration: underline;
}



.side03 {
	height: 46px;
	text-align: right;
	background: url(image/menu-foot.gif) no-repeat 0% 0%;
 	margin: 0px 5px 15px 3px;
	font-size: 12px;
}
.side03 img{
	margin: 8px 10px 0 0;
}



/*-- 広告ー --*/
.bnr-right {
	border: 0px solid #cccccc;
	text-align: center;
	background: #ffffff;
	width: 350px;
	margin: 15px 0px 0 8px;
	clear: both;
}

.bnr-under {
	background: #ffffff;
	width: 930px;
	text-align: center;
	clear: both;
	margin: 50px auto 0 auto;
}

.ads728 {
	background: #ffffff;
	width: 930px;
	text-align: center;
	clear: both;
	margin: 50px auto 0 auto;
	height: 35px;
}

.ads336 {
	border: 0px solid #cccccc;
	background: #ffffff;
	width: 350px;
	height: 280px;
	margin: 15px 0px 0 8px;
	clear: both;
}

.ads336-lt {
	border: 0px solid #cccccc;
	text-align: left;
	background: #ffffff;
	width: 336px;
	height: 280px;
	margin: 15px 10px 10px 25px;
	clear: both;
}
	
/*-- アンダー --*/




/*-- フッター --*/
#footer {
	margin: 0px auto 0px auto;
	clear: both;
	color: #013366;
	width: 930px;
	height: 60px;
	background: url(image/footer.gif) repeat-x 0% 0%;
	}

.copyright {
	font-weight: bold;
	font-size: 12px;
	margin: 0 auto 0 auto;
	line-height: 1.8;
	text-align: center;
	padding: 21px 0 20px 0; 
	color: #ffffff;
}

.copyright a:link, .copyright a:visited, .copyright a:active {
	color: #ffffff;
	text-decoration:none; 

}

.copyright a:hover { 
	color: #AFD2DE;
	text-decoration: underline;
}