* {
	TEXT-DECORATION: none;
	margin:auto;
	padding:0px}
	
body {
	text-align:center;
	font-size : small;
	background: #000000 url(img_base/index_back1.gif) no-repeat left bottom;
	color:#ffffff}

a{/*リンクされた文字*/
    color:#ffcccc;
    font-style:normal;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#ffcccc;
    font-style:normal;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#cccccc;
    text-decoration:none;
}

p { 
    color:#cccccc;
	line-height: 1.4em;
	margin:0px 0px 20px 0px} 

#box_all{
	width : auto;
	height : 600px;
	padding:80px 0px;
	background: url(img_base/index_back2.gif) no-repeat right top}

#box_title {
	width : 70px;
	height : 250px}

#box_text {
	width : 320px;
	height : auto;
	text-align:left}