/*====================================================================================================================================================
   プログラム名: PantySystem共通スタイルシート (Ver 1.0）
   Fail name   : Style-PantyCommon.css
   Copyright   : 大日本電脳開発廠
   E-Mail      : webmaster@wetpanty.ml

------------------------------------------------------------------------------------------------------------------------------------------------------

 2016.04.24 新規リリース

====================================================================================================================================================*/

/*====================================================================================================================================================

 ■ 共通定義

====================================================================================================================================================*/

*
	{
		margin                     :    0px;
		padding                    :    0px;
		box-sizing                 : border-box;
	}

body
	{

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffd700+0,b22222+80 */

		background                 : rgb(255,215,0); /* Old browsers */
		background                 : -moz-linear-gradient(top,   rgba(255,215,0,1) 0%,rgba(0,0,36,1) 45%);                                     /* FF3.6-15 */
		background                 : -webkit-linear-gradient(top,rgba(255,215,0,1) 0%,rgba(0,0,36,1) 45%);                                     /* Chrome10-25,Safari5.1-6 */
		background                 : linear-gradient(to bottom,  rgba(255,215,0,1) 0%,rgba(0,0,36,1) 45%);                                     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter                     : progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd700', endColorstr='#b22222',GradientType=0 ); /* IE6-9 */

		font-family                : Trebuchet MS;
	}

