﻿@charset "UTF-8";

/* ボディに関するCSS
--------------------------------------------------------------------------------*/
	body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	color: #666;
	font-size: 80%;
	line-height: 160%;
        text-align: center;
}

/* ページ構造に関するCSS 
--------------------------------------------------------------------------------*/
#wrapper {
	margin-left: auto;
	margin-right: auto;
        width: 690px;
        text-align: left;
}


#header {
	width: 680px;
	margin-bottom: 5px;
	border: 1px solid #336699;
}

#nav {
	line-height: 170%;
	margin:3px 0px;
	padding:0px;
	list-style:none;	
	
}

#nav2 {
	line-height: 170%;
	margin:0px 0px;
	padding:0px;
	list-style:none;	
	
}


#content {
        clear: left;
	width: 675px;
	border: 1px solid #336699;
	background-color: #FFF;
	padding: 2px;
	margin-top: 5px;
}

#col1 {
	width:500px;
        padding: 30px;
        float: right;	
}

#sidebar {
       
	width: 100px;	
	float: left;
}

/* ヘッダーに関するCSS
--------------------------------------------------------------------------------*/
h1 { 
        text-align: left;
        margin:0px;font-size: 12px;
        font-weight: normal; color: #999999;
        float: left;
   }

.headersite{
  float:right;}


/* ナビゲーションに関するCSS 
--------------------------------------------------------------------------------*/
#nav li {
        float: left;
	background-color: #336699;
	margin-right: 5px;
	margin-left: 0px;
	border: 1px solid #336699;
	text-align: center;
	width: 130px;
	height:22px;
}

#nav a{
	color: #FFF;
	display:block;
	width: 130px;
	height:22px;
}

#nav a:hover {
	background-color: #FFFFFF;
        color: #336699;
	text-decoration:none;
}


#nav2 li {
    
	background-color: #FFFFFF;
        margin-right: 5px;
	margin-left: 0px;
        margin-top: 1px;
	border: 1px solid #336699;
	text-align: center;
	width: 110px;
	height:22px;
}

#nav2 a{
	color: #336699;
	display:block;
	width: 110px;
	height:22px;
}

#nav2 a:hover {
	background-color: #336699;
        color: #FFFFFF;
	text-decoration:none;
}

/* contentに関するCSS 
--------------------------------------------------------------------------------*/
img.topkey {
	margin-bottom: 0px;
        float: right;
}

img.pack {
	margin-top: 15px;

}

img.nagare {
	margin-top: 0px;


}

img.satei {
	margin-top: 0px;
       

}

/* col1に関するCSS 
--------------------------------------------------------------------------------*/
h2 {
	margin: 0px;
}

h3 {
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	padding-top: 3px;
	text-indent: 3px;
	margin-bottom: 0px;
	margin-top: 0px;
}

p {
	margin-top: 0px;
}

img.thumb {
	float: right;
	margin-right: 0px;
}

	.mail{
	margin-top: 10px;
 clear: both
}

/* sidebarに関するCSS 
--------------------------------------------------------------------------------*/
h4 {
	font-size: 100%;
	margin-bottom: 3px;
}

#sidebar p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.line {
	width: 100%;
	background-image: url(img_try4-02/dotline_s.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
	height:1px;
	}


/* フッターに関するCSS
--------------------------------------------------------------------------------*/
#credit {
        clear: both;
	margin-top: 5px;
}


/* リンクに関するCSS
--------------------------------------------------------------------------------*/
a:link {  text-decoration: none}
a:visited {  text-decoration: none}
a:hover { text-decoration: underline  ;color: #990033}

