@charset 'euc-jp';

/*---------------------------------------------------------------------
=	Add ResetCSS
---------------------------------------------------------------------*/
html {
	background:  #1B2A3D url(../kousaku/img/bgHtml.jpg) center top repeat;
}
body {
	min-width: 900px;
	font-size: 0.8em;
	background: url(../kousaku/img/bgHeader.jpg) center top repeat-x;
}
.button input {
	font-weight: bold;
}
.button input:hover,
.button input:active {
	cursor: pointer;
}

/*---------------------------------------------------------------------
=	TopPage
---------------------------------------------------------------------*/
#yuuho-nav {
	width: 100%;
	min-width: 900px;
	position: absolute;
	z-index: 99;
}
#yuuho-nav a {
	display: block;
	width: 315px;
	margin: 0 auto;
	text-align: right;
}
#top a:link {
	color: #00F7FF;
}
#top a:visited {
	color: #00B4FF;
}
#top a:hover,
#top a:active {
	color: #FFF252;
}
#top #contents {
	position: relative;
	color: #FFF;
	background-position: center 110px;
}
#top #contents #main {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: url(../kousaku/img/bgTopRepeatGradation.jpg) center top repeat-y;
}
#top #contents #start {
	overflow: hidden;
	padding-bottom: 5em;
	background: url(../kousaku/img/bgMainVisual.jpg) center top no-repeat;
}

/* = outline */
#top #contents div.outline {
	float: left;
	width: 290px;
	min-height: 525px;
	background: url(../kousaku/img/bgTopGradationLogo.jpg) center top no-repeat;
}
#top #contents div.outline h2 {
	font-size: 1em;
	line-height: 1;
}
#top #contents div.outline p {
	margin: 15px;
	line-height: 1.8;
}
#top #contents div.outline p.detail {
	text-align: right;
}

/* = start-menu */
#top #contents div.start-menu {
	width: 290px;
	min-height: 525px;
	float: right;
	background: url(../kousaku/img/bgTopGradation.jpg) center top no-repeat;
}
#top #contents div.start-menu h2 {
	font-size: 1em;
	line-height: 1;
}
#top #contents div.start-menu div.login p {
	margin: 15px;
	line-height: 1.8;
}
#top #contents div.start-menu div.login a {
	display: block;
	width: 290px;
	height: 54px;
	overflow: hidden;
}
#top #contents div.start-menu div.login a img:hover {
	margin-top: -54px;
}
#top #contents div.start-menu div.yahooid {
	width: 260px;
	margin: 25px auto 0;
	padding-top: 25px;
	overflow: hidden;
	background: url(../kousaku/img/bgYahooHeading.gif) center top repeat-x;
}
#top #contents div.start-menu div.yahooid a.yahooid {
	display: block;
	width: 241px;
	height: 28px;
	margin: 0 auto;
}
#top #contents div.start-menu div.yahooid p {
	line-height: 1.8;
}
#top #contents div.start-menu div.yahooid p.detail {
	text-align: right;
}


/*---------------------------------------------------------------------
=	Adobe
---------------------------------------------------------------------*/
#adobe {
	width: 680px;
	height: 250px;
	padding: 200px 59px 0;
	margin: 0 auto;
	overflow: hidden;
	border-top: 1px solid #7D7D7D;
	border-left: 1px solid #7D7D7D;
	border-right: 1px solid #7D7D7D;
	background-color: #FFF;
}
#adobe dt {
	float: left;
}
#adobe dd {
	margin-left: 175px;
}

/* Private Top */
#top #adobe {
	width: 100%;
	min-width: 900px;
	height: auto !important;	/* reset */
	padding: 0;					/* reset */
	overflow: hidden;
	position: absolute;
	bottom: 10px;
	border-left: 0 solid #FFF;
	border-right: 0px solid #FFF;
	background: url(../kousaku/img/bgTopAdobe.png) top center repeat;
}
#top #adobe dl {
	width: 900px;
	margin: 10px auto;
	overflow: hidden;
	font-size: 0.9em;
}
#top #adobe dl dt {
	display: inline;
	margin-left: 10px;
}
#top #adobe dl dd {
	margin: 4px 10px 0 175px;
}


/*---------------------------------------------------------------------
=	header
---------------------------------------------------------------------*/
#header {
	width: 900px;
	height: 94px;
	margin: 0 auto;
	overflow: hidden;
}
#header a.yuuho-nav,
#header h1 {
	float: left;
	width: 210px;
}
#header ul.nav {
	float: left;
	width: 480px;
	height: 94px;
	position: relative;
}
#header ul.nav li {
	float: left;
	width: 115px;
	height: 27px;
	overflow: hidden;
	margin: 67px 0 0 5px;
}
#header ul.nav li.pLocation img {
	margin-top: -27px;
}
#header ul.nav li.logout {
	float: none;
	margin: 0;
	position: absolute;
	top: 20px;
	right: 0;
}
#header ul.nav li a {
	display: block;
}
#header ul.nav li a:hover,
#header ul.nav li a:active {
	margin-top: -27px;
}


/*---------------------------------------------------------------------
=	Contents
---------------------------------------------------------------------*/
#contents {
	background: #FFF url(../kousaku/img/bgContents.jpg) center 65px repeat-x;
}
#main {
	width: 900px;
	padding-top: 45px;
	margin: 0 auto;
	background: url(../kousaku/img/bgMain.jpg) center top no-repeat;
}
#main .textField {
	width: 798px;
	margin: 0 auto;
	overflow: hidden;
	border-top: 1px solid #7D7D7D;
	border-left: 1px solid #7D7D7D;
	border-right: 1px solid #7D7D7D;
	background-color: #FFF;
}


/*---------------------------------------------------------------------
=	Outline
---------------------------------------------------------------------*/
#outline div {
	float: left;
	padding: 20px 20px 0;
	width: 226px;
}
#outline div h2 {
	width: 226px;
	height: 181px;
	overflow: hidden;
}
#outline div h2 a {
	display: block;
}
#outline div h2 a:hover,
#outline div h2 a:active {
	margin-top: -181px;
}

/*---------------------------------------------------------------------
=	Excuse
---------------------------------------------------------------------*/
#excuse {
	width: 798px;
	min-height: 165px;
	margin: 0 auto;
	overflow: hidden;
	border-left: 1px solid #7D7D7D;
	border-right: 1px solid #7D7D7D;
	background: #FFF url(../kousaku/img/bgTextField.gif) right bottom no-repeat;
}
#excuse table {
	width: 760px;
	margin: 84px auto 15px;
	border-color: #FFA821;
}
#excuse th {
	width: 50px;
	text-align: center;
	border-color: #FFA821;
	background-color: #FFA821;
}
#excuse td {
	padding-left: 0;
	font-size: 0.95em;
	border-color: #FFA821;
	background: url(../kousaku/img/bgExcuse.png) top left repeat;
}
#excuse ul {
	margin-bottom: 0;
	line-height: 1.2;
}


/*---------------------------------------------------------------------
=	Yahoo Process
---------------------------------------------------------------------*/
table.yahoo-process {
	border: none;
}
table.yahoo-process th {
	padding-top: 10px;
	padding-bottom: 10px;
}
table.yahoo-process th img {
	border: 1px solid #666;
}
table.yahoo-process th,
table.yahoo-process td {
	border: none;
}
table.yahoo-process td span {
	display: block;
	padding: 0 8px;
	margin-bottom: 0.5em;
	font-weight: bold;
	border-left: 6px solid #2E9BFF;
}
#no-form div.detail {
	text-align: center;
}


/*---------------------------------------------------------------------
=	no-form
---------------------------------------------------------------------*/
#no-form {
	width: 710px;
	min-height: 400px;
	padding: 22px 44px 15px;
	margin: 0 auto;
	border-top: 1px solid #7D7D7D;
	border-left: 1px solid #7D7D7D;
	border-right: 1px solid #7D7D7D;
	background: #FFF url(../kousaku/img/bgTextField.gif) bottom right no-repeat;
}
#no-form h3 {
	padding: 10px 0 0;
	border-top: 1px dashed #999;
}
#no-form p {
	margin-top: 0;
	line-height: 1.7;
}
#no-form ul.button {
	list-style-type: none;
	clear: both;
	margin: 10px 0 0;
	text-align: center;
}
#no-form ul.button li {
	display: block;
	width: 158px;
	height: 27px;
	margin: 0 auto;
	overflow: hidden;
}
#no-form ul.button a {
	display: block;
}
#no-form ul.button a:hover,
#no-form ul.button a:active {
	margin-top: -27px;
}
#no-form div.term {
	width: 560px;
	height: 350px;
	padding: 0 30px 0 20px;
	margin: 10px auto;
	overflow: auto;
	border: 1px solid #BBB;
}
#no-form div.term h3 {
	font-size: 1.1em;
	line-height: 1.5;
	color: #1b5db8;
	border-top: 0px solid #FFF;
}
#no-form div.term ol,
#no-form div.term li {
	margin-bottom: 10px;
}


/*---------------------------------------------------------------------
=	account-info
---------------------------------------------------------------------*/
#account-info {
	padding-top: 22px;
	border-top: 1px solid #7D7D7D;
}
#account-info-2,
body.entry #account-info {
	padding-bottom: 15px;
	background: #FFF url(../kousaku/img/bgTextField.gif) bottom right no-repeat;
}
body.entry #account-info strong {
	color: #F30;
}
body.entry #account-info dt {
	color: #1B5DB8;
}
#account-info,
#account-info-2 {
	width: 710px;
	margin: 0 auto;
	padding-left: 44px;
	padding-right: 44px;
	border-left: 1px solid #7D7D7D;
	border-right: 1px solid #7D7D7D;
	background-color: #FFF;
}
#account-info h3,
#account-info-2 h3 {
	padding: 10px 0 0;
	border-top: 1px dashed #999;
}
#account-info p,
#account-info-2 p {
	margin-top: 0;
	line-height: 1.7;
}
#account-info dl,
#account-info-2 dl {
	clear: both;
	width: 710px;
	padding-bottom: 10px;
	margin: 0;
	overflow: hidden;
}
#account-info dt,
#account-info-2 dt {
	float: left;
	clear: left;
	width: 260px;
	padding: 5px 0 4px;
	margin: 0;
	line-height: 1.2;
	text-align: right;
}
#account-info dd,
#account-info-2 dd {
	padding-left: 5px;
	margin: 0 0 10px 260px;
}
#account-info dd input,
#account-info-2 dd input {
	margin-right: 4px;
}
#account-info dd strong,
#account-info-2 dd strong {
	font-size: 0.9em;
	color: #F30;
}
#account-info dd strong.attention,
#account-info-2 dd strong.attention {
	display: block;
	margin-bottom: -5px;
	position: relative;
	font-weight: inherit !important;
	color: inherit !important;
}
#account-info dd label,
#account-info-2 dd label {
	margin-right: 10px;
}
#account-info ul.error,
#account-info-2 ul.error {
	color: red;
	border: 3px double #FF7D61;
	background-color: #FFE1D7;
}
#account-info ul.end,
#account-info-2 ul.end {
	color: #0064FF;
	border: 3px double #2E9BFF;
	background-color: #EDFFFC;
}
#account-info ul.error,
#account-info-2 ul.error,
#account-info ul.end,
#account-info-2 ul.end {
	clear: both;
	list-style-position: inside;
	padding: 5px 0 5px 0.5em;
	margin: 10px auto 20px;
	font-weight: bold;
}
#account-info ul.error li,
#account-info-2 ul.error li {
	margin: 0;
}
#account-info ul.button,
#account-info-2 ul.button {
	clear: both;
	list-style-type: none;
	padding-bottom: 15px;
	margin: 10px 0 0;
	text-align: center;
}
#account-info ul.button li,
#account-info-2 ul.button li {
	display: inline;
	margin: 0 20px;
}
#account-info ul.button input,
#account-info-2 ul.button input {
	padding: 2px 20px;
}

/* = Particulars input and label */
#my_username,
#my_password,
#my_oldpassword,
#my_password2 {
	width: 14em;
}
#account-info #my_username,
#account-info-2 #my_username {
	margin-right: 5px;
	font-weight: bold;
	color: #FF7E00;
}
#account-info dl dd span #my_username {
	color: #333;
}
#my_email {
	width: 75%;
	font-family: monospace;
}
#my_year {
	margin-left: 4px;
}
#my_year,
#my_height,
#my_weight,
#my_stride {
	width: 4em;
}
#my_month,
#my_day,
#my_norm {
	width: 2em;
}
#account-info #my_sex label,
#account-info-2 #my_sex label {
	float: left;
	padding: 2px 10px 2px 5px;
	border: 1px dashed #49B7C9;
}
#account-info #my_sex label:hover,
#account-info-2 #my_sex label:hover {
	cursor: pointer;
	color: #666;
	border: 1px solid #FFD600;
	background-color: #FFFCE0;
}
form.profile_delete {
	min-height: 400px;
	background: #FFF url(../kousaku/img/bgTextField.gif) bottom right no-repeat;
}
form.profile_delete p {
	padding: 0 175px 0 0;
}
form.profile_delete p.attention {
	padding-top: 10px;
	border-top: 1px dashed #999;
}
form.profile_delete strong {
	color: #F30;
}

/* = Cookie */
#main #account-info dl.cookie {
	padding: 0;
	width: 710px;
}
#main #account-info dl.cookie dt {
	width: 360px;
	padding: 10px 10px 10px 20px;
	margin: 0;
	text-align: right;
	font-weight: normal;
	color: #333;
}
#main #account-info dl.cookie dd {
	width: 175px;
	padding: 4px 20px;
	margin: 0 0 0 390px;
	line-height: 2.4;
	text-align: center;
}
#main #account-info dl.cookie dd label {
	display: block;
	padding: 5px 10px;
	margin: 0;
	border: 1px dashed #CCC;
}
#main #account-info dl.cookie dd label:hover {
	cursor: pointer;
	border: 1px solid #FFD600;
	background-color: #FFFCE0;
}
#main #account-info dl.cookie dd label input {
	vertical-align: middle;
}

/* = measure */
#account-info dl.measure {
	float: left;
	clear: none;
	width: 350px;
	padding: 0;
}
#account-info dl.type1 {
	margin-right: 5px;
}
#account-info dl.type2 {
	margin-left: 5px;
}
#account-info dl.measure dt {
	display: block;
	float: none;
	width: auto !important;
	padding: 5px;
	margin: 0;
	text-align: center;
}
#account-info dl.measure dd {
	float: left;
	padding: 5px 0;
	margin: 0;
}
#account-info dl.measure img {
	display: block;
	margin: 10px auto;
}

/* = re-info */
body #main #account-info ul.re-info {
	margin: 0 170px;
}
body #main #account-info ul.re-info li {
	display: inline;
	float: left;
	width: 49.999%;
	padding: 0;
	margin: 0;
}
body #main #account-info ul.re-info a {
	display: block;
	width: 155px;
	height: 30px;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
}
body #main #account-info ul.re-info a img:hover,
body #main #account-info ul.re-info a img:active {
	margin-top: -30px;
}


/*---------------------------------------------------------------------
=	Reset Nabi
---------------------------------------------------------------------*/
#reset-nav {
	clear: both;
	padding: 10px 0;
}


/*---------------------------------------------------------------------
=	footer
---------------------------------------------------------------------*/
#footer {
	background: url(../kousaku/img/bgFooter.jpg) center top repeat-x;
}
#footer div {
	width: 900px;
	padding: 20px 0;
	margin: 0 auto;
	color: #FFF;
	background: inherit;
}
#footer div a {
	float: right;
	margin-top: 5px;
}
#footer div p {
	padding: 0 65px 0 0;
	margin: 0;
	text-align: right;
}
