/* -----------------------------------------------------------

CSS Information

 File name:      default.css

 Style Info:     タグ初期化用

----------------------------------------------------------- */

* {
	margin:0;
	padding:0;
}
body {
	background: #FFFFFF url(../images/share/bg.jpg) repeat-x left top;
	font-family:"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	text-align:center;
	color:#333333;
}

html {
	overflow-y:scroll;
}

/* IE7でpadding指定 背景1pxズレ回避*/
*:first-child+html body {
	padding-left: 1px;
}
.red a {
	color: #BC080B;
}


/* IE6以下でpadding指定 背景1pxズレ回避 */
*html body {
	padding-left: 1px;
}

h1,h2,h3,h4,h5,h6 {
}

p,li,dt,dl {
	line-height:1.4;
}

p {
	margin:0 0 1em 0;
}

li {
	list-style-type:none;
}

img {
	border:0;
}

.clear {
	clear:both;
}

/* Link Color-------------------------------------- */
a:link {
	color:#0054A7;
	text-decoration:underline;
}

a:visited {
	color:#0054A7;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a:active {
	color:#0054A7;
}

/*------------------------------------------------------------
  CONTAINER
------------------------------------------------------------ */
div#container{
	margin:0 auto;
	width:822px;
	background: url(../images/share/container_bg.jpg) repeat-y center top;
}

div#contents{
	margin:0 auto;
	width:822px;
	background: url(../images/share/contents_bg.jpg) no-repeat center top;
}
table .links td {
	padding: 5px;
}
