@charset "utf-8";

/* Base */
html, body {
	background-color: #CCF1FF;
	line-height: 1.5em;
	font-size: 14px;
	margin: 0;
	background-repeat: repeat;
	background-image: url(../img/07.gif);
}

h1,h2,h3,h4,h5,h6,pre,address,
em,i,strong,b,th,ins,div,p,a {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	/*font-family: verdana, helvetica, "メイリオ", "ＭＳ Ｐゴシック", arial, sans-serif;*/
    font-style:normal;
}

h1,h2,h3,h4,h5,h6,pre,div,address,
ul,ol,li,dl,dt,dd,
form,legend,img {
	margin:0;
	padding:0;
	border:0;
}

p {
	padding: 0 0 0 0;
	margin: 0 0 1em 0;
}

/* Text */ 
a:link    {color:#0000aa; text-decoration:underline;}
a:visited {color:#CC0099; text-decoration:underline;}
a:active  {color:#884422; text-decoration:underline;}
a:hover   {color:#FF0000; text-decoration:underline;}

h1 {
	font-size:140%;
	font-weight: bold;
	color: #660000;
}
h2 {
	font-size:120%;
	font-weight: bold;
	color: #224400;
}
h3 {
	font-size:120%;
	font-weight:normal;
	color: #000000;
}

b, strong {
	font-weight: bold;
	color: #CC0000;
}
i, em {
	font-weight: bold;
	color: #00CC00;
}

/* List */

ul {
	padding-left: 16px;
}

address {
	font-style: normal;	
}

/* container */ 
#container{
	width: 900px;
	margin: 10px auto 10px auto;
	background-color: #FFE;
	padding: 20px;
}

div.photo{
	width: 280px;
	margin-left: 20px;
	margin-bottom: 15px;
	float: left;
}
