/*-----------------------------------
profile START
-----------------------------------*/

.prof_main {
	width: 700px;
	margin: 10px auto 25px auto;
	color: #000;
	line-height: 1.4em;
	font-size: 1.1em;
}
.prof_bar_name{
	margin-top: 20px;
}
.prof_main .prof_box01 {
	width: 700px;
	text-align: center;
}
.prof_main .prof_box02 {
	width: 380px;
	float: right;
}
.prof_main .prof_box01 p,.prof_main .prof_box02 p{
	margin-top: 20px;
	text-align: left;
	background-image: url(../img/androidBugFix.gif);
	font-size: 1.1em;
}
.prof_main .prof_photo_l {
	display: inline;
	float: left;
	width: 300px;
	margin: 20px 0 0 0;
}
.prof_main .prof_photo_r {
	display: inline;
	float: right;
	width: 218px;
}

.prof_info_tit {
	font-weight:bold;
	border-bottom:1px dotted #666;
	padding:10px 0 5px 0;
	margin-bottom: 5px;
}
.prof_main .big_color{
	color:#C00;
	font-weight: bold;
	font-size: 1.1em;
}

/*-----------------------------------
profile END
-----------------------------------*/

/*-----------------------------------
about START
-----------------------------------*/
.about_main{
	width: 810px;
	margin: 0 auto 10px auto;
	text-align: left;
}
.about_box01{
	width: 790px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.about_box02 {
	background: url(../img/about_bg01.jpg) no-repeat top center;
	padding: 50px 0 30px 43px;
	margin-bottom: 20px;
	width: 767px;
}
.about_box02 img{
	margin-bottom: 20px;
}
.about_box03 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 810px;
}
.about_box01 p,
.about_box02 p,
.about_box03 p{
	font-size: 1.2em;
	line-height: 1.5em;
	color: #000;
	text-align: left;
}
.about_box03 p{
	width: 410px;
	float: left;
	margin: 10px 20px 0;
}
.about_box01 .about_img,.about_box03 .about_img{
	width: 360px;
	float: right;
}
.about_main .big_color{
	color: #CC0000;
	font-weight: bold;
	font-size: 1.1em;
}

/*-----------------------------------
about END
-----------------------------------*/

/*-----------------------------------
sample@START
-----------------------------------*/

#sample {
	width: 860px;
	margin:20px auto;
	background: url(../img/sample_bg.jpg) repeat-y top center;
}

#sample .box01{
	padding-top:65px;
	background: url(../img/sample_top.jpg) no-repeat top;
}

#sample .box02_01 {
	width:740px;
	height:664px;
	margin:0 auto;
	background-image:url(../img/sample_img01.jpg);
}

#sample .box02_02 {
	width:740px;
	height:515px;
	margin:0 auto;
	background-image:url(../img/sample_img02.jpg);
}

#sample .box02_03 {
	width:740px;
	height:492px;
	margin:0 auto;
	background-image:url(../img/sample_img03.jpg);
}

#sample .box02_04 {
	width:740px;
	height:248px;
	margin:0 auto;
	background-image:url(../img/sample_img04.jpg);
}

#sample .box02_05 {
	width:740px;
	height:256px;
	margin:0 auto;
	background-image:url(../img/sample_img05.jpg);
}
#sample .box02_06 {
	width:740px;
	height:241px;
	margin:0 auto;
	background-image:url(../img/sample_img06_02.jpg);
}
#sample .box02_07 {
	width:740px;
	height:762px;
	margin:0 auto;
	background-image:url(../img/sample_img07.jpg);
}

#sample .box03_01 {
	width:290px;
	float:right;
	margin-right:14px;
	margin-top:36px;
	background-color:#b53d50;
	border: solid 1px #6d6d6d;
	display: inline;
}

#sample .box03_02 {
	width:290px;
	float:right;
	margin-right:14px;
	margin-top:20px;
	background-color:#3d4eb5;
	border: solid 1px #6d6d6d;
	display: inline;
}

#sample .box03_03 {
	width:290px;
	float:right;
	margin-right:14px;
	margin-top:22px;
	background-color:#b58c3d;
	border: solid 1px #6d6d6d;
	display: inline;
}

#sample .box03_04 {
	width:290px;
	float:right;
	margin-right:14px;
	margin-top:20px;
	background-color:#3d9fb5;
	border: solid 1px #6d6d6d;
	display: inline;
}

#sample .box03_05 {
	width:290px;
	float:right;
	margin-right:14px;
	margin-top:22px;
	background-color:#983db5;
	border: solid 1px #6d6d6d;
	display: inline;
}
#sample .box03_06 {
	width:290px;
	float:right;
	margin-right:14px;
	margin-top:22px;
	background-color:#359e5a;
	border: solid 1px #981a59;
	display: inline;
}
#sample .box03_07 {
	width:290px;
	float:right;
	margin-right:14px;
	margin-top:24px;
	background-color:#006ea7;
	border: solid 1px #1a7db0;
	display: inline;
}

#sample .tit {
	padding:10px 10px 10px 10px;
	font-weight: bold;
	text-align:left;
	border-bottom:dashed 1px #cccccc;
	color: #FFF;
	font-size: 1.3em;
}

#sample .cap {
	text-align:left;
	padding:15px 10px 15px 10px;
	line-height:1.5em;
	background-color:#FFF;
	font-size: 1.1em;
}

#sample .txtbold{
	font-weight:bold;color:#4601f5
}

#sample .bottom {
	width:860px;
	height:50px;
	background: url(../img/sample_bottom.jpg) no-repeat bottom;
}

/*-----------------------------------
sample END
-----------------------------------*/

/*-----------------------------------
allfree START
-----------------------------------*/

#allfree{
	width: 950px;
	margin: 20px auto 0 auto;
	background: url(../img/allfree_bg.jpg) top center no-repeat;
}

#allfree .wrapper {
	width: 700px;
	margin: 0 auto;
}

#allfree .icon{
	width: 100px;
	margin:50px 0 0 0;
	float: left;
}
#allfree .menu_txt{
	width: 560px;
	margin: 65px 30px 20px 10px;
	float: left;
	text-align: left;
	line-height: 1.4em;
	color: #000;
	background-image: url(../img/androidBugFix.gif);
}
#allfree .menu_txt p{
	font-size: 1.1em;
	line-height: 1.2em;
	background-image: url(../img/androidBugFix.gif);
}
#allfree .menu_txt .tit{
	font-size: 1.5em;
	font-weight: bold;
	color: #2f0048;
	margin-bottom: 10px;
	background-image: url(../img/androidBugFix.gif);
}

#allfree .menu_bottom {
	width: 740px;
	height: 30px;
	background: url(../img/allfree_menu_bottom.jpg) bottom center no-repeat;
}

#allfree .bottom{
	width: 900px;
	clear: both;
	padding-bottom: 100px;
	background: url(../img/allfree_bottom.jpg) bottom center no-repeat;
}

#allfree a:link{
	color:#5600ae;
	text_decoration: underline;
}
#allfree a:hover {
	color:#5600ae;
	text_decoration: none;
}
#allfree a:active{
	color:#5600ae;
	text_decoration: none;
}
#allfree a:visited{
	color:#7948ac;
	text_decoration: none;
}


/*-----------------------------------
allfree END
-----------------------------------*/

/*-----------------------------------
special START
-----------------------------------*/

#special {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/special_bg.jpg);
	margin-top: 10px;
}
#special .box{
	padding: 0 30px 70px 270px;
	background: url(../img/special_bottom.jpg) no-repeat bottom;
}

#special .ex{
	text-align: center;
	padding: 0px 50px 0px 50px;
	font-size: 1em;
	line-height: 1.4em;
	color:#FFF;
}
#special .ex > span{
	color:#ffec69;
}
#special .speMenu {
	width: 460px;
	background: url(../img/special_menu_bg.jpg) top left no-repeat;
	margin: 20px 0 0 15px;
}
#special .speMenu_bottom {
	width: 460px;
	background: url(../img/special_menu_bottom.jpg) bottom left no-repeat;
	padding-bottom: 10px;
}
#special .speIcon {
	float: left;
	margin: 0 10px 0 0;
}
#special .speTitle {
	float: left;
	width: 320px;
	margin: 30px 0 0 0;
	text-align: left;
	line-height: 1.4em;
	font-size: 1.4em;
	font-weight: bold;
}

#special .speCaption{
	float: left;
	width: 400px;
	margin: 0 0 0 30px;
	text-align: left;
	color: #333;
	line-height: 1.3em;
	font-size: 1.1em;
	background-image: url(../img/androidBugFix.gif);
}

#special .speCaptionPrice{
	float: left;
	width: 440px;
	margin: 0 40px 0 0;
	text-align: right;
	color: #333;
	line-height: 1.3em;
	font-size: 1.1em;
	font-weight:bold;
	background-image: url(../img/androidBugFix.gif);
}

#special .spePrice {
	width: 320px;
	margin: 0 20px 25px 0;
	text-align: right;
	color: #390c00;
	font-weight: bold;
	line-height: 1.2em;
	float: right;
}
#special .speBottom {
	width: 700px;
	text-align: right;
	clear: both;
	background: url(../img/special_bottom.jpg) no-repeat bottom;
	padding-bottom: 15px;
	height: 70px;
	padding-top: 5px;
}

#special a:link{
	color:#CC00CC;
	text_decoration: underline;
}
#special a:hover {
	color:#CC00CC;
	text_decoration: none;
}
#special a:active{
	color:#CC00CC;
	text_decoration: none;
}
#special a:visited{
	color:#660099;
	text_decoration: none;
}

/*-----------------------------------
special END
-----------------------------------*/

/*-----------------------------------
top_osusume 1column(same index) START
-----------------------------------*/


#top_osusume {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/osusume_bg.jpg);
	margin-top: 30px;
}
#top_osusume .box{
	width: 900px;
	padding: 20px 0 70px 0;
	background: url(../img/osusume_bottom.jpg) no-repeat bottom;
}
#top_osusume .ex{
	text-align: center;
	padding: 0px 50px 0px 50px;
	font-size: 1em;
	line-height: 1.4em;
	color:#FFF;
}
#top_osusume .ex > span{
	color:#ffec69;
}
#top_osusume .osuMenu {
	width: 710px;
	background: url(../img/osusume_menu_bg.jpg) top left no-repeat;
	margin: 0 auto 10px auto;
}
#top_osusume .osuMenu_bottom {
	width: 710px;
	background: url(../img/osusume_menu_bottom.jpg) bottom left no-repeat;
	padding-bottom: 10px;
}
#top_osusume .osuMenu_main{
	width: 550px;
	float: left;
	background-image: url(../img/androidBugFix.gif);
}
#top_osusume .osuIcon {
	float: left;
	margin: 5px 10px 0 0;
}
#top_osusume .osuTitle {
	width: 580px;
	margin: 30px 0 0 0;
	text-align: left;
	line-height: 1.4em;
	font-size: 1.5em;
	font-weight: bold;
	background-image: url(../img/androidBugFix.gif);
}
#top_osusume .osuCaption{
	width: 580px;
	margin: 5px 0 0 0;
	text-align: left;
	color: #333;
	line-height: 1.3em;
	font-size: 1.1em;
	background-image: url(../img/androidBugFix.gif);
}


#top_osusume .osuCaption strong{
	color: #FF66CC;
}
#top_osusume .osuPrice {
	width: 580px;
	margin: 10px 20px 25px 0;
	text-align: right;
	color: #600;
	font-weight: bold;
	line-height: 1.2em;
}
#top_osusume .speBottom {
	width: 700px;
	text-align: right;
	clear: both;
	background: url(../img/osusume_bottom.jpg) no-repeat bottom;
	padding-bottom: 15px;
	height: 70px;
	padding-top: 5px;
}

#top_osusume .Price {
	color:#600;
}


#top_osusume a:link{
	color:#95004d;
	text_decoration: underline;
}
#top_osusume a:hover {
	color:#95004d;
	text_decoration: none;
}
#top_osusume a:active{
	color:#95004d;
	text_decoration: none;
}
#top_osusume a:visited{
	color:#7038a5;
	text_decoration: none;
}


/*-----------------------------------
osusume 1column(same index) END
-----------------------------------*/
