@charset "utf-8";
@import "reset.css";
/*-----------------------------------------------
 __default style
-----------------------------------------------*/
body {
	background-color: #CC3333;
	font-size:80%;
	font-family:verdana,"qMmpS Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"lr oSVbN","MS PGothic",Sans-Serif;
	color:#333;
	line-height:160%;
}
li {
	list-style:none;
}
h1,h2{
	margin-left:100px;

}

/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/
a {
	text-decoration:none;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

/*-----------------------------------------------
 __container
-----------------------------------------------*/
#container {
	width:850px;
	margin:0px auto;
	background-color: #ffffff;
}
/*-----------------------------------------------
 __header
-----------------------------------------------*/
#header {
	width:850px;
}

/*-----------------------------------------------
 __contents
-----------------------------------------------*/
#contents {
	width:850px;
}
div#contents:after{
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  visibility: hidden;
  height:0.1px;
  font-size:0.1em;
  line-height:0;
  clear: both;
}

#menu ul{
	height:40px;
}
#menu ul li{
	display:inline;
	list-style-type:none;
}
#menu ul li a{
	text-decoration:none;
}

/* __main
------------------------------------------*/
#main-one{
	clear:both;
	padding:30px;
}


/* __main
------------------------------------------*/
#main{
	float:left;
	margin-top:20px;
	width:380px;
	padding-left:50px;
}
/* __sub
------------------------------------------*/
#sub {
	float:right;
	width:350px;
	margin-top:20px;
	padding-right:70px;
	text-align: left;
}
/* __main
------------------------------------------*/
#main_other{
	float:left;
	margin-top:20px;
	width:400px;
	padding-left:25px;
}
/* __sub
------------------------------------------*/
#sub_other {
	float:right;
	width:400px;
	margin-top:20px;
	padding-right:25px;
}



.photo{
    padding: 10px;   
    border: 1px solid #EEE;   
}
.note_top{
	background-image: url(../ilchianti/images/note_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 350px;
}
.note{
	background-image: url(../ilchianti/images/note.jpg);
	background-repeat: repeat-y;
	color: #996600;
	padding-right: 10px;
	padding-left: 10px;
}
.note_bottom{
	background-image: url(../ilchianti/images/note_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 350px;
}

/*-----------------------------------------------
 __footer
-----------------------------------------------*/
#footer{
	clear:both;
	text-align:center;
	color: #666666;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	height: 130px;
}
#footer li {
	display:inline;
	list-style-type:none;
}
#footer a:link {
	color: #996600;
}
#footer a:visited {
	color: #996600;
}
#footer a:hover {
	color: #996600;
}
#footer a:active {
	color: #996600;
}
#footer #copyright{
	padding-top: 10px;
}
/*-----------------------------------------------
 __other
-----------------------------------------------*/
.gotoTop {
	text-align: right;
	margin-top: 20px;
}
.arrow{
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
	margin-right:0px;
	margin-left:5px;
	padding-left:13px;
	background-image: url(../img/arrow_02.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
}
.topics{
	background-color: #FFFFCC;
	text-align: left;
	padding: 10px 15px;
	width: 670px;
	border: 1px dotted #FF0000;
	font-weight: bold;
	color: #FF0000;
	line-height: 110%;
}
