@CHARSET "UTF-8";
/**
 * ONC STYLE PROFILE
 * @author caori
 * 2009/1/24　新規作成
 *
 * @description
 * PROFILE用スタイルシートです。
 */

* {
	margin: 0px;
	padding: 0px;
}

#title {
	background-image: url('img/download_title.gif');
	width: 800px;
	height: 70px;
}

#content_list {
	width: 800px;
	height: auto;
}

#main_description {
	width: 800px;
	font-size: small;
	line-height: 1em;
}

li {
	list-style: none;
}

/**************************************
 * content_list_area
 **************************************/
.howtoset {
	width: 740px;
	margin: 0 0 20px 20px;
	padding: 5px 5px 10px 10px;
	background-color: #ffe0d5;
	border-color: #ef5118;
}
.howtoset_detail {
	font-size: 12px;
	color: #ef5118;
}
.howtoset ul li {
	padding-left: 10px;
	font-size: 12px;
	color: #ef5118;
}
.wallpapers {
	width: 800px;
}

/** PC **/
#pc_title {
	background-image: url('img/download_pc_title.gif');
	width: 800px;
	height: 50px;
}
.pc_item {
	height: 150px;
	width: 190px;
	float: left;
}
.pc_box {
	margin: 0 0 0 40px;
}
.pc_wallpaper_thumb {
	height: 95px;
	width: 150px;
	float: left;
}
.onc_pc_01 {
	background-image: url('img/pc_wallpaper_thumb_01.gif');
	background-repeat: no-repeat;
}
.onc_pc_02 {
	background-image: url('img/pc_wallpaper_thumb_02.gif');
	background-repeat: no-repeat;
}
.onc_pc_03 {
	background-image: url('img/pc_wallpaper_thumb_03.gif');
	background-repeat: no-repeat;
}
.onc_pc_04 {
	background-image: url('img/pc_wallpaper_thumb_04.gif');
	background-repeat: no-repeat;
}
.onc_pc_05 {
	background-image: url('img/pc_wallpaper_thumb_05.gif');
	background-repeat: no-repeat;
}
.onc_pc_06 {
	background-image: url('img/pc_wallpaper_thumb_06.jpg');
	background-repeat: no-repeat;
}

.pc_link {
	clear: both;
	margin-left: 40px;
}
.pc_link a{
	background-image: url('img/download_arrow.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
	font-size: 12px;
	color: #ef5118;
}

/** MOBILE **/
#mo_wallpaper {
	clear: left;
}
#mo_title {
	background-image: url('img/download_mo_title.gif');
	width: 800px;
	height: 50px;
}
.mo_item {
	height: 165px;
	width: 155px;
	float: left;
}
.mo_box {
	margin: 0 0px 0 40px;
}
.mo_wallpaper_thumb {
	height: 125px;
	width: 105px;
	float: left;
	margin-bottom: 5px;
}
.onc_mo_01 {
	background-image: url('img/mo_wallpaper_thumb_01.gif');
	background-repeat: no-repeat;
}
.onc_mo_02 {
	background-image: url('img/mo_wallpaper_thumb_02.gif');
	background-repeat: no-repeat;
}
.onc_mo_03 {
	background-image: url('img/mo_wallpaper_thumb_03.gif');
	background-repeat: no-repeat;
}
.onc_mo_04 {
	background-image: url('img/mo_wallpaper_thumb_04.gif');
	background-repeat: no-repeat;
}
.onc_mo_05 {
	background-image: url('img/mo_wallpaper_thumb_05.gif');
	background-repeat: no-repeat;
}
.onc_mo_06 {
	background-image: url('img/mo_wallpaper_thumb_06.gif');
	background-repeat: no-repeat;
}
.onc_mo_07 {
	background-image: url('img/mo_wallpaper_thumb_07.gif');
	background-repeat: no-repeat;
}
.mo_link {
	clear: both;
	margin-left: 15px;
}
.mo_link a{
	background-image: url('img/download_arrow.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-size: 12px;
	color: #ef5118;
}


