/* 
	共通要素
-------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	color: #444444;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: none;
}

body {
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}

a img {
	border:none;
}

#wrap {
	margin: 0 auto;
	width: 750px;
	height: auto;
}


/* 
	リンク共通
-------------------------------------------------------------------*/
a {
	color: #3557AB;
}

a:hover {
	text-decoration: none;
}

a:visited {
    color: #6A3571;
}

form.yahoo{
    margin: 0;
    padding: 0;
}
form.yahoo img{
    vertical-align: middle;
}


/* 
	タイトル・見出し
-------------------------------------------------------------------*/
h1 {
    clear: both;
	width: 740px;
	margin: 20px 0 0 0;
	font-size: 30px;
}


/* 
	画像たち(画像は200px×200pxで統一、同階層に入れておく)
-------------------------------------------------------------------*/
div#text{
    float: left;
    width: 750px;
	height: auto;
	margin: 10px 0;
	border-bottom: #999999 dotted 1px;
}

div.pic1{
background-image: url(1.gif);
background-repeat: no-repeat;
}
div.pic2{
background-image: url(2.gif);
background-repeat: no-repeat;
}div.pic3{
background-image: url(3.gif);
background-repeat: no-repeat;
}


/* 
	テキスト
-------------------------------------------------------------------*/
h2{
    width: 500px;
	height: auto;
	margin: 0 0 10px 0;
	float: right;
	color: #666666;
	line-height: 20px;
}


/* 
	リンク記事エリア
-------------------------------------------------------------------*/
ul {
    clear: both;
	width: 730px;
	/width: 750px;
	height: auto;
	margin: 10px 0 0 0;
	padding: 20px 0 0 20px;
    border-top: #3557AB solid 1px;
}

li {
	line-height: 20px;
	color: #666666;
	list-style-type: circle;
}


/*
コピーライト
-------------------------------------------------------------------*/
address {
    clear: both;
	font-style: normal;
	margin-top: 10px;
	padding: 10px 0;
	display: block;
	font-size: 12px;
    border-top: #999999 solid 1px;
}


